Skip to content

Commit 22cf840

Browse files
author
root
committed
Findsploit by 1N3@CrowdShield
1 parent d4f0960 commit 22cf840

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

findsploit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ then
129129
exit;
130130
fi
131131

132-
if [[ "$1" == "--update" || "$1" == "-u" ]];
132+
if [[ "$1" == "update" || "$1" == "--update" || "$1" == "-u" ]];
133133
then
134134
update
135135
exit

urls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ https://www.google.ca/search?q=%s %s %s site:0day.today
55
https://www.google.ca/search?q=%s %s %s site:www.security-database.com
66
https://www.google.ca/search?q=%s %s %s site:packetstormsecurity.com
77
https://exploits.shodan.io/?q=%s %s %s
8-
https://vulners.com/search?query=%s %s %s
8+
https://vulners.com/search?query=%s %s %s

0 commit comments

Comments
 (0)