• caglararli@hotmail.com
  • 05386281520

Python application from linux shell using burp doesn’t work [closed]

Çağlar Arlı      -    4 Views

Python application from linux shell using burp doesn’t work [closed]

I'm stuck! I looked online and nothing works. What I would like to do is start my python program from shell which connects to browser localhost 127.0.0.1:8080 from code and use burp to try to find vulnerabilities, but it doesn't work!

My python code when I start the program from shell points to 127.0.0.1:8080

  • browser > setting > proxy is at 127.0.0.1:6666
  • foxyproxy is at 127.0.0.1:6666
  • burp proxy listener is at 127.0.0.1:6666
  • burp upstream proxy server is 127.0.0.1:8080
  • network.proxy.allow_hijacking_localhost set to true

maybe I need to start the app in python with apache?