https://github.com/defaultparam/scanning-tools
This repository contains my personal scanning tools... I created with python
https://github.com/defaultparam/scanning-tools
Last synced: 12 months ago
JSON representation
This repository contains my personal scanning tools... I created with python
- Host: GitHub
- URL: https://github.com/defaultparam/scanning-tools
- Owner: defaultparam
- Created: 2020-05-07T16:57:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T17:07:47.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T15:35:32.564Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scanning-Tools
This repository contains my personal scanning tools... I created with python
## Walkthrough
### Banner Grab
This tool grabs the banner for you when making a GET request from the server. Just change the name of the site in calling function `con` on line 15.
Give it sometime, as this tool can take some time, due to not including the socket.timeout function.
### Advanced Python Scanner
Now this tool took me some time to create. This I created as an official tool to use on the systems, in which nmap request are banned by the firwall.
To know about the usage, just run the program without any argument. It will display a neat parsed package with the Usage of this tool...