Update README.md
parent
75cf7adde3
commit
43c2274b66
|
@ -17,35 +17,42 @@ go install github.com/channyein1337/jsleak/@latest
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
To display help message
|
To display help message
|
||||||
|
|
||||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/help.png)
|
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/help.png)
|
||||||
```
|
```
|
||||||
jsleak -h
|
jsleak -h
|
||||||
```
|
```
|
||||||
Secret Finder
|
Secret Finder
|
||||||
|
|
||||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/secret.png)
|
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/secret.png)
|
||||||
```
|
```
|
||||||
echo http://testphp.vulnweb.com/ | jsleak -s
|
echo http://testphp.vulnweb.com/ | jsleak -s
|
||||||
```
|
```
|
||||||
|
|
||||||
Link Finder
|
Link Finder
|
||||||
|
|
||||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/linkfinder.png)
|
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/linkfinder.png)
|
||||||
```
|
```
|
||||||
echo http://testphp.vulnweb.com/ | jsleak -l
|
echo http://testphp.vulnweb.com/ | jsleak -l
|
||||||
```
|
```
|
||||||
Complete Url
|
Complete Url
|
||||||
|
|
||||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/completeURL.png)
|
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/completeURL.png)
|
||||||
```
|
```
|
||||||
echo http://testphp.vulnweb.com/ | jsleak -e
|
echo http://testphp.vulnweb.com/ | jsleak -e
|
||||||
```
|
```
|
||||||
Check Status
|
Check Status
|
||||||
|
|
||||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/status_code.png)
|
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/status_code.png)
|
||||||
```
|
```
|
||||||
echo http://testphp.vulnweb.com/ | jsleak -c 20 -k
|
echo http://testphp.vulnweb.com/ | jsleak -c 20 -k
|
||||||
```
|
```
|
||||||
You can also use multiple flags
|
You can also use multiple flags
|
||||||
|
|
||||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/multipleFlags.png)
|
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/multipleFlags.png)
|
||||||
```
|
```
|
||||||
echo http://testphp.vulnweb.com/ | jsleak -c 20 -l -s
|
echo http://testphp.vulnweb.com/ | jsleak -c 20 -l -s
|
||||||
|
|
||||||
```
|
```
|
||||||
Running with Urls
|
Running with Urls
|
||||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/file.png)
|
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/file.png)
|
||||||
|
|
Loading…
Reference in New Issue