Ich hatte immer das Problem, das ich meine Freunde fragen musste , mich zu pingen und zu scannen um zu sehen ob das mit meiner firewall so geklapt hat, wie ich mir das gedacht habe.
Nun hab ich eine Webseite hergestellt von der sich jeder selbst pingen und einen portscan machen kann. Wenn ihr die gleichen probleme hattet wie ich fuehlt
euch frei sie zu nutzen.
http://portscan.cable.nu
so dann pingt euch mal schoen
gruss Dedi / detlef aus London
Ping dich selbst und scan deine ports vom internet
- McAldo
- Moderator
- Beiträge: 2069
- Registriert: 26.11.2003 11:43:36
- Lizenz eigener Beiträge: GNU Free Documentation License
- Wohnort: Terra / Sol-System / Milchstraße
Hallo
Sieht doch ganz interessant aus. Das kannst du sicher noch etwas ausbauen. Manch einer verdient damit etwas nebenher und wenn jemand sowas kommerziell nutzt, soll er auch für einen solchen Test etwas abdrücken (für die Weiterentwicklung).
McAldo
Sieht doch ganz interessant aus. Das kannst du sicher noch etwas ausbauen. Manch einer verdient damit etwas nebenher und wenn jemand sowas kommerziell nutzt, soll er auch für einen solchen Test etwas abdrücken (für die Weiterentwicklung).
McAldo
Achte auf deine Gedanken, denn sie werden Worte.
Achte auf deine Worte, denn sie werden Handlungen.
Achte auf deine Handlungen, denn sie werden Gewohnheiten.
Achte auf deine Gewohnheiten, denn sie werden dein Charakter.
Achte auf deinen Charakter, denn er wird dein Schicksal.
(Talmud)
Achte auf deine Worte, denn sie werden Handlungen.
Achte auf deine Handlungen, denn sie werden Gewohnheiten.
Achte auf deine Gewohnheiten, denn sie werden dein Charakter.
Achte auf deinen Charakter, denn er wird dein Schicksal.
(Talmud)
- Richard-18
- Beiträge: 150
- Registriert: 24.10.2005 02:15:16
- Lizenz eigener Beiträge: GNU General Public License
- Wohnort: Gotha
-
Kontaktdaten:
cool
Das finde ich mal nett
Ich habe auch immer das prob.
Aber jetzt nicht mehr
Ich habe auch immer das prob.
Aber jetzt nicht mehr
Software is like sex. It's better when it's free.
Linus Torvald
Linus Torvald
- McAldo
- Moderator
- Beiträge: 2069
- Registriert: 26.11.2003 11:43:36
- Lizenz eigener Beiträge: GNU Free Documentation License
- Wohnort: Terra / Sol-System / Milchstraße
Andere Anbieter, andere Möglichkeiten, neue Ideen.
McAldo
McAldo
Achte auf deine Gedanken, denn sie werden Worte.
Achte auf deine Worte, denn sie werden Handlungen.
Achte auf deine Handlungen, denn sie werden Gewohnheiten.
Achte auf deine Gewohnheiten, denn sie werden dein Charakter.
Achte auf deinen Charakter, denn er wird dein Schicksal.
(Talmud)
Achte auf deine Worte, denn sie werden Handlungen.
Achte auf deine Handlungen, denn sie werden Gewohnheiten.
Achte auf deine Gewohnheiten, denn sie werden dein Charakter.
Achte auf deinen Charakter, denn er wird dein Schicksal.
(Talmud)
Waehre ja schoen was zu verdienen, aber die besten Dinge giebts immer gratis.
Wenn ihr vielleicht nicht nur heute hineingesehen habt, habt ihr sicherlich festgestellt,
das ich immer wieder etwas veraendert oder erweitert habe.
So sind auf der Hauptseite nun der
-Einzel-Portscan basierend auf doscan
-General scan
basierend nmap -v -A und einem Timeout von 170 Sekunden, so wie ping, browserping, httping und traceroute
(Abhaengig von der Netzwerkanbindung und der art der Firewall kann es zu einem Timeout kommen und der Portscann wird nicht vollstaendig abgeschlossen. In diesem Fall koennt ihr den Extendet scan versuchen mit verlaengertem scan bevor timeout. Wenn das immer noch nicht reicht versucht den Portscan mit nmap -v ohne -A den ihr im "More Tools" Menue finden koennt. Ab und zu sieht es fuer nmap so aus als wenn der Host nicht da ist und man bekommt die Meldung es doch mit der Option -P0 zu versuchen . Auch so einen Portscan findet man im Menue "More Tools".
Extendet Scan basierend nmap -v -A und einem Timeout von 285 Sekunden, so wie ping, browserping, httping und traceroute ( Der unterschied zum General Scan ist die verlaengerte Scan-Dauer)
Im Moment gibts da noch den Tracerout " Your Route" was in der Zukunft im "More Tools " Menue zu finden sein wird.
Denn im "More Tools" Menue findet man jetzt schon eine ganze reihe von Testmoeglichkeiten mit Ping, Httping, Traceroute und nmap mit verschiedenen optionen.
Das More Tools Menue:
################################
Ping others
Insert the IP you like to ping
################################
Ping yourself
DESCRIPTION
ping - send ICMP ECHO_REQUEST to network hosts
ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to elicit
an ICMP ECHO_RESPONSE from a host or gateway. ECHO_REQUEST datagrams
(``pings'') have an IP and ICMP header, followed by a struct timeval
and then an arbitrary number of ``pad'' bytes used to fill out the
packet.
ping -c 5
It will take 30 sec.
################################
Ping
DESCRIPTION
ping - send ICMP ECHO_REQUEST to network hosts
Option
-R Record route. Includes the RECORD_ROUTE option in the
ECHO_REQUEST packet and displays the route buffer on returned
packets. Note that the IP header is only large enough for nine
such routes. Many hosts ignore or discard this option.
ping -c 5 -R
It will take 30 sec.
#######################################
HTTPing
DESCRIPTION
httping - ping-like program but for http-requests
Given an URL, httping will show how long it takes to connect, send a
request and retrieve the reply (only the headers).
httping -c 5
It will take 30 sec.
#######################################
Portscan
nmap - Network exploration tool and security scanner
nmap -v
DESCRIPTION
Nmap is designed to allow system administrators and curious individuals
to scan large networks to determine which hosts are up and what ser-
vices they are offering.
Option
-v verbose
scan 1 min.
######################################
Portscan
nmap -v
DESCRIPTION
Nmap is designed to allow system administrators and curious individuals
to scan large networks to determine which hosts are up and what ser-
vices they are offering.
Option
-v verbose
scan 3 min.
#################################
Portscan
nmap -v
scan 5 min.
##################################
Portscan
nmap -P0
DESCRIPTION
Nmap is designed to allow system administrators and curious individuals
to scan large networks to determine which hosts are up and what
services they are offering.
Option:
-P0 Do not try to ping hosts at all before scanning them. This
allows the scanning of networks that don't allow ICMP echo
requests (or responses) through their firewall. microsoft.com
is an example of such a network, and thus you should always use
-P0 or -PS80 when portscanning microsoft.com. Note that "ping"
in this context may involve more than the traditional ICMP echo
request packet. Nmap supports many such probes, including arbi-
trary combinations of TCP, UDP, and ICMP probes. By default,
Nmap sends an ICMP echo request and a TCP ACK packet to port 80
scan 3 min.
########################################
Portscan
nmap -P0
scan 5 min.
########################################
Traceroute (reverse)
DESCRIPTION
traceroute - print the route packets take to network host
The Internet is a large and complex aggregation of network hardware,
connected together by gateways. Tracking the route one's packets fol-
low (or finding the miscreant gateway that's discarding your packets)
can be difficult. Traceroute utilizes the IP protocol `time to live'
field and attempts to elicit an ICMP TIME_EXCEEDED response from each
gateway along the path to some host.
traceroute
scan 2 min.
############################################
ich werde in der naechsten Zeit wohl noch einiges ergaenzen
und freue mich ueber eure Vorschlaege und Anregungen.
Gruss an Euch alle
Detlef aus London
Wenn ihr vielleicht nicht nur heute hineingesehen habt, habt ihr sicherlich festgestellt,
das ich immer wieder etwas veraendert oder erweitert habe.
So sind auf der Hauptseite nun der
-Einzel-Portscan basierend auf doscan
-General scan
basierend nmap -v -A und einem Timeout von 170 Sekunden, so wie ping, browserping, httping und traceroute
(Abhaengig von der Netzwerkanbindung und der art der Firewall kann es zu einem Timeout kommen und der Portscann wird nicht vollstaendig abgeschlossen. In diesem Fall koennt ihr den Extendet scan versuchen mit verlaengertem scan bevor timeout. Wenn das immer noch nicht reicht versucht den Portscan mit nmap -v ohne -A den ihr im "More Tools" Menue finden koennt. Ab und zu sieht es fuer nmap so aus als wenn der Host nicht da ist und man bekommt die Meldung es doch mit der Option -P0 zu versuchen . Auch so einen Portscan findet man im Menue "More Tools".
Extendet Scan basierend nmap -v -A und einem Timeout von 285 Sekunden, so wie ping, browserping, httping und traceroute ( Der unterschied zum General Scan ist die verlaengerte Scan-Dauer)
Im Moment gibts da noch den Tracerout " Your Route" was in der Zukunft im "More Tools " Menue zu finden sein wird.
Denn im "More Tools" Menue findet man jetzt schon eine ganze reihe von Testmoeglichkeiten mit Ping, Httping, Traceroute und nmap mit verschiedenen optionen.
Das More Tools Menue:
################################
Ping others
Insert the IP you like to ping
################################
Ping yourself
DESCRIPTION
ping - send ICMP ECHO_REQUEST to network hosts
ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to elicit
an ICMP ECHO_RESPONSE from a host or gateway. ECHO_REQUEST datagrams
(``pings'') have an IP and ICMP header, followed by a struct timeval
and then an arbitrary number of ``pad'' bytes used to fill out the
packet.
ping -c 5
It will take 30 sec.
################################
Ping
DESCRIPTION
ping - send ICMP ECHO_REQUEST to network hosts
Option
-R Record route. Includes the RECORD_ROUTE option in the
ECHO_REQUEST packet and displays the route buffer on returned
packets. Note that the IP header is only large enough for nine
such routes. Many hosts ignore or discard this option.
ping -c 5 -R
It will take 30 sec.
#######################################
HTTPing
DESCRIPTION
httping - ping-like program but for http-requests
Given an URL, httping will show how long it takes to connect, send a
request and retrieve the reply (only the headers).
httping -c 5
It will take 30 sec.
#######################################
Portscan
nmap - Network exploration tool and security scanner
nmap -v
DESCRIPTION
Nmap is designed to allow system administrators and curious individuals
to scan large networks to determine which hosts are up and what ser-
vices they are offering.
Option
-v verbose
scan 1 min.
######################################
Portscan
nmap -v
DESCRIPTION
Nmap is designed to allow system administrators and curious individuals
to scan large networks to determine which hosts are up and what ser-
vices they are offering.
Option
-v verbose
scan 3 min.
#################################
Portscan
nmap -v
scan 5 min.
##################################
Portscan
nmap -P0
DESCRIPTION
Nmap is designed to allow system administrators and curious individuals
to scan large networks to determine which hosts are up and what
services they are offering.
Option:
-P0 Do not try to ping hosts at all before scanning them. This
allows the scanning of networks that don't allow ICMP echo
requests (or responses) through their firewall. microsoft.com
is an example of such a network, and thus you should always use
-P0 or -PS80 when portscanning microsoft.com. Note that "ping"
in this context may involve more than the traditional ICMP echo
request packet. Nmap supports many such probes, including arbi-
trary combinations of TCP, UDP, and ICMP probes. By default,
Nmap sends an ICMP echo request and a TCP ACK packet to port 80
scan 3 min.
########################################
Portscan
nmap -P0
scan 5 min.
########################################
Traceroute (reverse)
DESCRIPTION
traceroute - print the route packets take to network host
The Internet is a large and complex aggregation of network hardware,
connected together by gateways. Tracking the route one's packets fol-
low (or finding the miscreant gateway that's discarding your packets)
can be difficult. Traceroute utilizes the IP protocol `time to live'
field and attempts to elicit an ICMP TIME_EXCEEDED response from each
gateway along the path to some host.
traceroute
scan 2 min.
############################################
ich werde in der naechsten Zeit wohl noch einiges ergaenzen
und freue mich ueber eure Vorschlaege und Anregungen.
Gruss an Euch alle
Detlef aus London
So ich bin gerade dabei diesem tool ein neues Aussehen zu verpassen mit ein bischen mehr graphic javascript und css.
eine Vorschau ist zu finden :
http://portscan.cable.nu/portscan/portscan/
ich bin auch noch dabei einige erweiterungen einzubauen.
Ich plane die Alte Webseite innerhalb der naechsten vier Wochen durch die Neue zu ersetzen.
Viel spass beim Scannen,Pingen,Testen und Loglesen
Detlef aus London
http://d.selfip.com mein englisches Woerterbuch
eine Vorschau ist zu finden :
http://portscan.cable.nu/portscan/portscan/
ich bin auch noch dabei einige erweiterungen einzubauen.
Ich plane die Alte Webseite innerhalb der naechsten vier Wochen durch die Neue zu ersetzen.
Viel spass beim Scannen,Pingen,Testen und Loglesen
Detlef aus London
http://d.selfip.com mein englisches Woerterbuch