Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 480 Bytes

searchsploit.md

File metadata and controls

22 lines (18 loc) · 480 Bytes

Exclude denial of service and proof of concept

searchsploit <term> --exclude"(POC)|/dos"

Use nmap XML result, print EDB-ID, exclude ssh

searchsploit --nmap <file.xml> --id --exclude="ssh" -e

Copie an exploit to the current directory

searchsploit -m EDB-ID <term>

Example: import module to metasploit

cd ~/.msf4/modules
mkdir -p exploits/windows/browser
cp dobe_flash_pixel_bender_bof.rb ~/.msf4/modules/exploits/windows/browser