Python script for finding XSS vulnerabilities with mechanize [on hold]

It’s my first attempt to make a python script that can find Cross-Site Script vulnerability on a web page.
First, it will fetch all the <input> tag from a <form> in a webpage.
Puts the input field’s name in a list “inpu… Continue reading Python script for finding XSS vulnerabilities with mechanize [on hold]

How do I know that the request and response is using encryption protocols in burp suite?

I know these things can easily be done on wireshark, tshark, etc but is it possible to know that the request I forwarded and the response I received is using protocols such as TLS, TLSv1.2, TCP, HTTP, etc in Burp Suite? So I … Continue reading How do I know that the request and response is using encryption protocols in burp suite?