awesome-oneliner-bugbounty icon indicating copy to clipboard operation
awesome-oneliner-bugbounty copied to clipboard

adding grep comments from html

Open tamimhasan404 opened this issue 1 year ago • 2 comments

tamimhasan404 avatar Jul 18 '22 06:07 tamimhasan404

_ No description provided. _ good work, but actually the results are little messy :

reg1

try this curl -s http://testhtml5.vulnweb.com | tr -d '\n' | grep -Po "(?U)<\!--.+-->"

reg2

c4ir0 avatar Oct 18 '22 17:10 c4ir0

Thank you for the help here is the final one curl -s https://HOST | tr -d '\n' | grep -Po "(?U)<\!--.+-->"

tamimhasan404 avatar Oct 19 '22 08:10 tamimhasan404