Code Monkey home page Code Monkey logo

Comments (7)

chux0r avatar chux0r commented on May 29, 2024

#3 depends on TCP scanning to be moved into its own func.

from netbang.

chux0r avatar chux0r commented on May 29, 2024

tcpScan barebones is complete and implemented in main(); tested on tcp_test_win portlist on localhost; output nominal:

PS C:\Users\geigner\workbench\dev\golang\netscanx> go run ./main.go
Success
Error: [dial tcp 127.0.0.1:137: connectex: An attempt was made to access a socket in a way forbidden by its access permissions.]
Error: [dial tcp 127.0.0.1:139: connectex: No connection could be made because the target machine actively refused it.]
Success
Success
Success
Success
Success
Error: [dial tcp 127.0.0.1:8000: connectex: No connection could be made because the target machine actively refused it.]
Error: [dial tcp 127.0.0.1:9999: connectex: No connection could be made because the target machine actively refused it.]

from netbang.

chux0r avatar chux0r commented on May 29, 2024

TCP Connection, 3-way handshake(FULL) barebones done. See var conn *Conn

from netbang.

chux0r avatar chux0r commented on May 29, 2024

New spec: need tcpScan() to use only a single arg to accommodat channel broker.

from netbang.

chux0r avatar chux0r commented on May 29, 2024

blocker for #3 resolved: tcpScan() uses single arg

from netbang.

chux0r avatar chux0r commented on May 29, 2024

12/12 status. Done so far:
TCP connect
TCP full-open
TCP close
TCP connection error collection/handling
TCP session error collection/handling
Response collection

still need:
TCP half open

from netbang.

chux0r avatar chux0r commented on May 29, 2024

moving TCP half-open scanning to feature: "special packet flags constructor". TCP scanning is implemented

from netbang.

Related Issues (20)

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.