8000 GitHub - klatifi/security-tools: Tools I use to run penetration tests, audits etc.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tools I use to run penetration tests, audits etc.

Notifications You must be signed in to change notification settings

klatifi/security-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security Tools

A set of tools I use for pentesting. For example the heartbleed-test checks for CVE-2014-0160.

Usage:

$ heartbleed server.com -p 443

Install

  • Copy the files into directory /usr/bin/ or /usr/sbin/
  • Make sure are they executable
sudo chmod +x SCRIPTNAME
  • For some scripts you will need python2 to run, open your terminal and run
$ which python2
  • Use the output to replace python2 location at the very beginning of the script. For example: heartbleed-test:
#!/usr/local/bin/python2

About

Tools I use to run penetration tests, audits etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0