View previous topic :: View next topic |
Author |
Message |
josephg l33t
Joined: 10 Jan 2016 Posts: 783 Location: usually offline
|
Posted: Sun Jun 04, 2017 12:10 pm Post subject: app-shells/bash USE=net [solved] |
|
|
what is the "net" use flag for app-shells/bash? i'm afraid i don't quite understand. please explain.
equery uses app-shells/bash: | net : Enable /dev/tcp/host/port redirection |
Last edited by josephg on Fri Aug 04, 2017 7:57 am; edited 2 times in total |
|
Back to top |
|
|
mv Watchman
Joined: 20 Apr 2005 Posts: 6780
|
Posted: Sun Jun 04, 2017 1:25 pm Post subject: |
|
|
With this flag you can do Code: | echo 1 >/dev/tcp/testme.invalid/8000 | and the output "1" will actually be sent over TCP protocol to testme.invalid:8000 |
|
Back to top |
|
|
josephg l33t
Joined: 10 Jan 2016 Posts: 783 Location: usually offline
|
Posted: Sun Jun 04, 2017 2:11 pm Post subject: |
|
|
wow thank you mv |
|
Back to top |
|
|
|