Metadata-Version: 2.1
Name: findout-in-comment
Version: 0.1.0
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

---

# ⚈ Requirements

```
pip3 install -r requirements.txt
```
---

# ⚈ Use example

<h3 align="center">Find default sensitives words out, showing entire tag comment and allowing to show comments with html code</h3>
<p align="center">

  <img align="center" src=".images/example_01.png"><br>
</p>

---

<h3 align="center">Find default sensitives words out, showing entire tag comment, allowing to show comments with html code and taking the word "tag" out for the search</h3>

<p align="center">
  <img align="center" src=".images/example_02.png"><br>
</p>

---

<h3 align="center">Find default sensitives words out in local file html, showing entire tag comment, allowing to show comments with html code and looking for optional word "md5"</h3>

<p align="center">
  <img align="center" src=".images/example_03.png"><br>
</p>


---


# ⚈ Tech Stack

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

- [Python](https://www.python.org/)
- [Parsel](https://pypi.org/project/parsel/)

---

# ⚈ 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>

