Skip to content

Tool for mass SSH attack simulation using headless EC2 instances

License

Notifications You must be signed in to change notification settings

thundr/prometheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus

Java app for simulating malicious ssh traffic via AWS

Requirements

AWS account with proper credentials

Permission to start instances

Usage

You need to set up your AWS security credentials. You can do this by creating a file named "credentials" at ~/.aws/ (C:\Users\USER_NAME.aws\ for Windows users) and saving the following lines in the file:

[default]
aws_access_key_id = <your access key id>
aws_secret_access_key = <your secret key>

See the Security Credentials page for more information on getting your keys.

gradlew build
gradlew run

TODO

  • username is hardcoded to 'ubuntu'
  • allow for command line configuration
  • config file read/write via JSON

About

Tool for mass SSH attack simulation using headless EC2 instances

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages