You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there!
I've just installed the SPF and configured the frameworkconsole/config. I've also altered the kaliinstall before running the installation. While trying to run the framework.py I get the following error:
root@kali:~# service apache2 start root@kali:~# service mysql start root@kali:~# Smartphone-Pentest-Framework/frameworkconsole/framework.py Traceback (most recent call last): File "Smartphone-Pentest-Framework/frameworkconsole/framework.py", line 16, in <module> config = Config('config') File "/root/Smartphone-Pentest-Framework/frameworkconsole/lib/config.py", line 6, in __init__ self.config.readfp(FakeSecHead(open(config_file))) IOError: [Errno 2] No such file or directory: 'config'
I really appreciate any help! :)
The text was updated successfully, but these errors were encountered:
Hello there!
I've just installed the SPF and configured the frameworkconsole/config. I've also altered the kaliinstall before running the installation. While trying to run the framework.py I get the following error:
root@kali:~# service apache2 start root@kali:~# service mysql start root@kali:~# Smartphone-Pentest-Framework/frameworkconsole/framework.py Traceback (most recent call last): File "Smartphone-Pentest-Framework/frameworkconsole/framework.py", line 16, in <module> config = Config('config') File "/root/Smartphone-Pentest-Framework/frameworkconsole/lib/config.py", line 6, in __init__ self.config.readfp(FakeSecHead(open(config_file))) IOError: [Errno 2] No such file or directory: 'config'
I really appreciate any help! :)
The text was updated successfully, but these errors were encountered: