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
|
- Check status code if the url is alive or not
|
||||||
|
|
||||||
### Instllation
|
### Instllation
|
||||||
|
|
||||||
```
|
```
|
||||||
go install github.com/channyein1337/jsleak/@latest
|
go install github.com/channyein1337/jsleak/@latest
|
||||||
```
|
```
|
||||||
|
@ -18,47 +19,61 @@ 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)
|
|
||||||
```
|
```
|
||||||
jsleak -h
|
jsleak -h
|
||||||
```
|
```
|
||||||
|
|
||||||
|
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/help.png)
|
||||||
|
|
||||||
Secret Finder
|
Secret Finder
|
||||||
|
|
||||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/secret.png)
|
|
||||||
```
|
```
|
||||||
echo http://testphp.vulnweb.com/ | jsleak -s
|
echo http://testphp.vulnweb.com/ | jsleak -s
|
||||||
```
|
```
|
||||||
|
|
||||||
|
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/secret.png)
|
||||||
|
|
||||||
|
|
||||||
Link Finder
|
Link Finder
|
||||||
|
|
||||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/linkfinder.png)
|
|
||||||
```
|
```
|
||||||
echo http://testphp.vulnweb.com/ | jsleak -l
|
echo http://testphp.vulnweb.com/ | jsleak -l
|
||||||
```
|
```
|
||||||
|
|
||||||
|
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/linkfinder.png)
|
||||||
|
|
||||||
Complete Url
|
Complete Url
|
||||||
|
|
||||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/completeURL.png)
|
|
||||||
```
|
```
|
||||||
echo http://testphp.vulnweb.com/ | jsleak -e
|
echo http://testphp.vulnweb.com/ | jsleak -e
|
||||||
```
|
```
|
||||||
|
|
||||||
|
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/completeURL.png)
|
||||||
|
|
||||||
Check Status
|
Check Status
|
||||||
|
|
||||||
![](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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/status_code.png)
|
||||||
|
|
||||||
You can also use multiple flags
|
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
|
echo http://testphp.vulnweb.com/ | jsleak -c 20 -l -s
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/multipleFlags.png)
|
||||||
|
|
||||||
Running with Urls
|
Running with Urls
|
||||||
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/file.png)
|
|
||||||
```
|
```
|
||||||
cat urls.txt | jsleak -l -s -c 30
|
cat urls.txt | jsleak -l -s -c 30
|
||||||
```
|
```
|
||||||
|
|
||||||
|
![](https://raw.githubusercontent.com/channyein1337/jsleak/main/images/file.png)
|
||||||
|
|
||||||
### To Do
|
### To Do
|
||||||
|
|
||||||
- Support scanning local files.
|
- Support scanning local files.
|
||||||
|
|
Loading…
Reference in New Issue