Skip to content

OPTips/nmaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

NMAPER

Goal of this script is to automatize the namp commands I always use.

Use case

Here are the nmap commands I do:

  • nmap IP
  • nmap -p PORT1,PORT2,... -A -oN nmap.txt IP

Usage

nmaper IP [OPTIONS]

Options

ALL can be added after the IP to add -p- to the first nmap command

Install

  1. Copy nmaper.py in /opt and make it executable
sudo cp nmaper.py /opt
sudo chmod +x /opt/nmaper.py
  1. Create a nmaper file in /usr/local/bin with the following content:
#!/bin/bash

/opt/nmaper.py "$@"
  1. Make nmaper file executable
sudo chmod +x /usr/local/bin/nmaper

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages