assume-breach 3 лет назад
Родитель
Сommit
616ea4eb70
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      DoubleVision/InstallMe.sh

+ 2 - 1
DoubleVision/InstallMe.sh

@@ -11,7 +11,6 @@ sudo apt install tmux apache2 iptables git npm php dnsmasq apache2 dnsmasq-base
 
 git clone https://github.com/adamff24/PwrDeauther.git
 
-cp -f hostapd.conf /etc/hostapd/
 
 cp -f dnsmasq.conf /etc/
 
@@ -21,6 +20,8 @@ chown -R www-data:www-data /var/www/html
 
 chown root:www-data /var/www/html/.htaccess
 
+chmod 777 /var/www/html/creds.txt
+
 cp -f override.conf /etc/apache2/conf-available/
 
 cd /etc/apache2/conf-enabled