Update README.md
parent
43c2274b66
commit
d94beb8cc0
31
README.md
31
README.md
|
@ -11,6 +11,7 @@ I was developing jsleak during most of my free time for my own need.It is easy-t
|
|||
- Check status code if the url is alive or not
|
||||
|
||||
### Instllation
|
||||
|
||||
```
|
||||
go install github.com/channyein1337/jsleak/@latest
|
||||
```
|
||||
|
@ -18,47 +19,61 @@ go install github.com/channyein1337/jsleak/@latest
|
|||
### Usage
|
||||
To display help message
|
||||
|
||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/help.png)
|
||||
```
|
||||
jsleak -h
|
||||
```
|
||||
|
||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/help.png)
|
||||
|
||||
Secret Finder
|
||||
|
||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/secret.png)
|
||||
```
|
||||
echo http://testphp.vulnweb.com/ | jsleak -s
|
||||
```
|
||||
|
||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/secret.png)
|
||||
|
||||
|
||||
Link Finder
|
||||
|
||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/linkfinder.png)
|
||||
```
|
||||
echo http://testphp.vulnweb.com/ | jsleak -l
|
||||
```
|
||||
|
||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/linkfinder.png)
|
||||
|
||||
Complete Url
|
||||
|
||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/completeURL.png)
|
||||
```
|
||||
echo http://testphp.vulnweb.com/ | jsleak -e
|
||||
```
|
||||
|
||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/completeURL.png)
|
||||
|
||||
Check Status
|
||||
|
||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/status_code.png)
|
||||
```
|
||||
echo http://testphp.vulnweb.com/ | jsleak -c 20 -k
|
||||
```
|
||||
|
||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/status_code.png)
|
||||
|
||||
You can also use multiple flags
|
||||
|
||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/multipleFlags.png)
|
||||
```
|
||||
echo http://testphp.vulnweb.com/ | jsleak -c 20 -l -s
|
||||
|
||||
```
|
||||
|
||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/multipleFlags.png)
|
||||
|
||||
Running with Urls
|
||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/file.png)
|
||||
|
||||
```
|
||||
cat urls.txt | jsleak -l -s -c 30
|
||||
```
|
||||
|
||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/file.png)
|
||||
|
||||
### To Do
|
||||
|
||||
- Support scanning local files.
|
||||
|
|
Loading…
Reference in New Issue