Coder Social home page Coder Social logo

nmscript-en-'s Introduction

NMscript-EN-

English Version

NMscript is a simple script written in python that helps us access some nmap functionalities quickly and easily. The code for this is extremely simple and can be greatly improved. I upload it because it was one of my first projects and I am very fond of it (I will upload the same project with the nmap library)

Menu

 _________________________________________________________________________________________
| [0] Nmap help                                                                           |
| [1] Scan 1000 famous ports                                                              |
| [2] Scan all existing ports                                                             |
| [3] Standard services scan                                                              |
| [4] Aggressive service scanning                                                         |
| [5] Detailed Scan                                                                       |
| [6] OS scan                                                                             |
| [7] Scan Subnet                                                                         |
| [8] Scan a single port                                                                  |
| [9] Silent scanning                                                                     |
| [10] Active hosts on the web + trace route (RH)                                         |
| [11] Active hosts on a network (LH)                                                     |
| [12] Identify IP                                                                        |
| [13] Confuse the firewall into releasing important data                                 |
| [14] Using lures                                                                        | 
| [15] Detect Firewall                                                                    |
| [16] Exact Firewall Detection                                                           |
| [17] Aggressive scan                                                                    |
| [18] Scan all ports - [TCP]                                                             |
| [19] Scan all ports - [UDP]                                                             |
| [20] Send ICMP packets                                                                  |
|_________________________________________________________________________________________|

Scripts

Nmap

Nmap, short for Network Mapper, is a free, open source tool for vulnerability scanning and network discovery. Network administrators use Nmap to identify which devices are running on their systems, discover hosts that are available and the services they offer, find open ports, and detect security risks. Nmap can be used to monitor individual hosts as well as extensive networks spanning hundreds of miles of devices and multitudes of subnets.

Although Nmap has evolved over the years and is extremely flexible, at its core it is a port scanning tool that collects information by sending raw packets to system ports. Listen to the responses and determine if the ports are open, closed, or filtered in some way by, for example, a firewall. Other terms used for port scanning include port discovery or enumeration


Installation

(run as root)

 $ git clone https://github.com/cabesonwiliams/NMscript-EN-.git 

 $ cd NMscript-EN-

 $ python3 NMscript.py

 /For its correct operation use kali linux or parrot os otherwise install
  python and nmap on your OS/

by cabeson sin z

Version en español de NMscript NMscript Version para termux NM-Termux

nmscript-en-'s People

Contributors

cabesonwiliams avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

nmscript-en-'s Issues

File "NMscript.py", line 484, in <module> nmap()

Traceback (most recent call last):
File "NMscript.py", line 484, in
nmap()
File "NMscript.py", line 95, in nmap
print(banner3)
File "C:\Users\Milboro\AppData\Local\Programs\Python\Python38\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 28-31: character maps to

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.