-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Both of newly added flags for e2e dont work in cli command mode
--edns-size
--test-url
1-Size:
Size works only when used with scan! mode not custom step chain mode!
root@yyyy:~ ./findns edns -i resolvers.txt -o result.json --domain t.example.com --edns-size 4096
Error: unknown flag: --edns-size
root@yyyy:~
but working in complete scan mode (findns scan --domain t.example.com --edns --edns-size 900)
2- URL
default url has too small returned data (IP) and returns lots of fake working ips!
I scanned 5000 ips (tested all steps before e2e) and it returned 40 working IPs but only one of them is really working!
if possible fix unknown flag --test-url in chain solo step e2e, and add support for https:\google.com curl answer! (a 5-6 line simple html reply)
it has more bytes in reply and returned result IPs would be more accurate.
Thanks