Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathis2001/ezcomments
EzComments is a tool allowing you to get all html and js comments of each url given to him
https://github.com/mathis2001/ezcomments
bugbounty comments pentest recon
Last synced: 4 days ago
JSON representation
EzComments is a tool allowing you to get all html and js comments of each url given to him
- Host: GitHub
- URL: https://github.com/mathis2001/ezcomments
- Owner: mathis2001
- Created: 2022-09-23T15:03:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T11:23:40.000Z (about 2 years ago)
- Last Synced: 2023-03-05T04:03:32.020Z (over 1 year ago)
- Topics: bugbounty, comments, pentest, recon
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EzComments
EzComments is a tool allowing you to get all html and comments of each url given to him.
## Install:
```bash
$ git clone https://github.com/mathis2001/EzComments.git
```## Usage:
```bash
$ cat urls.txt | python3 ezcomments.pyor with an other tool like WebHackUrls
$ python3 webhackurls.py -d target.com | python3 ezcomments.py
```## Screenshots:
![Capture d’écran 2022-09-26 132049](https://user-images.githubusercontent.com/40497633/192264821-c5c9a145-3e73-413e-8703-1e70d749f071.jpg)
![Capture d’écran 2022-09-26 133518](https://user-images.githubusercontent.com/40497633/192266723-3170a0b5-4a35-4c98-bb16-0f28967237b4.jpg)