-
Notifications
You must be signed in to change notification settings - Fork 16
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
Making scapy check optional #3
Comments
Feel free even to submit a PR |
i dont know how the interface you use works (and i am a really bad coder). here is the code i used to disable the checks: |
I thought it would be cooler to be able to compile into static files, is there a way to compile into separate binaries, using Pyinstaller a bunch of errors are driving me crazy |
@realalexandergeorgiev added the feature via 1b80de9. By default scapy will be disabled, you may enable with -s (not tested yet). |
Hey,
its a really cool tool! I really love the speed and interface!!
I had issues running it via SOCKS proxy. I believe its due to scapy using raw sockets/interfaces. I didnt want to dig too deep into it, as its only used to verify ports open. I think it would great to have the option to disable port checks and expect them to be open.
KR
PS: i forked it and made my workaround public
The text was updated successfully, but these errors were encountered: