samy kamkar

Results 96 comments of samy kamkar

Are they both public IPs? If you're not sure, what are the IPs? The backend_server should listen to all IPs by default.

Use 188.166.15.36 - change "YOUR.DOMAIN" in backdoor.html to the IP you want to use

Something else is running on port 1337 (possibly another instance of the backdoor). `lsof -n | grep 1337` should tell you what process and you can `kill -9` it

@Chrism622 will you share the log files please? All of these files `~/screenlog.* ~/easel-driver/screenlog.*` I believe. Thanks

There could be some improvements that could revitalize evercookie and make it work quite consistently again. I would re-inspect the plugin-based features (Flash, Silverlight, etc) as they could use some...

https://github.com/diracdeltas/sniffly

I'm guessing part of the pi_startup.sh is causing issues, specifically anything USB related. Running on an RPi3 is actually a much simpler setup so I would just set it up...

I haven't tested this myself on rpi3. It should work through the ethernet port, but as mentioned above, sounds like something specific to the pi0 is causing this issue. Also,...

Currently there's no support for expirations. Some methods of storage don't support an expiration, but you could build an expiration into your backend which would be the proper way to...