Posts

Highlight text directly on webpages - like google does in its search results

Image
Consider a webpage URL -  https://en.wikipedia.org/wiki/Dreamsnake . Copy text that you want to highlight in above webpage " The novel was well-received, winning in the 1978  Nebula Award , the 1979  Hugo Award " Get URL encode of this copied text as " The%20book%20is%20considered%20an%20example%20of "  - you can do this with help of site like  https://cryptii.com/pipes/urlencode . For webpage URL append " #:~:text= " and " The%20book%20is%20considered%20an%20example%20of ". Now URL becomes - " https://en.wikipedia.org/wiki/Dreamsnake#:~:text=The%20book%20is%20considered%20an%20example%20of " You can share this URL and show highlight text on webpage as in image.

Pentesting tools

Important links virustotal  : to get sub domains

Template for reporting vulnerability

Title -- Eg "Reflected Cross-Site Scripting in profiles" Severity --  informational, low, medium, high, Critical Description -- Brief description of what the vulnerability is Reproduction Steps -- Brief description of how to reproduce the bug; preferably with a small proof of concept Impact -- What can be done with the vulnerability ? Mitigation -- How is it fixed ? Affected asset -- Generally a list of affected URL