-
Notifications
You must be signed in to change notification settings - Fork 14
Netcat
Alvin Smith edited this page Aug 31, 2021
·
13 revisions
tcpdump -i tun0 icmp
ip -a link
- https://linuxize.com/post/netcat-nc-command-with-examples/
- https://nakkaya.com/2009/04/15/using-netcat-for-file-transfers/
wget http://david:Nowonly4me@10.10.10.165/~david/protected-file-area/backup-ssh-identity-files.tgz
nc won't need Nowonly4me
# On the receiving end running,
nc -l -p 1234 > out.file
# On the sending end running,
nc -w 3 <IP> 1234 < out.file
authbind nc -lnvp 80
https://en.wikipedia.org/wiki/Authbind
Please also bear in mind that authbind can be used everywhere. e.g.authbind python -m pyftpdlib -p21 -w