Updated Custom attack scripts (markdown)
parent
24d59bb9f5
commit
4af581d15a
|
@ -32,4 +32,5 @@ Additionally, good practice states custom attacks or any of its scripts <strong>
|
||||||
|
|
||||||
### Attack Script Optionals:
|
### Attack Script Optionals:
|
||||||
* Once an attack has started and is running in the background, it may signal fluxion to stop the attack by sending it a <strong>SIGABRT</strong> signal (kill -s SIGABRT fluxPIDHere)
|
* Once an attack has started and is running in the background, it may signal fluxion to stop the attack by sending it a <strong>SIGABRT</strong> signal (kill -s SIGABRT fluxPIDHere)
|
||||||
|
<br>
|
||||||
Note that fluxion's PID is always available via the $$ operator.
|
Note that fluxion's PID is always available via the $$ operator.
|
Loading…
Reference in New Issue