mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-08-07 06:02:29 -04:00
Update netcat_shell.py
This commit is contained in:
parent
5ca68fb2a4
commit
403cc2a8d9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "bt3"
|
__author__ = "Mia Stein"
|
||||||
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -59,4 +59,4 @@ def main():
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue