Anton

Results 7 comments of Anton

@Kalen66100 Thanks, your solution worked for me.

We should be able to. I'll check my burp output to see if the headers/response changes

Looks like it could be changed to check for a 204 response and only look for gen5th or gen6th and it will work. 204 is also what is returned when...

@raghumannn make sure you expose ports in the container. I ended up using `--network host` to allow the container to have access to all the ports. I'm not sure what...

change them to fileName.toString().substr(xxxxx)

Install python-libpcap. Try the following if it is not available in the Kali repos: For Raspberry Pi 3 wget http://http.kali.org/kali/pool/main/p/python-libpcap/python-libpcap_0.6.4-1_armhf.deb dpkg -i python-libpcap_0.6.4-1_armhf.deb For other Linux (64-bit) wget http://http.kali.org/kali/pool/main/p/python-libpcap/python-libpcap_0.6.4-1_amd64.deb dpkg...

If libpcap is already installed, try commenting out those two lines from the install script ( wget and dpkg). On Dec 30, 2016 11:30 PM, Guavin1 wrote: For other Linux...