Skip to content

Python Proxy to Burp

TheGetch edited this page Jan 5, 2021 · 1 revision

Python Proxy to Burp

Python burp proxy

    #burp proxy
    p = {'http': 'http://127.0.0.1:8080', 'https': 'http://127.0.0.1:8080'}
    r = requests.Session()
    r.proxies.update(p)

	final_request = r.post(stuff)

_Sidebar

1. Recon

Ping Sweep

CIDR to IP

2. Enumeration

Services

05. HTTP (80,443,8080,8443,etc.)

3. Exploitation

4. Post Exploiation

5. High Value Information

Hashes

6. Reporting

7. Random Notes/Useful Tidbits

Clone this wiki locally