mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 06:46:07 -04:00
Update tcp_proxy.py
This commit is contained in:
parent
958d7ea2e0
commit
dd15c619c7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
__author__ = "bt3"
|
||||
__author__ = "Mia Stein"
|
||||
|
||||
|
||||
import socket
|
||||
|
@ -154,4 +154,4 @@ def main():
|
|||
server_loop(local_host, local_port, remote_host, remote_port, receive_first)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue