mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-06 16:55:05 -04:00
Update netcat_simple.py
This commit is contained in:
parent
c29a287a63
commit
9fd09bbec0
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue