We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2b935 commit be6fb3eCopy full SHA for be6fb3e
1 file changed
linux-soft-exploit-suggester.py
@@ -29,7 +29,7 @@
29
'plugins', 'release', 'router', 'secure', 'security', 'server', 'ssl', 'software', 'standard', 'support', 'system', 'team', 'text',
30
'the', 'theme', 'time', 'toolkit', 'tools', 'unix', 'update', 'user', 'utility', 'viewer', 'web', 'wifi', 'windows', 'wireless')
31
32
-exploits_db_url = 'https://raw.githubusercontent.com/offensive-security/exploit-database/master/files_exploits.csv'
+exploits_db_url = 'https://gitlab.com/exploit-database/exploitdb/-/raw/main/files_exploits.csv?inline=false'
33
34
def grateful_exit(signum, frame):
35
print("\nAborted.")
0 commit comments