hunters-org / hunter-kit

Hunter-Kit is a cross platform security toolkit and framework that can automate most of the pentesting engagement from the recon to reporting phase
MIT License
26 stars 7 forks source link

Js secrets #12

Open 0xHunterr opened 8 months ago

0xHunterr commented 8 months ago

Back-end @haithamAbuElnasr

  1. writing a module that makes use of "jsleak"
  2. first feature example command: cat livesubdomains.txt | jsleak -s
  3. second feature example command: cat livesubdomains.txt | grep ".js" | jsleak -l

Front-end @yazanessam

module name will be the "JS Analysis"

  1. make a new tab that has well centered two buttons for the 2 new features
  2. The first one with the title "wanna find secrets?"
  3. the second with "Unveiling extra and hidden endpoint?"
Mahmoudgalalz commented 8 months ago

@yazanessam @haithamAbuElnasr ?