Metadata-Version: 2.1
Name: findout-in-comment
Version: 0.1.1
Summary: A pre-attack hacker tool to find out sensitives comments in HTML
Home-page: https://github.com/PabloEmidio/Findout-in-Comment
License: MIT
Author: Pablo Emidio
Author-email: p.emidiodev@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: parsel (>=1.6.0,<1.7.0)
Requires-Dist: requests (>=2.25.1,<2.26.0)
Project-URL: Repository, https://github.com/PabloEmidio/Findout-in-Comment
Description-Content-Type: text/markdown

<h1 align="center">Find Out in Comment</h1>
<h2 align="center" >
Find sensetive comment out in HTML<br><br>
    <a href="https://github.com/PabloEmidio/Findout-in-Comment/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/PabloEmidio/Findout-in-Comment?style=social"></a>
    <a href="https://github.com/PabloEmidio"><img alt="GitHub followers" src="https://img.shields.io/github/followers/PabloEmidio?label=Follow%20me&style=social"></a>
</h2>

---

# ⚈ About
This is a pre-attack hacker tool that searches for sensitives words in HTML comments tag and return some informations which can help in your attack process

---

# ⚈ How to use

```bash
$ pip install findout-in-comment
$ findout -v --return-tags $URL_OR_FILE_PATH
```

---


# ⚈ Tech Stack

The following tools were used in the construction of the project:

- [Python](https://www.python.org/)
- [Parsel](https://pypi.org/project/parsel/)
- [Poetry](https://python-poetry.org/)
- [Flake8](https://flake8.pycqa.org/en/latest/)
- [pre-commit](https://pre-commit.com/)
---

# ⚈ Bugs and Features
<p>
Please report any type of bug. Remember that this is an open source project and will evolve with everyone's help. :)<br>
Any report will be read and will get due attention
</p><br>
<p>
New features are being done and new ideas are being created always that possible...<br>
new ideas will be accepted...
</p>

