We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4720fa commit f7ffbbbCopy full SHA for f7ffbbb
1 file changed
sctp_pty_bind.py
@@ -1,9 +1,11 @@
1
#!/usr/bin/python2
2
"""
3
-Python Bind TCP PTY Shell - testing version
+Python Bind SCTP PTY Shell - testing version
4
infodox - insecurety.net (2013)
5
6
-Binds a PTY to a TCP port on the host it is ran on.
+Binds a PTY to a SCTP port on the host it is ran on.
7
+
8
+Use the sctp_pty_shell_handler.py script to connect.
9
10
import os
11
import pty
0 commit comments