Skip to content

JavaScript tools that help you review texts and codes

Notifications You must be signed in to change notification settings

panchocosil/CodeReviewJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages