
स्थानीय और ऑनलाइन डेटाबेस में तुरंत एक्सप्लॉइट खोजें

Findsploit एक सरल bash स्क्रिप्ट है जो स्थानीय और ऑनलाइन एक्सप्लॉइट डेटाबेस को जल्दी और आसानी से खोजने के लिए है। इस रिपॉजिटरी में "copysploit" भी शामिल है जो किसी भी exploit-db एक्सप्लॉइट को वर्तमान निर्देशिका में कॉपी करता है और "compilesploit" जो स्वचालित रूप से किसी भी C एक्सप्लॉइट को संकलित और चलाता है (जैसे ./copysploit 1337.c && ./compilesploit 1337.c)।
इस स्क्रिप्ट के अपडेट के लिए, findsploit update टाइप करें
./install.sh
Search for all exploits and modules using a single search term:
* findsploit <search_term_1> (ie. findsploit apache)
Search multiple search terms:
* findsploit <search_term_1> <search_term_2> <search_term_3> ...
Show all NMap scripts:
* findsploit nmap
Search for all FTP NMap scripts:
* findsploit nmap | grep ftp
Show all Metasploit auxiliary modules:
* findsploit auxiliary
Show all Metasploit exploits:
* findsploit exploits
Show all Metasploit encoder modules:
* findsploit encoder
Show all Metasploit payloads modules:
* findsploit payloads
Search all Metasploit payloads for windows only payloads:
* findsploit payloads | grep windows
यह सॉफ्टवेयर वितरण और उपयोग के लिए मुफ्त है, बशर्ते कि निर्माता (@xer0dayz @Sn1perSecurity) को श्रेय दिया जाए, इसका नाम न बदला जाए, और यह व्यावसायिक उपयोग या पुनर्विक्रय और रीब्रांडिंग के लिए न हो। कोड के किसी भी भाग को बिक्री के लिए वितरित करने की अनुमति सख्ती से निषिद्ध है।