Posts

Java Decompiler for eclipse issue resolved !!!

After downloading eclipse plugin for Java Decompiler from  http://java-decompiler.github.io/  follow below steps  Download JD-Eclipse ZIP file, Launch Eclipse, Click on  "Help > Install New Software..." , Drag and drop ZIP file on dialog windows, Check  "Java Decompiler Eclipse Plug-in" , Click on  "Next"  and  "Finish"  buttons, A warning dialog windows appear because  "org.jd.ide.eclipse.plugin_x.y.z.jar"  is not signed. Click on  "Install anyway"  button. Click on "Windows > Preferences " Search for "File Association" For "*.class" & "*.class without source" select Associate editor as "JD class file viewer". 👍

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