-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
+] welcome to autosploit, give us a little bit while we configure
[i] checking your running platform
[i] checking for disabled services
[?] it appears that service Apache2 is not enabled, would you like us to enable it for you[y/N]: y
[+] Executing command '/home/cmc/Desktop/Scripts/AutoSploit/etc/scripts/start_services.sh linux'
[+] services started successfully
[?] it appears that service Apache2 is not enabled, would you like us to enable it for you[y/N]: y
I already have Apache installed, it's not detecting it. (latest version)
Also have latest version of Python installed. Arch Linux
I was able to fix this problem by editing main.py, in the services check I changed 'apache2' to 'apache' and it detected the service. Arch Linux uses plain apache as service name, not apache2