0
Possible placing arguments in PHP CLI ??? ( E.G: -w wordlist.txt )
I have created a bruteforcer using Python .. I am taking wordlist on the argument as -w , is that possible on PHP CLI mode too? Thanks and Regards Rony Das
1 Answer
0
Of course. You have $argv under certain conditions (if you don't disable it).
See here: http://php.net/manual/en/reserved.variables.argv.php