Skip to content

0xmvck/Artemis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARTEMIS


This is a small program to scan through JS, css, and html files for secrets or any deets that shouldn't be public

TODOs

  1. Acquire a URL or some IP to some website (support normal URLs and IPv4 addresses only)
  2. Look through the HTML head tag, script tags, a tags (link), comments for available files (also use some regex to get paths)
  3. Attempt to access these files through their full URL (ensure is HTTP 200, if not, can skip)
  4. Can do a recursive search on these files to look for more paths
  5. Print out all the unique paths discovered, and those that returned HTTP status of 200
  6. Scan through all files with a predefined checklist with regex patterns
  7. Report findings clearly and aesthetically
  8. Use a cool TUI (okay you can involve AI here)
  9. Add ability to use context (and print context) i.e. user can provide secrets patterns they are looking for

About

A tool meant to scan secrets from client-side files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages