mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-26 10:39:08 -04:00
Update netcat_simple.py
This commit is contained in:
parent
c29a287a63
commit
9fd09bbec0
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
__author__ = "bt3"
|
||||
__author__ = "Mia Stein"
|
||||
|
||||
|
||||
import socket
|
||||
@ -33,4 +33,4 @@ if __name__ == '__main__':
|
||||
|
||||
text_to_send = ''
|
||||
text_recved = netcat(text_to_send))
|
||||
print text_recved[1]
|
||||
print text_recved[1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user