Probleme mit den ncat-Optionen -g -G -s --sctp


1

Ich bin neu in ncatund habe Probleme mit wenigen Optionen:-g -G -s --sctp

-g Möglichkeit

ncat -g proxy-source-IP -v remote-IP 31337  

Von dem source-IPzu dem remote-IPkehrt es zurück source-IPund nicht so, proxy-source-IP wie es sein soll.

Führen Sie den Befehl beispielsweise von einem Computer mit der IP 1.0.0.0 aus

ncat -g 1.0.1.0 -v 1.1.0.0 31337 

soll 1.0.1.0 zurückgeben, nicht 1.0.0.0

-G Möglichkeit

ncat -G 4 -v remote-IP 31337

was -G 4heißt hier genau

-s Möglichkeit

ncat -s proxy-source-IP -v remote-IP 31337  #

from source-IPto remote-IPgibt das zurück source-IP, nicht das, proxy-source-IPwas es soll. Zum Beispiel von einem Computer mit einer IP von 1.0.0.0:

ncat -s 1.0.1.0 -v 1.1.0.0 31337 

soll 1.0.1.0 zurückgeben, nicht 1.0.0.0

--sctp Möglichkeit

ncat -v remote-IP --sctp 31338

Die Eingabe wird an die Shell gesendet, nicht ncat als STDERRAntwort (siehe unten).

Ncat: Version 6.00 ( http://nmap.org/ncat )
foo
No command 'foo' found, did you mean:
Command 'fio' from package 'fio' (main)
Command 'xoo' from package 'xoo' (main)
Command 'fop' from package 'fop' (main)
Command 'fox' from package 'objcryst-fox' (main)
Command 'zoo' from package 'zoo' (main)
Command 'goo' from package 'goo' (main)
foo: command not found

Kann jemand diese seltsamen Verhaltensweisen erklären?

Durch die Nutzung unserer Website bestätigen Sie, dass Sie unsere Cookie-Richtlinie und Datenschutzrichtlinie gelesen und verstanden haben.
Licensed under cc by-sa 3.0 with attribution required.