Skip to content

Commit

Permalink
OWTF 0.16 "shady citizen": Added missing gnutls-bin package to Kali L…
Browse files Browse the repository at this point in the history
…inux script
  • Loading branch information
7a committed May 23, 2013
1 parent c42df59 commit 3628f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions readme/CHANGELOG
Expand Up @@ -26,6 +26,7 @@
+ Commented out TOOL_GOOHOST as it is not being called by OWTF (since there are better tools doing same job) <=> Bharadwaj Machiraju (@tunnelshade)
+ Revhosts is replaced by dnsrecon as revhosts is discontinued in kali linux. <=> Bharadwaj Machiraju (@tunnelshade)
+ httprint is added to install script as the tool is not present in kali by default <=> Bharadwaj Machiraju (@tunnelshade)
+ Added missing gnutls-bin package to Kali Linux script <=> Abraham Aranguren (@7a_)

24/09/2012 - 0.15 "Brucon" pre-alpha release: Dedicated to Brucon (http://brucon.org), its organisers and attendants
+ Changed name to OWASP OWTF since this is an OWASP project now, thank you OWASP! - https://www.owasp.org/index.php/OWASP_OWTF
Expand Down
4 changes: 2 additions & 2 deletions tools/kali_install.sh
Expand Up @@ -128,5 +128,5 @@ mkdir -p $INSTALL_DIR
#cp /usr/bin/theharvester /usr/share/theharvester/theHarvester.py
#cp /usr/bin/nikto /usr/share/nikto/nikto.pl

echo "Installing LBD from Kali Repos"
sudo apt-get install lbd
echo "Installing LBD and gnutls-bin from Kali Repos"
apt-get install lbd gnutls-bin

0 comments on commit 3628f14

Please sign in to comment.