routersploit: Add a TODO for a possible Darwin issue (gnureadline vs readline)

On Darwin routersploit/enterpreter.py esplicity asks for gnureadline instead of
readline in all other platforms... Is this really needed?
This commit is contained in:
Leonardo Taccari 2018-01-25 22:09:31 +01:00
parent 07f831b8fb
commit 098506a99e

3
routersploit/TODO Normal file
View file

@ -0,0 +1,3 @@
On Darwin routersploit will depends on `gnureadline'
(`routersploit/interpreter.py'), should we package py-gnureadline
as well or can we just use py-readline instead?