Le port 8080 est ouvert ?

thierryR Membre non connecté
-
- Voir le profil du membre thierryR
- Inscrit le : 02/02/2010
- Site internet
Est ce une application mageia ?
Code BASH :
nmap localhost Starting Nmap 6.25 ( http://nmap.org ) at 2014-01-25 12:07 CET Nmap scan report for localhost (127.0.0.1) Host is up (0.000013s latency). rDNS record for 127.0.0.1: localhost.localdomain Not shown: 991 closed ports PORT STATE SERVICE 22/tcp open ssh 25/tcp open smtp 80/tcp open http 139/tcp open netbios-ssn 445/tcp open microsoft-ds 587/tcp open submission 631/tcp open ipp 6566/tcp open sane-port 8080/tcp open http-proxy
Auriez vous la même chose ? Peut-on repérer l'application qui a ouvert ce port ? Il y a des choses que je ne comprends pas. Par exemple le 445 ? le 587 ? Comment se repérer dans tout ça ?
De plus dans route j'ai une nouvelle ligne !!!
Code BASH :
route Table de routage IP du noyau Destination Passerelle Genmask Indic Metric Ref Use Iface default neufbox 0.0.0.0 UG 10 0 0 eth0 link-local * 255.255.0.0 U 10 0 0 eth0 192.168.1.0 * 255.255.255.0 U 10 0 0 eth0
Je ne connais pas la link-local.
Serait ce bien des nouvelles choses de Mageia ?
Merci de votre aide.
débusqueur de bugs et chercheur en améliorations
Amicalement vôtre.
Kernel: 4.4.92-desktop-1.mga5 x86_64 (64 bit) Desktop: KDE 4.14.35 Distro: Mageia 5 thornicroft
Machine: Mobo: ASUSTeK model: X751SA v: 1.0 Bios: American Megatrends v: X751SA.403
CPU: Quad core Intel Pentium N3710 (-MCP-) cache: 1024 KB Graphics: Card: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller

Kernel: 4.4.92-desktop-1.mga5 x86_64 (64 bit) Desktop: KDE 4.14.35 Distro: Mageia 5 thornicroft
Machine: Mobo: ASUSTeK model: X751SA v: 1.0 Bios: American Megatrends v: X751SA.403
CPU: Quad core Intel Pentium N3710 (-MCP-) cache: 1024 KB Graphics: Card: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller

Meuz Membre non connecté
-
- Voir le profil du membre Meuz
- Inscrit le : 06/08/2011
- Groupes :
Privoxy par exemple utilisait par defaut ce port. L'as tu installé ? peut être avec Tor ?

paiiou Membre non connecté
-
- Voir le profil du membre paiiou
- Inscrit le : 12/10/2010
- Site internet
Le port 8080 est normalement utilisé dans le cas où tu as un ordinateur, dans ton réseau, qui fait office de proxy. Il mémorise les requêtes http et renvois directement le résultat d'une nouvelle requête identique, sans passer par internet.
Des bureaux efficaces et rapides : Xfce, LXQt
En savoir plus sur Païou http://paiiou.free.fr
3 ordinateurs avec LXQt, 1 ordinateur avec Xfce
En savoir plus sur Païou http://paiiou.free.fr
3 ordinateurs avec LXQt, 1 ordinateur avec Xfce

thierryR Membre non connecté
-
- Voir le profil du membre thierryR
- Inscrit le : 02/02/2010
- Site internet
débusqueur de bugs et chercheur en améliorations
Amicalement vôtre.
Kernel: 4.4.92-desktop-1.mga5 x86_64 (64 bit) Desktop: KDE 4.14.35 Distro: Mageia 5 thornicroft
Machine: Mobo: ASUSTeK model: X751SA v: 1.0 Bios: American Megatrends v: X751SA.403
CPU: Quad core Intel Pentium N3710 (-MCP-) cache: 1024 KB Graphics: Card: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller

Kernel: 4.4.92-desktop-1.mga5 x86_64 (64 bit) Desktop: KDE 4.14.35 Distro: Mageia 5 thornicroft
Machine: Mobo: ASUSTeK model: X751SA v: 1.0 Bios: American Megatrends v: X751SA.403
CPU: Quad core Intel Pentium N3710 (-MCP-) cache: 1024 KB Graphics: Card: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller

Adrien.D Membre non connecté
-
- Voir le profil du membre Adrien.D
- Inscrit le : 30/05/2011
- Site internet
- Groupes :
Au lieu de faire un
Code BASH :
nmap localhost
fais donc un
Code BASH :
nmap -v -Pn -A localhost
Tu auras déjà plus de détails !!!!
Regarde chez moi, c'est déjà plus parlant quant au service qui se cache derrière le port ...
Code BASH :
1 [23:47:17] adrien@superlinux: ~ $ nmap -v -Pn -A localhost Starting Nmap 6.40 ( http://nmap.org ) at 2014-01-25 23:47 CET NSE: Loaded 110 scripts for scanning. NSE: Script Pre-scanning. Initiating Connect Scan at 23:47 Scanning localhost (127.0.0.1) [1000 ports] Discovered open port 111/tcp on 127.0.0.1 Discovered open port 80/tcp on 127.0.0.1 Discovered open port 445/tcp on 127.0.0.1 Discovered open port 22/tcp on 127.0.0.1 Discovered open port 139/tcp on 127.0.0.1 Discovered open port 3306/tcp on 127.0.0.1 Discovered open port 902/tcp on 127.0.0.1 Discovered open port 631/tcp on 127.0.0.1 Discovered open port 10000/tcp on 127.0.0.1 Completed Connect Scan at 23:47, 0.02s elapsed (1000 total ports) Initiating Service scan at 23:47 Scanning 9 services on localhost (127.0.0.1) Completed Service scan at 23:47, 11.02s elapsed (9 services on 1 host) NSE: Script scanning 127.0.0.1. Initiating NSE at 23:47 Completed NSE at 23:48, 30.07s elapsed Nmap scan report for localhost (127.0.0.1) Host is up (0.00035s latency). Other addresses for localhost (not scanned): 127.0.0.1 Not shown: 991 closed ports PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 6.4 (protocol 2.0) | ssh-hostkey: 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx (DSA) | 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx (RSA) |_256 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx (ECDSA) 80/tcp open http Apache httpd 2.4.6 ((Fedora) PHP/5.5.7) | http-methods: POST OPTIONS GET HEAD TRACE | Potentially risky methods: TRACE |_See http://nmap.org/nsedoc/scripts/http-methods.html |_http-title: Test Page for the Apache HTTP Server on Fedora 111/tcp open rpcbind 2-4 (RPC #100000) | rpcinfo: | program version port/proto service | 100000 2,3,4 111/tcp rpcbind |_ 100000 2,3,4 111/udp rpcbind 139/tcp open netbios-ssn Samba smbd 3.X (workgroup: SUPERLINUX) 445/tcp open netbios-ssn Samba smbd 3.X (workgroup: SUPERLINUX) 631/tcp open ipp CUPS 1.7 | http-methods: GET HEAD OPTIONS POST PUT | Potentially risky methods: PUT |_See http://nmap.org/nsedoc/scripts/http-methods.html | http-robots.txt: 1 disallowed entry |_/ |_http-title: Accueil - CUPS 1.7.0 902/tcp open ssl/vmware-auth VMware Authentication Daemon 1.10 (Uses VNC, SOAP) 3306/tcp open mysql MySQL 5.5.34-MariaDB | mysql-info: Protocol: 10 | Version: 5.5.34-MariaDB | Thread ID: 4 | Some Capabilities: Long Passwords, Connect with DB, Compress, ODBC, Transactions, Secure Connection | Status: Autocommit |_Salt: aK1S//=( 10000/tcp open http MiniServ 1.660 (Webmin httpd) |_http-favicon: Unknown favicon MD5: 6006989A255D0C5B0570021DBC19B416 |_http-methods: No Allow or Public header in OPTIONS response (status code 200) |_http-title: Site doesn`t have a title (text/html; Charset=iso-8859-1). | ndmp-version: |_ ERROR: Failed to get host information from server Host script results: | nbstat: | NetBIOS name: SUPERLINUX, NetBIOS user: <unknown>, NetBIOS MAC: <unknown> | Names | SUPERLINUX<00> Flags: <unique><active> | SUPERLINUX<03> Flags: <unique><active> | SUPERLINUX<20> Flags: <unique><active> | x01x02__MSBROWSE__x02<01> Flags: <group><active> | WORKGROUP<00> Flags: <group><active> | WORKGROUP<1d> Flags: <unique><active> |_ WORKGROUP<1e> Flags: <group><active> | smb-os-discovery: | OS: Unix (Samba 4.1.3) | Computer name: superlinux | NetBIOS computer name: SUPERLINUX | Domain name: home | FQDN: superlinux.home |_ System time: 2014-01-25T23:47:30+01:00 | smb-security-mode: | Account that was used for smb scripts: guest | User-level authentication | SMB Security: Challenge/response passwords supported |_ Message signing disabled (dangerous, but default) |_smbv2-enabled: Server supports SMBv2 protocol NSE: Script Post-scanning. Initiating NSE at 23:48 Completed NSE at 23:48, 0.00s elapsed Read data files from: /usr/bin/../share/nmap Service detection performed. Please report any incorrect results at http://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 41.39 seconds
Config : PC Fixe : X470 GAMING PRO- AMD Ryzen 5 2600X - 16Go RAM - Radeon RX 560 (Pilote libre) - Gentoo Linux - GNOME Desktop - Kernel 5.10 LTS
Ancien Webmaster de MageiaLinuxOnline. Les remplaçants assurent !
Ancien Webmaster de MageiaLinuxOnline. Les remplaçants assurent !


thierryR Membre non connecté
-
- Voir le profil du membre thierryR
- Inscrit le : 02/02/2010
- Site internet
Code BASH :
netstat -lpn |grep :8080
tcp6 0 0 :::8080 :::* LISTEN 6782/java
Code BASH :
kill 6782
débusqueur de bugs et chercheur en améliorations
Amicalement vôtre.
Kernel: 4.4.92-desktop-1.mga5 x86_64 (64 bit) Desktop: KDE 4.14.35 Distro: Mageia 5 thornicroft
Machine: Mobo: ASUSTeK model: X751SA v: 1.0 Bios: American Megatrends v: X751SA.403
CPU: Quad core Intel Pentium N3710 (-MCP-) cache: 1024 KB Graphics: Card: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller

Kernel: 4.4.92-desktop-1.mga5 x86_64 (64 bit) Desktop: KDE 4.14.35 Distro: Mageia 5 thornicroft
Machine: Mobo: ASUSTeK model: X751SA v: 1.0 Bios: American Megatrends v: X751SA.403
CPU: Quad core Intel Pentium N3710 (-MCP-) cache: 1024 KB Graphics: Card: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller

Adrien.D Membre non connecté
-
- Voir le profil du membre Adrien.D
- Inscrit le : 30/05/2011
- Site internet
- Groupes :
Code BASH :
netstat -lapute
Tu peux (si tu es chez orange) ajouter l'option "n" pour ne pas résoudre les noms

Config : PC Fixe : X470 GAMING PRO- AMD Ryzen 5 2600X - 16Go RAM - Radeon RX 560 (Pilote libre) - Gentoo Linux - GNOME Desktop - Kernel 5.10 LTS
Ancien Webmaster de MageiaLinuxOnline. Les remplaçants assurent !
Ancien Webmaster de MageiaLinuxOnline. Les remplaçants assurent !


thierryR Membre non connecté
-
- Voir le profil du membre thierryR
- Inscrit le : 02/02/2010
- Site internet


débusqueur de bugs et chercheur en améliorations
Amicalement vôtre.
Kernel: 4.4.92-desktop-1.mga5 x86_64 (64 bit) Desktop: KDE 4.14.35 Distro: Mageia 5 thornicroft
Machine: Mobo: ASUSTeK model: X751SA v: 1.0 Bios: American Megatrends v: X751SA.403
CPU: Quad core Intel Pentium N3710 (-MCP-) cache: 1024 KB Graphics: Card: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller

Kernel: 4.4.92-desktop-1.mga5 x86_64 (64 bit) Desktop: KDE 4.14.35 Distro: Mageia 5 thornicroft
Machine: Mobo: ASUSTeK model: X751SA v: 1.0 Bios: American Megatrends v: X751SA.403
CPU: Quad core Intel Pentium N3710 (-MCP-) cache: 1024 KB Graphics: Card: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller

vouf Membre non connecté
-
- Voir le profil du membre vouf
- Inscrit le : 16/08/2008
- Groupes :
Adrien.D :
Avec netstat si tu veux plein de détails, tu fais (désolé, mais c'est les options dans un ordre qui est pour moi mnémotechnique)
Tu peux (si tu es chez orange) ajouter l'option "n" pour ne pas résoudre les noms
Code BASH :
netstat -lapute
Tu peux (si tu es chez orange) ajouter l'option "n" pour ne pas résoudre les noms

Super Mnémotechnique !! Bravo Adrien !!
Mageia 9 64 bits Plasma - Asus Prime Z690-P D4 -Intel Core i5 12600 K- 32 Go Kingston Fury Renegade DDR4-3600 Mhz- Gigabyte Nvidia RTX 3060 - Go-M2 Samsung Evo 970 1Tb-SSD 512 Gb Samsung Evo 960 -SSD 512 Gb Crucial M5
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie