Skip to content

Instantly share code, notes, and snippets.

@dvas0004
Created October 19, 2014 09:41
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save dvas0004/fffce7a2c202038a5213 to your computer and use it in GitHub Desktop.
Save dvas0004/fffce7a2c202038a5213 to your computer and use it in GitHub Desktop.
Kali Linux Searchsploit updater
echo "Updating SearchSploit... (Kali Linux)"
# move into the exploit db directory within Kali
cd /usr/share/exploitdb
echo "Downloading latest archive..."
wget http://www.exploit-db.com/archive.tar.bz2
echo "Downloaded archive, proceeding to extract..."
tar -xjvf archive.tar.bz2
echo "Removing archive..."
rm -rf archive.tar.bz2
echo "All done!!"
@Lqingyu
Copy link

Lqingyu commented Nov 6, 2018

root@kali:/usr/share/exploitdb# tar -xjvf archive.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment