8000 GitHub - QpxDesign/pentest-cli-toolkit: A toolkit to run very basic cybersecurity checks on public facing websites and IP Addresses, made up of a a growing collection of python and bash shell scripts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A toolkit to run very basic cybersecurity checks on public facing websites and IP Addresses, made up of a a growing collection of python and bash shell scripts

Notifications You must be signed in to change notification settings

QpxDesign/pentest-cli-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pentest CLI Toolkit

An opensoure toolkit of bash/python commands to run checks on public facing IPs and Websites

Setup

Install python package dependencies: pip install -r requirements.txt (none yet, but may add some)

I recommend adding each of these as aliases in your terminal (see tutorial), like this: alias open_ports='python3 /path/to/dir/open.ports.py

you can copy/paste all these aliases from the alias.txt file.

Dependencies

telnet - installation guide

Currently Implemented Commands

locate_ip.sh <ip_or_domain> - geolocate IP address to get location and ISP information

open_ports.py <ip_or_domain> - check to see if common ports for dns/ssh/ftp/http/etc are open or not using telnet

About

A toolkit to run very basic cybersecurity checks on public facing websites and IP Addresses, made up of a a growing collection of python and bash shell scripts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0