Coder Social home page Coder Social logo

ft_nmap's People

Contributors

acud1 avatar cempassi avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

mskf3000 5l1v3r1

ft_nmap's Issues

Port argument parsing

  • simple port: 80
  • range: [80-100]
  • multiple ports: 80, 443, 22
  • multiple range and single ports: 85, [90-100] (Error case if single port is in range (85, [80-90])
  • Exclude ports in range: ~80 (Error case: Exclusion needs previous argument, and outside of range is an error)
  • Exclude multiple ports in range: ~(80, 99, 220)

Real nmap execute an other scan if no response from the first one.

Exemple : If port 440 not responding, nmap execute an other scan from a different port.

    1 0.000000000 192.168.1.249 → 8.8.8.8      TCP 58 47679 → 443 [SYN] Seq=0 Win=1024 Len=0 MSS=1460
    2 0.000012845 192.168.1.249 → 8.8.8.8      TCP 58 47679 → 441 [SYN] Seq=0 Win=1024 Len=0 MSS=1460
    3 0.000018235 192.168.1.249 → 8.8.8.8      TCP 58 47679 → 440 [SYN] Seq=0 Win=1024 Len=0 MSS=1460
    4 0.000022723 192.168.1.249 → 8.8.8.8      TCP 58 47679 → 442 [SYN] Seq=0 Win=1024 Len=0 MSS=1460
    5 0.005147779      8.8.8.8 → 192.168.1.249 TCP 60 443 → 47679 [SYN, ACK] Seq=0 Ack=1 Win=65535 Len=0 MSS=1430
    6 0.005198906 192.168.1.249 → 8.8.8.8      TCP 54 47679 → 443 [RST] Seq=1 Win=0 Len=0
    7 1.191815125 192.168.1.249 → 8.8.8.8      TCP 58 47680 → 442 [SYN] Seq=0 Win=1024 Len=0 MSS=1460
    8 1.191836415 192.168.1.249 → 8.8.8.8      TCP 58 47680 → 440 [SYN] Seq=0 Win=1024 Len=0 MSS=1460
    9 1.191841946 192.168.1.249 → 8.8.8.8      TCP 58 47680 → 441 [SYN] Seq=0 Win=1024 Len=0 MSS=1460

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.