Skip to content

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

CodeReviewJS

JavaScript tools that help Security Researchers review texts and codes using cool Regex and JavaScript.

JavaScript Web Tools:

Usages:

Extract All Paths and URLs: (Inspired from LinkFinder Python tool)

LinkfinderJS.html Finds:

  • Full URLs (https://example.com/*)
  • Absolute URLs or dotted URLs (/* or ../*)
  • Relative URLs with at least one slash (text/test.php)
  • Relative URLs without a slash (test.php)

NEW: Using Beautifier v1.14.0 to detect packers and obfuscators.

https://htmlpreview.github.io/?https://github.com/panchocosil/CodeReviewJS/blob/main/LinkfinderJS.html

Extra:


Extract URLs From Text:

https://htmlpreview.github.io/?https://github.com/panchocosil/CodeReviewJS/blob/main/Text2urls.html


Extract Domains, subdomain and IPs:

https://htmlpreview.github.io/?https://github.com/panchocosil/CodeReviewJS/blob/main/text2subdomains.html


IMPORTANT: All the data input is processed on your own browser this means that this tools are static and does not log or store data. Feel free to use all you like.

About

JavaScript tools that help you review texts and codes

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages