We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292c464 commit 2191836Copy full SHA for 2191836
1 file changed
README.md
@@ -6,7 +6,7 @@ A net tool based from the explaination on BHP about how to create a netcat-like
6
- (on listening machine)
7
python3 Birbanet.py -t {ip address} -p {port} -l -c
8
- (on sender machine)
9
-python Birbanet.py -t {ip address} -p {port}
+python3 Birbanet.py -t {ip address} -p {port}
10
11
### fixes to do :
12
- upload feature is untested
0 commit comments