talosplus icon indicating copy to clipboard operation
talosplus copied to clipboard

If support

Open tarunKoyalwar opened this issue 3 years ago • 0 comments

Adding a directive similar to if statement would further improve script quality

Directive Name : #if Syntax:

#if:@somevar

//@somevar can be true/false

Ex:

// Only execute if true

//Check For Subdomain Takeover If in Scope
subjack -w @allsubs{file} -t 100 -timeout 30 -o @outfile -ssl #if:@runsubtakeover

tarunKoyalwar avatar May 16 '22 12:05 tarunKoyalwar