parmigggiana / attack_scripts

6 stars 0 forks source link

Add emergency run script #10

Open Frollamma opened 1 year ago

Frollamma commented 1 year ago

It's possible that Milkman crashes, but we can't stop running exploits for this. We need an emergency script that runs an exploit that we have previously uploaded to milkman without the need of making any change to the exploit itself.

parmigggiana commented 1 year ago

Should we make a cli script with very simple logic that just runs all the exploits on user input? I think adding the timing logic make it more complicated very quickly and introduces new points of failure that are quite similar to the ones milkman already has. But then we have to remember to manually run the exploits every 2 minutes or so. Would that be alright?