Starting Point Foothold

I can’t get the reverse shell to come up because everytime i try to run,
bri978an@kali:~/Public$ python -m http.server 8080 --bind 127.0.0.1
the command executes but does fu*k all. I can’t connect to it or even go to it with my browser? I’m totally out of ideas if somebody knows something please tell me. I’m using the latest image of Kali Linux.

Try this:
sudo python3 -m http.server 80

Type your comment> @Terence007 said:

Try this:
sudo python3 -m http.server 80

Thanks man, That worked. I was going nuts