wotwot

Results 2 comments of wotwot

I changed t2.py to: ``` from pwn import * import time r = remote("localhost", 53, typ="udp",fam="ipv4") r.send("test") time.sleep(5) r.send("test") ``` This is the pcap with the two requests [dns_test.pcapng.zip](https://github.com/Gallopsled/pwntools/files/5452932/dns_test.pcapng.zip) Still...

@StijnGroenen It is not a difficult issue per say, when we run the wizard it will query the respected source and get that url, so the urls should be the...