Skip to content

blackopsinc/BLACKSCAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLACKSCAN

Teraform to run pentest images in AWS

Please refer to AWS policies https://aws.amazon.com/security/penetration-testing/

  1. modify variables.tf
  2. terraform init
  3. terraform apply
  4. aws ecs list-tasks --cluster blackscan
  5. aws ecs execute-command --cluster blackscan --task <task_id_from_above> --container blackscan --interactive --command "nmap -sC domain.com"

Install module

  • Run on ECS task blackscan module nmap to install nmap module

Using Modules

  • nmap (use with caution) nmap -sC domain.com
  • wfuzz (quick and dirty subdomain scanner) - Example wfuzz -c -Z -w /security/subdomains.txt --sc 200 https://FUZZ.domain.com
  • trufflehog (useful for passive credential scanning) - Example trufflehog git https://github.com/blackopsinc/BLACKSCAN
  • bearer (useful for passive vulnerability scanning) - Example bearer scan <source>

Security Automation

  • Build use case automation (eg. Credential(Trufflehog), Bruteforce(wfuzz), Network(Nmap), Application(Bearer), etc.)
  • Build to fire and forget use cases (scale and log data)
  • Build reporting to identify "real" issues to Slack/JIRA, etc.

About

Teraform to run pentest images in AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published