littlemule Posted February 2, 2014 Share Posted February 2, 2014 Hi, Ive port forwarded port 433 on my router, this has work fine as i have checked it with my vista box. Only when i turn my firewall off in vista that it will show as open. So when i assign thiskali's internal ip to this open port it still shows as closed. Found a tool called GUFW, gave this a go but still had no luck. Does anybody know have to turn off the firewall in kali? Cheers Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted February 2, 2014 Share Posted February 2, 2014 It depends if you wanted it turned off just for one boot, or for all boots. Google has tons of results. Remember, Kali is Debian Linux based. Quote Link to comment Share on other sites More sharing options...
littlemule Posted February 2, 2014 Author Share Posted February 2, 2014 just for one boot, so i can turn it on and off as i like, Pretty new to all this so not realy sure if im doing this right, Found this topic, For Linux such as Debian / Ubuntu / Suse Linux etc, type following commands(as root). First save firewall rules: # iptables-save > /root/firewall.rules or # sudo iptables-save > /root/firewall.rules Second type the following commands : # iptables -X # iptables -t nat -F # iptables -t nat -X # iptables -t mangle -F # iptables -t mangle -X # iptables -P INPUT ACCEPT # iptables -P FORWARD ACCEPT # iptables -P OUTPUT ACCEPT But when i check online to see if the port is open, it always shows as closed on my kali linux box, were am i going wrong? Cheers Quote Link to comment Share on other sites More sharing options...
dd3 Posted February 3, 2014 Share Posted February 3, 2014 (edited) GUFW is based on UFW, the ubuntu firewall.. Kali is linux and is based on Debian that uses iptables.. if you really want a GUI, try firestarter. Edited February 3, 2014 by dd3 Quote Link to comment Share on other sites More sharing options...
littlemule Posted February 9, 2014 Author Share Posted February 9, 2014 Thanks for the reply, but im still having trouble with this, When i turn off the firewall on my vista box its showing that port 443 is open. When i assigned the same local ip to my kali box, even when i use firestarter or Gufw its showing that the port is closed. Not got a clue with this one,,,, Anybody else having this trouble? Quote Link to comment Share on other sites More sharing options...
fugu Posted February 9, 2014 Share Posted February 9, 2014 there are a few reasons why a port may not be seen as 'open' from an external machine. The 2 major reasons why it may look closed are that !) the firewall is blocking the port of interest or 2) there is no application currently listening on that port. Try running $ sudo netstat -auntp | grep '443' to see if anything is running on port 443 Quote Link to comment Share on other sites More sharing options...
littlemule Posted February 16, 2014 Author Share Posted February 16, 2014 Thanks for that, very helpfull. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.