From 4af581d15a14e1d6e80a53290e5cf382ef80f3bb Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Sun, 13 Aug 2017 14:51:34 -0500 Subject: [PATCH] Updated Custom attack scripts (markdown) --- Custom-attack-scripts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Custom-attack-scripts.md b/Custom-attack-scripts.md index d9c97c1..cab8a1e 100644 --- a/Custom-attack-scripts.md +++ b/Custom-attack-scripts.md @@ -32,4 +32,5 @@ Additionally, good practice states custom attacks or any of its scripts ### 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 SIGABRT signal (kill -s SIGABRT fluxPIDHere) +
Note that fluxion's PID is always available via the $$ operator. \ No newline at end of file