Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slober3/pothead
Pothead: A simple lightweight packet for creating a minimal interaction honeypot
https://github.com/slober3/pothead
attack attacker honeypot logging logging-server python-3 telnet telnet-honeypot
Last synced: 2 months ago
JSON representation
Pothead: A simple lightweight packet for creating a minimal interaction honeypot
- Host: GitHub
- URL: https://github.com/slober3/pothead
- Owner: Slober3
- License: mit
- Created: 2017-07-02T00:01:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T01:28:23.000Z (over 7 years ago)
- Last Synced: 2024-08-04T23:09:53.095Z (6 months ago)
- Topics: attack, attacker, honeypot, logging, logging-server, python-3, telnet, telnet-honeypot
- Language: PHP
- Size: 344 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-honeypot - **2**星
README
# PotHead
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0ae093f1196d4b6eb9d7a4d7a0aa9e07)](https://www.codacy.com/app/quintendesmyter/PotHead?utm_source=github.com&utm_medium=referral&utm_content=Slober3/PotHead&utm_campaign=Badge_Grade)
## What is it?
Pothead: A simple lightweight packet for creating a minimal interaction honeypot## How does it work?
Magic, Well kinda you don't need super dupper knowledge to use this!
Oops the magic failed ;) a really nice INSTALL.md will be written unfortunately it's not yet available.
1) Download all the files2) Check if you got everything
3) Upload and configure the Website and backend (includes/Config.php & the .SQL files)
4) Do not forget to change your APIKEY!
5) Run the python file!
```
Pothead.py -pp 22 23 -site http://YOURSITE.COM/api/write.php -apikey YOURAPIKEY
```6) Profit!
## Is this for anyone?
Hmmmm, yes and no I would suggest you know a thing or two about PHP & Python.
It's a pre-release and still in the early alpha stage.## Is it safe?
It's pretty safe ;)## Does it work?
Yeah check it live!
1) View the last few connections (_OLD): http://7ol.eu/view.php2) View the last few inputs (_OLD): http://7ol.eu/inputView.php
3) The new API interface: http://7ol.eu/
## API
The API is working! It's still running on fossil fuels and is currently beining updated to run on solar!
```
Formatted JSON Data
[
{
"id":"1238",
"ip":"59.45.175.86",
"time":"2017-07-05 02:18:17",
"port":"22",
"portHacker":"43045"
}
]
```## Contributors
We are still searching brainstormers, users who would like to help and guys who would love to dive into this awesome project.## Contact
1) Hackforums username: slober2) Email: [email protected]
## Screenshot
![example](http://i.imgur.com/w7cLe2Q.jpg)
## License
This projects is Licensed under the MIT license.