We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on my machine kali linux 2.0 rolling, when i run test in "test" directory not cetting error! When i use launch_tcpcrypt.sh i getthis output: root@kali:/opt/tcpcrypt/user# ./launch_tcpcryptd.sh Tcpcrypting port 80 and 7777... iptables -I INPUT -p tcp --sport 80 -j NFQUEUE --queue-num 666 iptables -I OUTPUT -p tcp --dport 80 -j NFQUEUE --queue-num 666 iptables -I INPUT -p tcp --dport 7777 -j NFQUEUE --queue-num 666 iptables -I INPUT -p tcp --sport 7777 -j NFQUEUE --queue-num 666 iptables -I OUTPUT -p tcp --dport 7777 -j NFQUEUE --queue-num 666 iptables -I OUTPUT -p tcp --sport 7777 -j NFQUEUE --queue-num 666 Initializing... Running Testing network via 171.66.3.195 No timestamp provided in packet - expect low performance due to calls to gettimeofday Test result: port 80 crypt 0 req 0 state 2 err 668 flags 0 Test result: port 80 crypt 0 req 1 state 2 err 666 flags 0 Test result: port 80 crypt 1 req 2 state 2 err 666 flags 0 Test result: port 7777 crypt 0 req 0 state 1 err 111 flags 0 Test result: port 7777 crypt 0 req 1 state 1 err 111 flags 0 Test result: port 7777 crypt 1 req 2 state 1 err 111 flags 0 Tests done! 1 2 3 4 5 6 failed [6/6]! ^C Removing iptables rules and quitting tcpcryptd... root@kali:/opt/tcpcrypt/user# sudo ./launch_tcpcryptd.sh & [1] 14538 root@kali:/opt/tcpcrypt/user# nc -l 7777 & [2] 14539 root@kali:/opt/tcpcrypt/user# sudo tcpdump -i lo -n -s0 -vvvv -X tcp port 7777 &[3] 14540 root@kali:/opt/tcpcrypt/user# echo hello, world! | nc localhost 7777Tcpcrypting port 80 and 7777... iptables -I INPUT -p tcp --sport 80 -j NFQUEUE --queue-num 666 iptables -I OUTPUT -p tcp --dport 80 -j NFQUEUE --queue-num 666 iptables -I INPUT -p tcp --dport 7777 -j NFQUEUE --queue-num 666 iptables -I INPUT -p tcp --sport 7777 -j NFQUEUE --queue-num 666 iptables -I OUTPUT -p tcp --dport 7777 -j NFQUEUE --queue-num 666 iptables -I OUTPUT -p tcp --sport 7777 -j NFQUEUE --queue-num 666 Initializing... tcpdump: listening on lo, link-type EN10MB (Ethernet), capture size 262144 bytes Running Testing network via 171.66.3.195 No timestamp provided in packet - expect low performance due to calls to gettimeofday Test result: port 80 crypt 0 req 0 state 2 err 668 flags 0 Test result: port 80 crypt 0 req 1 state 2 err 666 flags 0 Test result: port 80 crypt 1 req 2 state 2 err 666 flags 0 Test result: port 7777 crypt 0 req 0 state 1 err 111 flags 0 Test result: port 7777 crypt 0 req 1 state 1 err 111 flags 0 Test result: port 7777 crypt 1 req 2 state 1 err 111 flags 0 Tests done! 1 2 3 4 5 6 failed [6/6]!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not working on my machine kali linux 2.0 rolling, when i run test in "test" directory not cetting error! When i use launch_tcpcrypt.sh i getthis output: root@kali:/opt/tcpcrypt/user# ./launch_tcpcryptd.sh
Tcpcrypting port 80 and 7777...
iptables -I INPUT -p tcp --sport 80 -j NFQUEUE --queue-num 666
iptables -I OUTPUT -p tcp --dport 80 -j NFQUEUE --queue-num 666
iptables -I INPUT -p tcp --dport 7777 -j NFQUEUE --queue-num 666
iptables -I INPUT -p tcp --sport 7777 -j NFQUEUE --queue-num 666
iptables -I OUTPUT -p tcp --dport 7777 -j NFQUEUE --queue-num 666
iptables -I OUTPUT -p tcp --sport 7777 -j NFQUEUE --queue-num 666
Initializing...
Running
Testing network via 171.66.3.195
No timestamp provided in packet - expect low performance due to calls to gettimeofday
Test result: port 80 crypt 0 req 0 state 2 err 668 flags 0
Test result: port 80 crypt 0 req 1 state 2 err 666 flags 0
Test result: port 80 crypt 1 req 2 state 2 err 666 flags 0
Test result: port 7777 crypt 0 req 0 state 1 err 111 flags 0
Test result: port 7777 crypt 0 req 1 state 1 err 111 flags 0
Test result: port 7777 crypt 1 req 2 state 1 err 111 flags 0
Tests done! 1 2 3 4 5 6 failed [6/6]!
^C
Removing iptables rules and quitting tcpcryptd...
root@kali:/opt/tcpcrypt/user# sudo ./launch_tcpcryptd.sh &
[1] 14538
root@kali:/opt/tcpcrypt/user# nc -l 7777 &
[2] 14539
root@kali:/opt/tcpcrypt/user# sudo tcpdump -i lo -n -s0 -vvvv -X tcp port 7777 &[3] 14540
root@kali:/opt/tcpcrypt/user# echo hello, world! | nc localhost 7777Tcpcrypting port 80 and 7777...
iptables -I INPUT -p tcp --sport 80 -j NFQUEUE --queue-num 666
iptables -I OUTPUT -p tcp --dport 80 -j NFQUEUE --queue-num 666
iptables -I INPUT -p tcp --dport 7777 -j NFQUEUE --queue-num 666
iptables -I INPUT -p tcp --sport 7777 -j NFQUEUE --queue-num 666
iptables -I OUTPUT -p tcp --dport 7777 -j NFQUEUE --queue-num 666
iptables -I OUTPUT -p tcp --sport 7777 -j NFQUEUE --queue-num 666
Initializing...
tcpdump: listening on lo, link-type EN10MB (Ethernet), capture size 262144 bytes
Running
Testing network via 171.66.3.195
No timestamp provided in packet - expect low performance due to calls to gettimeofday
Test result: port 80 crypt 0 req 0 state 2 err 668 flags 0
Test result: port 80 crypt 0 req 1 state 2 err 666 flags 0
Test result: port 80 crypt 1 req 2 state 2 err 666 flags 0
Test result: port 7777 crypt 0 req 0 state 1 err 111 flags 0
Test result: port 7777 crypt 0 req 1 state 1 err 111 flags 0
Test result: port 7777 crypt 1 req 2 state 1 err 111 flags 0
Tests done! 1 2 3 4 5 6 failed [6/6]!
The text was updated successfully, but these errors were encountered: