Editing Ncat
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 6: | Line 6: | ||
* Listen for connections on TCP port 8080: | * Listen for connections on TCP port 8080: | ||
:<code>ncat -l 8080</code> | :<code>ncat -l 8080</code> | ||
− | * ''' | + | * '''Redirect''' TCP port 8080 on the local machine to host on port 80: |
:<code>ncat --sh-exec "ncat example.org 80" -l 8080 --keep-open</code> | :<code>ncat --sh-exec "ncat example.org 80" -l 8080 --keep-open</code> | ||
* Bind to TCP port 8081 and attach /bin/bash for the world to access freely: | * Bind to TCP port 8081 and attach /bin/bash for the world to access freely: | ||
Line 27: | Line 27: | ||
== Related commands == | == Related commands == | ||
* <code>[[cat]]</code> | * <code>[[cat]]</code> | ||
− | + | ||
== See also == | == See also == | ||
+ | * {{cat}} | ||
+ | * {{ssh}} | ||
* {{netcat}} | * {{netcat}} | ||
− | |||
* {{nmap}} | * {{nmap}} | ||
Advertising: