-
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.
Showing
288 changed files
with
740 additions
and
59,299 deletions.
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,8 @@ | ||
|
||
bughunt3r/cred.py | ||
CE129 - FINAL REPORT.docx | ||
CE129_Final_Report.odt | ||
CE129 - FINAL REPORT.pdf | ||
*.docx | ||
*.pptx |
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,5 +1,4 @@ | ||
{ | ||
"python.linting.pylintEnabled": true, | ||
"python.linting.enabled": false, | ||
"python.pythonPath": "C:\\Users\\Aarsh\\Anaconda3\\python.exe" | ||
"python.linting.enabled": false | ||
} |
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
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
Binary file not shown.
Binary file not shown.
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,10 +1 @@ | ||
{ | ||
"bughunt3r": { | ||
"config": { | ||
"user_name": "", | ||
"password": "", | ||
"algorithm": "", | ||
"created": "" | ||
} | ||
} | ||
} | ||
{"bughunt3r": {"config": {"user_name": "root", "password": "e454ae1cc3ba6795d4423be232a1112845d954f3392df03818999573b5076c63", "algorithm": "sha256", "recovery_email": "", "created_on": "09/04/2021 14:43:07", "updated_on": "09/04/2021 14:43:07"}}} |
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,5 +1,5 @@ | ||
main { | ||
min-height: 555px !important; | ||
min-height: 650px !important; | ||
} | ||
|
||
.center { | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,8 +1,21 @@ | ||
function cveSearch(id) { | ||
// var x = '#' + id + "_cpe" | ||
var info = $('#' + id).attr('data-info') | ||
var url = $('#' + id).attr('data-url') | ||
var info = $('#' + id).attr('data-info'); | ||
|
||
// cpe:/<part>:<vendor>:<product>:<version>:<update>:<edition>:<language> | ||
|
||
var cve_info = info.split(":"); | ||
|
||
var part = cve_info[1]; | ||
var vendor = cve_info[2]; | ||
var product = cve_info[3]; | ||
var version = cve_info[4]; | ||
var update = cve_info[5]; | ||
var edition = cve_info[6]; | ||
var language = cve_info[7]; | ||
|
||
var url = $('#' + id).attr('data-url'); | ||
console.log(url); | ||
// console.log(url + "/" + info); | ||
document.location.href = url | ||
// document.location.href = url | ||
} |
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
function github() { | ||
document.location.href = "https://github.com/wh0th3h3llam1" | ||
} | ||
|
||
function mail() { | ||
window.location.href = "mailto:wh0th3h3llam1@pm.me" | ||
} | ||
|
||
function twitter() { | ||
document.location.href = "https://twitter.com/__wh0am1__" | ||
} |
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
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
Oops, something went wrong.