Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

g3un98/easy-fuzzer-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Easy Fuzzer Framework

Usage

Amazon Web Service

  1. Create a user for EFF in IAM
  • Need AmazonEC2FullAccess permission
  1. Create a Access keys on Security credentials tab
  • Access key is very important!
  • Be careful not to expose your key.

EFF Server

  1. Launch instane from ami-0c8832fce913849e1.
  2. Add security-group rules on Security > Inbound rules.
  • Source 0.0.0.0/0, Port range 80
  • Source 0.0.0.0/0, Port range 9102
  • Source 0.0.0.0/0, Port range 9090
  • Source 0.0.0.0/0, Port range 3000
  • Source 0.0.0.0/0, Port range 8080
  • Source 0.0.0.0/0, Port range 8125
  1. Connect to instance.
ssh -i "EFF-KeyPair.pem" ubuntu@{your ip or domaiin}
  1. Create AWS config file into back/config.
[default]
region=ap-northeast-2
  1. Create AWS credential file into back/credentials.
[default]
aws_access_key_id=AKIAIOSFODNN7EXAMPLE
aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
  1. Fix cron service using sudo crontab -e
  • Remove comment symbol(#) in @reboot line.
  1. Reboot your instnace!

Grafana

  1. Login for initialize (id: admin / pw: admin)
  2. Set your admin password (or skip)
  3. Add data source on Configuration > Data sources
  • Default data source type is Prometheus.
  • Default URL is http://{your ip or domain}:9090.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published