Skip to content

Webapp proxies

lethanhtung01011980 edited this page Jun 16, 2020 · 10 revisions

Goals

  • To bypass JavaScript validation

Tools

  • Firefox addon: HttpRequester, Live HTTP headers, Tamper data (Tamper Data with FF is not useful).
  • Burp: Free version is already installed in Kali Linux at /usr/bin/burpsuite

For Burp CE

  • To key in scope image

  • To turn on intercept image

  • To change broswer to match Blurp 's proxy at port 8080 image

Intercept HTTPS request

Export Burp Cert

  • Turn on Burp and Intercept
  • Change proxy of Browser to HTTP Proxy and "Use this proxy server for all protocols" image
  • Go to http://burp/cert and download cacert.cer
  • Go to Certificate manager image
  • Import certificate into browser image

Sidebar

0. COMMON exploits

1. Scan Info

1.2 Passive Gathering

1.3 Active Gathering

2. Pre-attack

2.2 File transfer

3. Get Reverse Shell

4. Exploits

4.2 Windows Exploits

4.3 Linux Exploits

4.4 Password crack

4.5 Buffer Overflow

4.6 Web attacks

6. Escalate Privilege

6.1 Escalate in Windows

6.2 Escalate in Linux

7. Access and further attacks

8. Port redirection and Tunnelling

9. Metasploit

10. Kali

11. Thirdparty scripts

Clone this wiki locally