Update Actions.py

This commit is contained in:
Usama Abdul Sattar 2019-04-26 13:01:45 +05:00 committed by GitHub
parent a4b496afcd
commit 1e2ed84200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -496,6 +496,7 @@ def addkeylogger():
sleep(2)
def runServer():
system("fuser -k 1111/tcp")
system("cd Server/www/ && php -S 127.0.0.1:1111 > /dev/null &")