We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa56093 commit b9876bdCopy full SHA for b9876bd
searchsploit.py
@@ -612,6 +612,8 @@ def examine(id):
612
return
613
if exploit[1].split(".")[1] == "pdf":
614
os.system("firefox file:///" + path_array[ind] + "/" + exploit[1])
615
+ elif(os.sys.platform == "win32"):
616
+ os.system("notepad " + path_array[ind] + "/" + exploit[1])
617
else:
618
os.system("pager " + path_array[ind] + "/" + exploit[1])
619
print("[EDBID]:"+exploit[0])
0 commit comments