https://github.com/cyb3r-jak3/argos
Argos is a honeypot system that will setup cowrie on a system.
https://github.com/cyb3r-jak3/argos
automated-reporting cowrie cowrie-honeypot honeypot security
Last synced: over 1 year ago
JSON representation
Argos is a honeypot system that will setup cowrie on a system.
- Host: GitHub
- URL: https://github.com/cyb3r-jak3/argos
- Owner: Cyb3r-Jak3
- License: gpl-3.0
- Created: 2020-03-24T16:48:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T16:13:25.000Z (over 6 years ago)
- Last Synced: 2025-01-16T13:57:13.438Z (over 1 year ago)
- Topics: automated-reporting, cowrie, cowrie-honeypot, honeypot, security
- Language: Shell
- Homepage: https://gitlab.com/Cyb3r-Jak3/Argos
- Size: 49.8 KB
- Stars: 0
- 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
README
# Argos
[](https://codeclimate.com/github/Cyb3r-Jak3/Argos/maintainability)
## Beta
Argos is a honeypot system that sets up [cowrie](https://github.com/cowrie/cowrie) on a system.
## Setup
**It is *highly* recommended to create an email account with smtp access specifically for this reporter.**
```bash
curl https://gitlab.com/Cyb3r-Jak3/Argos/-/raw/master/setup.sh -o setup.sh
curl https://gitlab.com/Cyb3r-Jak3/Argos/-/raw/master/report.dist.ini -o report.dist.ini # Leave the dist
# Edit report.dist.ini with smtp creds
chmod +x ./setup
./setup
```
After the setup script has completed then you will have an `output.txt` file which will list the new SSH port and the password for cowrie user.
**Make sure that you are able to connect with SSH before you continue.**
And cowrie is running you can attempt to login to your server using `ssh root@`.
### Customization
If desired there is the ability to customize the cowrie configuration to your liking where you want in [cowrie.cfg](misc_scripts/cowrie.cfg).
There are some options that should not be changed and they are:
- sqlite3 logging module
- listen_endpoints.
If you want to make changes then after pulling the setup script run with the argument `--setup` and it will pull all the files needed for setup without setting anything up.
## Terms of Service & Privacy Policy
[Terms of service](https://argos.jwhite.network/tos)
[Privacy Policy](https://argos.jwhite.network/privacy)