Giter Site home page Giter Site logo

nmap-scan-implementation's Introduction

Nmap-scan-implementation

Поддерживаемые типы сканирования и доп функции:

  • date_reg.py - функция вывода времени начала сканирования, даты, региона и города
  • service.py - функция вывода сервисов, используемых на конкретных портах
  • mac.py - функция вывода MAC-адреса и вендора сетевого интерфейса taget host
  • sS - TCP SYN метод
  • sT - TCP Connect метод
  • sA - TCP ACK метод
  • sU - UDP метод
  • sY - SCTP INIT метод
  • sZ - SCTP COOKIE Echo метод
  • sn - сканирование подсети

Предварительная настройка

Windows:

Установите python версии 3.10 или выше, pip3

Установите библиотеки из reqs_Windows.txt:

pip3 install -r reqs_Windows.txt

Поместить файлы nmap-services и nmap-mac-prefixes в директорию C:/Users/ (при выборе другой директории - изменить путь в файлах mac.py и service.py)

Debian:

sudo apt install whiptail
chmod 777 *
./install_packages.sh

Ubuntu:

sudo apt install whiptail
chmod 777 *
./install_packages.sh

Использование

Windows:

Linux:

nscan [-h] [-p PORTS] [-s {S,T,A,U,Y,Z}] [-sn] target_host

Пример:

user@user:/Nmap-scan-implementation/Linux# sudo nscan -sS 127.0.0.1 -p 130-140
Сканирование начато в 00-00-2023 00:00 REG City

130/tcp фильтруемый cisco-fna
131/tcp фильтруемый cisco-tna
132/tcp фильтруемый cisco-sys
133/tcp фильтруемый statsrv
134/tcp фильтруемый ingres-net
135/tcp открыт      msrpc
136/tcp фильтруемый profile
137/tcp фильтруемый netbios-ns
138/tcp фильтруемый netbios-dgm
139/tcp открыт      netbios-ssn
140/tcp фильтруемый emfis-data

MAC-адрес: FF:FF:FF:FF:FF:FF (---)

Сканирование завершилось за 1.37s

nmap-scan-implementation's People

Contributors

gxdtxnz avatar

Watchers

 avatar

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.