[SOLVED] 80/tcp port
by kaisdj from LinuxQuestions.org on (#4X69J)
Hi Linux experts
I have a question about 80 / TCP port I'm very new to this and I'm about to teach myself how to hack a website .... What, for example, would you do if discovered an open 80 TCP / port what is the first you want to investigate? I can use metasplot to dig more informations about a open port, but what else can i do?
I did a scan with Nmap and show me this:
tarting Nmap 7.80 ( https://nmap.org ) at 2019-12-29 15:41 CET
Initiating Ping Scan at 15:41
Scanning presidency.iq (104.18.43.213) [4 ports]
Completed Ping Scan at 15:41, 0.05s elapsed (1 total hosts)
Initiating Parallel DNS resolution of 1 host. at 15:41
Completed Parallel DNS resolution of 1 host. at 15:41, 0.03s elapsed
Initiating SYN Stealth Scan at 15:41
Scanning presidency.iq (104.18.43.213) [1000 ports]
Discovered open port 80/tcp on 104.18.43.213
Discovered open port 443/tcp on 104.18.43.213
Discovered open port 8080/tcp on 104.18.43.213
Discovered open port 8443/tcp on 104.18.43.213
Completed SYN Stealth Scan at 15:41, 4.12s elapsed (1000 total ports)
Nmap scan report for presidency.iq (104.18.43.213)
Host is up (0.013s latency).
Other addresses for presidency.iq (not scanned): 104.18.42.213
Not shown: 996 filtered ports
PORT STATE SERVICE
80/tcp open http
443/tcp open https
8080/tcp open http-proxy
8443/tcp open https-alt
Can someone telss me what 443, 8080, 8443 means? And what exploits i can use to dig some more informations about a website... come with examples that will help me a lot to be better in this . Thansk for your time


I have a question about 80 / TCP port I'm very new to this and I'm about to teach myself how to hack a website .... What, for example, would you do if discovered an open 80 TCP / port what is the first you want to investigate? I can use metasplot to dig more informations about a open port, but what else can i do?
I did a scan with Nmap and show me this:
tarting Nmap 7.80 ( https://nmap.org ) at 2019-12-29 15:41 CET
Initiating Ping Scan at 15:41
Scanning presidency.iq (104.18.43.213) [4 ports]
Completed Ping Scan at 15:41, 0.05s elapsed (1 total hosts)
Initiating Parallel DNS resolution of 1 host. at 15:41
Completed Parallel DNS resolution of 1 host. at 15:41, 0.03s elapsed
Initiating SYN Stealth Scan at 15:41
Scanning presidency.iq (104.18.43.213) [1000 ports]
Discovered open port 80/tcp on 104.18.43.213
Discovered open port 443/tcp on 104.18.43.213
Discovered open port 8080/tcp on 104.18.43.213
Discovered open port 8443/tcp on 104.18.43.213
Completed SYN Stealth Scan at 15:41, 4.12s elapsed (1000 total ports)
Nmap scan report for presidency.iq (104.18.43.213)
Host is up (0.013s latency).
Other addresses for presidency.iq (not scanned): 104.18.42.213
Not shown: 996 filtered ports
PORT STATE SERVICE
80/tcp open http
443/tcp open https
8080/tcp open http-proxy
8443/tcp open https-alt
Can someone telss me what 443, 8080, 8443 means? And what exploits i can use to dig some more informations about a website... come with examples that will help me a lot to be better in this . Thansk for your time