use this to update if u getting problem using fast-track
type command
ezpwn
When using fast-track to update Milw0rm exploits, got the following errors:
-----
File "./fast-track.py", line 72, ...
...
NameError:name 'subprocess' is not defined
any idea?
use this to update if u getting problem using fast-track
type command
ezpwn
hey mobychien,
i just ran into this problem myself. What exactly does the error say?
I think thats where you will find your solution. the actuall fast-track script calls several scripts inside the
/fast-track/bin/ folder.
Read the error it should state something like
" fast-track line 'number'"
"menu-update.py line (it should also give the addy of that subscript) such as $/fast-track/bin/menu/"
locate the problem script, open it with a text editor of your choice and at the top ADD the following
"import subprocess"
try that and see if it solves it.
It should be fixed in the latest svn, if its not lemme know..