bats3c / shad0w

A post exploitation framework designed to operate covertly on heavily monitored environments
https://blog.dylan.codes/shad0w/
MIT License
2.03k stars 323 forks source link

Active port number 80 in first execution--2 #43

Closed merlin123h closed 4 years ago

merlin123h commented 4 years ago

hey, i run shad0w in Ubuntu system and my port 80 always is busy, because Apache2 service is active. My question about changing port number is because of this issue. The constant activation of port 80 by Apache2 processes has made it very difficult for me to use this tool. Please guide me about this issue.

bats3c commented 4 years ago

If you want to stop the apache2 service you can run the command sudo service apache2 stop. If you want to use shad0w while port 80 is open you can use the workaround I mentioned in issue #41.