-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6bba67
commit 4983426
Showing
6 changed files
with
50,267 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# BugBazaar | ||
An application that finds current security vulnerabilities and lists them with a graphical interface. It also shows which countries a vulnerability could most affect.c | ||
|
||
An application that finds current security vulnerabilities and lists them with a graphical interface. It also shows which countries a vulnerability could most affect. It was made as a project for Istanbul Gelişim University Programming Fundamentals course. | ||
|
||
## Installation | ||
|
||
Use the "python main.py" Bugbazaar will install all packages automatically | ||
|
||
```bash | ||
python main.py | ||
``` | ||
|
||
## Usage | ||
```bash | ||
python main.py | ||
``` | ||
This program have a basic GUI interface. | ||
![image](https://user-images.githubusercontent.com/88983987/210010143-a4dbf984-e954-4691-b57e-4a80e9bd7ddb.png) | ||
|
||
|
||
## Authors | ||
|
||
https://github.com/gorkemdolcek<br> | ||
https://github.com/jackalkarlos<br> | ||
https://github.com/talhacyl<br> | ||
https://github.com/Butex-a11<br> | ||
https://github.com/dilarasenturk<br> |
Oops, something went wrong.