Skip to content

Feature : Added argument to choose the attack#48

Open
kunalsz wants to merge 1 commit intohoneynet:mainfrom
kunalsz:attack-option
Open

Feature : Added argument to choose the attack#48
kunalsz wants to merge 1 commit intohoneynet:mainfrom
kunalsz:attack-option

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

Signed-off-by: kunalsz <kunalavengers@gmail.com>
@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