Bandit-HaxUnit / haxunit

313 stars 49 forks source link

Acunetix needs a dummy value to work #1

Closed DanBrown47 closed 2 years ago

DanBrown47 commented 2 years ago

-acu is expecting a value, any would work to initialize in python3.9

Could be fixed on configuring the argument parser.

Assign to me to fix +1

c4ng4c3ir0 commented 2 years ago

How did you make acunetix work? here it still has problems, even informing any value after the -acu

Bandit-HaxUnit commented 2 years ago

Hi, the argument to -acu needs to be the 'ui_session' cookie value after logging in.

I will look into automating this part soon!

Bandit-HaxUnit commented 2 years ago

Hi @DanBrown47 - I've added a tutorial here: https://github.com/Bandit-HaxUnit/haxunit#using-acunetix

DanBrown47 commented 2 years ago

Thanks that's helpful