Update README.md

main
Chan Nyein Wai 2023-03-29 20:25:21 +07:00 committed by GitHub
parent ab0868910b
commit 947d877924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 2 deletions

View File

@ -1,2 +1,22 @@
# jsleak
jsleak is a tool to find secret , paths or links in the source code during the recon.
### Description
I was developing jsleak during most of my free time for my own need.It is easy-to-use command-line tool designed to uncover secrets and links in JavaScript files or source code. The jsleak was inspired by [Linkfinder](https://github.com/GerbenJavado/LinkFinder) and regexes are collected from multiple sources.
### Features:
- Discover secrets in JS files such as API keys, tokens, and passwords.
- Identify links in the source code.
- Complete Url Function
- Concurrent processing for scanning of multiple Urls
- Check status code if the url is alive or not
### usage
### To Do
- Support scanning local files.
- Support scanning apk files.
- Update Regex.
- Support mulitple user agents.