Skip to content

javascript bookmarklet that parses javascript loaded in the browser to find hidden paths.

Notifications You must be signed in to change notification settings

whalebone7/Jsser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

JSSER

1.Copy the code below

javascript:(function(){var scripts=document.getElementsByTagName("script"),regex=/(?<=(\"|\'|\`))\/[a-zA-Z0-9_?&=\/\-\#\.]*(?=(\"|\'|\`))/g;const%20results=new%20Set;for(var%20i=0;i<scripts.length;i++){var%20t=scripts[i].src;""!=t&&fetch(t).then(function(t){return%20t.text()}).then(function(t){var%20e=t.matchAll(regex);for(let%20r%20of%20e)results.add(r[0])}).catch(function(t){console.log("An%20error%20occurred:%20",t)})}var%20pageContent=document.documentElement.outerHTML,matches=pageContent.matchAll(regex);for(const%20match%20of%20matches)results.add(match[0]);function%20writeResults(){results.forEach(function(t){document.write(t+"<br>")})}setTimeout(writeResults,3e3);})();
  1. Go to Bookmarks Manager

    Screenshot 2024-05-27 at 02 14 39
  2. Paste

Screenshot 2024-05-27 at 02 16 55
  1. Click jsserfor output
Screenshot 2024-05-27 at 02 18 17 Screenshot 2024-05-27 at 02 18 45

About

javascript bookmarklet that parses javascript loaded in the browser to find hidden paths.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published