Skip to content

shekkbuilder/PenTestKit

 
 

Repository files navigation

PenTestKit

Useful tools for Penetration Testing.

Requirements

  • Tested on Debian 8.x
  • Python 2.x
  • termcolor
  • requests

Contents

  • secure-headers-checker.py - Test OWASP HTTP Secure Headers.
  • tcp-scan-full.sh - Scan all 65535 TCP ports.
  • tcp-scan-services.sh - Scan services on open TCP ports.
  • udp-scan-1000.sh - Scan 1000 most common UDP ports.d
  • udp-scan-services.sh - Scan services on open UDP ports.

Download - Installation

Usage Examples

secure-headers-checker.py

python secure-headers-checker.py -H http://example.com
python secure-headers-checker.py -H https://example.com -x http://127.0.0.1:8080
python secure-headers-checker.py -H http://127.0.0.1

tcp-scan-full.sh

./tcp-scan-full.sh 10.10.10.1

tcp-scan-services.sh

./tcp-scan-services.sh 22,80,443 10.10.10.1

udp-scan-1000.sh

./udp-scan-1000.sh 10.10.10.1

udp-scan-services.sh

./udp-scan-services.sh 68,111,137 10.10.10.1

Credits

web_headers_checker.py from nma-io.

About

Useful tools for Penetration Testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.0%
  • Shell 42.0%