Skip to content
New issue

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

doesn't work on arch linux #1

Closed
20NE opened this issue Nov 3, 2017 · 7 comments
Closed

doesn't work on arch linux #1

20NE opened this issue Nov 3, 2017 · 7 comments

Comments

@20NE
Copy link

20NE commented Nov 3, 2017

platform:
arch linux (4.12.8-2-ARCH)

the output of run.sh:

693:C 03 Nov 12:09:11.340 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
693:C 03 Nov 12:09:11.341 # Redis version=4.0.2, bits=32, commit=00000000, modified=0, pid=693, just started
693:C 03 Nov 12:09:11.341 # Configuration loaded
iptables: Bad rule (does a matching rule exist in that chain?).
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.

log:
1509682151.259493 [INFO] Current version: 7
1509682151.259821 [INFO] Starting redis server.
1509682151.401993 [INFO] Saving TTL to redis
1509682151.610254 [INFO] Killing redis server (pid 694).
1509682151.610434 [INFO] Daemon exited.

@4ft35t
Copy link

4ft35t commented Nov 3, 2017

Ubuntu 16.04.2 LTS
4.12.2-041202-generic #201707150832 SMP Sat Jul 15 12:34:02 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

same issue.

@20NE
Copy link
Author

20NE commented Nov 3, 2017

now

output:
1103:C 03 Nov 15:43:49.538 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1103:C 03 Nov 15:43:49.538 # Redis version=4.0.2, bits=32, commit=00000000, modified=0, pid=1103, just started
1103:C 03 Nov 15:43:49.538 # Configuration loaded

log:
1509693146.155325 [INFO] Current version: 7
1509693146.155694 [INFO] Starting redis server.
1509693146.172609 [ERROR] error during nfq_create_queue()
1509693146.172683 [ERROR] unable to setup netfilter_queue

@gkso
Copy link
Collaborator

gkso commented Nov 3, 2017

Have successfully installed all the prerequisites in install.sh? And running the tool with root privilege?

@20NE
Copy link
Author

20NE commented Nov 3, 2017

I've installed all the prerequisites but python-scapy (optional):

libnetfilter_queue 1.0.2-2
libnfnetlink 1.0.1-2
hiredis 0.13.3-1
redis 4.0.2-1

make it sucessfully.

sure I run it with root privilege.

@gkso
Copy link
Collaborator

gkso commented Nov 3, 2017

Thanks for the feedback. Looks like some bug caused the tool exit unexpectedly. In between "1509682151.401993 [INFO] Saving TTL to redis
1509682151.610254 [INFO] Killing redis server (pid 694)."
I will try to look into that shortly.

@gkso
Copy link
Collaborator

gkso commented Nov 3, 2017

Bug fixed at 85a644d
This close issue #1 #2 #6
Bug was introduced by some recent commit.

@gkso gkso closed this as completed Nov 4, 2017
@V-E-O
Copy link

V-E-O commented Nov 4, 2017

Still crashes on Kali/Debian with root and deps installed.

1509812530.531059 [INFO] [EVAL] STRATEGY FAILED 1. HTTP NO RESPONSE. 1828825280_4760_3340334402_20480_12
1509812533.029715 [INFO] [EVAL] STRATEGY SUCCEEDED. 1828825280_58538_3271849064_20480_6
1509812533.611976 [INFO] [EVAL] STRATEGY FAILED 1. HTTP NO RESPONSE. 1828825280_58026_3271849064_20480_6
1509812533.737840 [INFO] Saving TTL to redis
1509812533.903064 [ERROR] error during nfq_destroy_queue()
1509812533.903167 [INFO] Killing redis server (pid 1627).
1509812533.903217 [INFO] Daemon exited.

@20NE 20NE mentioned this issue Jan 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants