-
Fast track is broken ?
Traceback (most recent call last):
File "./fast-track.py", line 72, in <module>
import main
File "/pentest/fast-track/bin/menu/main.py", line 44, in <module>
import updatemenu
File "/pentest/fast-track/bin/menu/updatemenu.py", line 90, in <module>
milup=subprocess.Popen("""cd /pentest/exploits;rm milw0rm.tar.bz2;wget http://www.milw0rm.com/sploits/milw0rm.tar.bz2;tar jxpf milw0rm.tar.bz2;rm milw0rm.tar.bz2;cd milw0rm;echo "Generating Exploit List, please wait";rm -rf exploitlist.txt;find . -xtype f >files.txt;"for file in $(cat files.txt)";'echo $file $(head -1 $file|cut -d" " -f2-30)|grep -v CVS >sploitlist.txt';rm files.txt""", shell=True).wait()
NameError: name 'subprocess' is not defined
when i try to install things...
Traceback (most recent call last):
File "./fast-track.py", line 72, in <module>
import main
File "/pentest/fast-track/bin/menu/main.py", line 44, in <module>
import updatemenu
File "/pentest/fast-track/bin/menu/updatemenu.py", line 85, in <module>
if installmenu== '1': installer=subprocess.Popen("python setup.py install" , shell=True).wait()
NameError: name 'subprocess' is not defined
-
Good friend of the forums
svn update fasttrack. That should fix it.
-
Good friend of the forums
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules