Date: 19 Feb 2025


Question

Task :


Note

  • Burp suit : PROXY SERVER TOOL (traffic capture tool)
  • web security testing tool
  • used for pentest and vulnerability assessment of web apps
  • intercepts, modifies and analyses web traffic between a browser
  • default port : 8080 (listener).


Question

Q) why burp?

  • In pentration testing we have :
    • client site vulnerability
    • server site vulnerability.

Q)Being a pentester how will you tamper the data ?

  • Burp is a tool which can be used to tamper the data, the request which is going from client to server site.


Check

Steps to use Burp

  1. capture the request in burp.
  2. analyze the request especially the parameter in which u can tamper
  3. tamper the parameter
  4. analyze the response

Step-by-step go through :

  1. proxy listener

  2. request interception rules

  3. response interception rules

    attachments/Pasted image 20250308145757.png|1000


Step-by-step go through :



Installing firefox

  1. Install firefox .
  2. Open Chrome : Download.
  1. Open in firefox : demo.testfire website

  2. Then to integrate proxyfoxy and burp :
    open the proxyfoxy --> options --> Proxies --> add & save it:

    attachments/Pasted image 20250308151206.png
    5. Open proxy select the option burp :
    attachments/Pasted image 20250308151254.png

  3. Go to firefox and type : http://burp

  4. Download the CA certificate file.

  5. press alt in firefox , tools -> settings -> then search cert -> view certificates-> tick both -> then ok.
    attachments/Pasted image 20250308151513.png

  6. After doing intercept on in burp suite, hit demo.testfire ebsite in firefox.
    attachments/Pasted image 20250308151802.png

  1. Download the latest version of java 19.0.1 and open the burpsuite keygen , given in folder(after extracting).
    attachments/Pasted image 20250308152201.png

  2. A page will appear for license key then enter the license key you copied.

  3. enter the license key->manual activation->

attachments/Pasted image 20250308152421.png

  1. copy the 2nd paragraph and paste it below.

attachments/Pasted image 20250308152627.png
attachments/Pasted image 20250308152649.png
attachments/Pasted image 20250308152714.png

  1. copy the ACTIVATION Response and paste here and then install burp.

attachments/Pasted image 20250308152947.png

  1. Always open the burp by using keygen.

FoxyProxy is a browser extension used to manage proxy settings more efficiently than the default settings in browsers like Chrome or Firefox. Here's why you'd need FoxyProxy:

🌍 1. Bypass Geo-Restrictions or Censorship

πŸ’» 2. Web Scraping / Testing

🎯 3. Per-URL Proxy Rules

πŸ” 4. Enhanced Privacy

πŸ” FoxyProxy vs VPN: What’s the Difference?

Feature FoxyProxy VPN
What is it? A proxy manager browser extension A full system-level network tool
Scope Affects only your browser traffic (Chrome/Firefox) Affects all device traffic (browser, apps, system, etc.)
Encryption Usually no encryption (unless using HTTPS proxy) Fully encrypted tunnel
Privacy Level Medium – hides IP in browser High – hides IP & encrypts everything
Setup Easy (just install extension and configure) Slightly more involved (need to install and connect VPN client)
Speed Generally faster, but no encryption = less secure Slightly slower due to encryption, but more secure
Use Case Bypass geo-blocks in browser, test websites, switch proxies Secure browsing, stream geo-restricted content, hide all traffic
Summary

βœ… Common Use Cases:

  • Students bypassing college firewall restrictions
  • Employees accessing internal corporate tools
  • Developers testing from different geographic locations
  • Users maintaining anonymity while browsing

---****---