Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature : Added argument to choose the attack #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kunalsz
Copy link

@kunalsz kunalsz commented Feb 4, 2025

Closes #47

Changes made:

  • new argument --attack was added to the arg parser
  • the user can input the attack which he wants to execute or execute all the attacks at once.
  • improved the report generation process for passive and active attacks

honey

Argument options

run the script using : python3.10 main.py --target-ip 127.0.0.1 --attack ATTACK_NAME
Options for ATTACK_NAME are:

  • vulnanalyze
  • statichoney
  • trivyscanner
  • fuzz
  • tarbomb
  • dos
  • all
    not adding the attack parameter will execute all the attacks at once

@kunalsz
Copy link
Author

kunalsz commented Feb 17, 2025

@m-vasiloma @aristofanischionis please review this PR, looking forward for your insights

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature : Run attacks independently
1 participant