Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thenurhabib/tenssens
Tenssens framework focused on gathering information from free tools or resources. The intention is to help people find free OSINT resources.
https://github.com/thenurhabib/tenssens
automation hacking information-gathering linux open-source osint osint-python osint-tool python3 termux tool
Last synced: 2 months ago
JSON representation
Tenssens framework focused on gathering information from free tools or resources. The intention is to help people find free OSINT resources.
- Host: GitHub
- URL: https://github.com/thenurhabib/tenssens
- Owner: thenurhabib
- License: agpl-3.0
- Created: 2022-01-09T16:16:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T21:33:29.000Z (about 3 years ago)
- Last Synced: 2024-08-08T00:44:00.725Z (6 months ago)
- Topics: automation, hacking, information-gathering, linux, open-source, osint, osint-python, osint-tool, python3, termux, tool
- Language: Python
- Homepage:
- Size: 174 KB
- Stars: 59
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - thenurhabib/tenssens - Tenssens framework focused on gathering information from free tools or resources. The intention is to help people find free OSINT resources. (Python)
README
#
# Tenssens - OSINT Framework
### Tenssens framework focused on gathering information from free tools or resources. The intention is to help people find free OSINT resources.
### Features
```yaml
01. Whois : Get Website Whois Information.
02. MD5 Cracker : MD5 Hash Cracker.
03. Subdomain finder : Find Subdomain of any website.
04. Site BuiltWith : Find CMS of and All Technology.
05. DNS Lockup : Get Information About DNS.
06. Admin Finder : Find Admin Panel of Website.
07. HTTP Header : Get HTTP Header Information.
08. IP Location : Find Location From IP Address.
09. Port Scan : Network Port Scanner.
10. Robots.txt : Get Robots txt File of any website.
```## Usage.
### linux```yaml
apt-get update
apt-get upgrade
pkg install git
pkg install python3
git clone https://github.com/thenurhabib/tenssens
cd tenssens
pip install -r requirements.txt
python3 tenssens.py```
### Termux```yaml
apt-get update
apt-get upgrade
apt install git
apt install python3
git clone https://github.com/thenurhabib/tenssens
cd tenssens
pip install -r requirements.txt
python tenssens.py```
### Login Information
```yaml
login Username : username#tenssens
Login Password : password@tenssens
```## Screenshot
![App Screenshot](./img/screenshort.png)
## 🔗 Links
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://www.nurhabib.ml/)
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/mdnurhabib)
[![HackerRank Badge](https://img.shields.io/badge/-Hackerrank-2EC866?style=for-the-badge&logo=HackerRank&logoColor=whitelogo=twitter&logoColor=white&link=https://hackerRank.com/thenurhabib)](https://hackerrank.com/thenurhabib)## 🚀 About Me
I'm a programmer and Linux System Administrator.## Author
```yaml
Name : Md. Nur Habib
GitHub : https://github.com/thenurhabib
Facebook : https://web.facebook.com?thenurhab1b
HackerRank : https://www.hackerrank.com/thenurhabib
```# Thank You.