-
Notifications
You must be signed in to change notification settings - Fork 9
Attacks
After a victim has been hooked you can target hooked pages for attacks.
To target a page simply toggle the victim in the victims section and select the page(s) you want to attack:
Now select an attack from the attacks section:
For this example I have selected the attack Log. This attack is good for testing and examples as all it does is log your input in the console of the targeted page.
Attacks can have zero or many inputs. In our example, log, there is an input for what you would like to pass to console.log() in the victims page.
To execute an attack on your targets you click on the button with a bomb icon:
When an attack is executed you will likely see information logged in the terminal section of the admin page:
Note this example attack is particularly verbose as it has instructions to log it's progress.
Attacks can be favorited in the attack section by clicking on the star icon:
Only favorite attacks will be listed when an admin initially loads the web app. Other attacks can be found using the search bar.
To edit an attack you can click on the edit button:
For details on this see Creating Attacks.
To export an attack you can click on the export button:
This will download the attack in JSON format which can be imported as described in Importing Attacks.
Additionally you can use the terminal to execute your commands in target pages. This process is described in detail in Terminal.