Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fer-moreira/network-tools
Python Network Tooling for pentest
https://github.com/fer-moreira/network-tools
hacking network pentest pentesting-networks python tools-engineering
Last synced: 18 days ago
JSON representation
Python Network Tooling for pentest
- Host: GitHub
- URL: https://github.com/fer-moreira/network-tools
- Owner: fer-moreira
- Created: 2018-10-19T17:51:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T02:12:59.000Z (over 5 years ago)
- Last Synced: 2024-11-07T22:42:41.062Z (2 months ago)
- Topics: hacking, network, pentest, pentesting-networks, python, tools-engineering
- Language: Python
- Homepage:
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netool - Network Tool #
[?] This software provides a number of features for probing computer networks,
including host discovery and operating-system detection. These features are
extensible by one simple script that provide more advanced service detection,
vulnerability detection, and various others features.----------
[!] legal disclaimer:
Usage of this program to cause problems to third parties is not permited by developer,
educational purposees only. I do not assume any responsibilities for damages caused by this programThe source code is provided with this software because we believe that users have the right to
know exactly what a program will do before you run it.
This also allows you to audit the software for errors in the code and correct them----------
**arguments:**
-h, --help show this help message and exit
-info [INFO], --get_info [INFO] get more info about one specific module [-info funcion
-f [FUNCTION], --function [FUNCTION] use this argument follow by function [-f function]
-in [CONTENT], --target [CONTENT] use this argument follow by content [-in adress]
-t [TIMEOUT], --timeout [TIMEOUT] Set function timeout [-t 1, default = 1]
-max [MAX], --maximum [MAX] Set an maximum value [-max 1, default = 10]**Main Functions:**
- ports Check for open ports in specific site [-f ports -in www.site.com -t 1]
- links Craw and return all href links [-f links -in www.site.com ]
- robots Acess site's/robots.txt and return content [-f robots -in www.site.com]
- search Search for vulnerable dorks with google hacking [-f search -in 'YOU DORK HERE' -max 1]
- scrap Scrap site's SourceCode [-f scrap -in www.site.com]
- sitemap Scrap sitemap.xml Code and return all links [-f sitemap -in www.site.com]
- sql Check if website is classic SQL and if is vulnerable [-f sql -in www.site.com/cart.php?id=1]
- admin Check connections in wordlist for admin url login [-f admin -in www.site.com]
- ipLookup Run a IP Lookup and return all host information [-f ipLookup -in www.site.com]
[?] To see all documentation about an function. Use '-info function' or '--get_info=function'
[?] If you need to put 'SPACES' in function content use -f "function" -in "content"
[?] Example:
-f search -in "FOO BAR" or
-f search -in="FOO BAR"
-f scrap -in "www.vulnsite.com/hackthis,php?id=xxx"
Dorks example:
-f search -in "inurl:admin filetype:.php" or
-f search -in="inurl:creditcard_db filetype:.txt OR filetype:.xlsx"
----------
**_netool.py - 24.10.2018_**
**_Author : Fernando Moreira - [email protected]_**
**_CC0 - 2018 Creative Commons_**