-
dasecretzofwar replied to the topic Router and Firewall questions in the forum Network Pen Testing 10 years, 8 months ago
p0f only works if your on the network doesn’t work remotely correct?
-
dasecretzofwar replied to the topic Router and Firewall questions in the forum Network Pen Testing 10 years, 8 months ago
To me at least and i could be wrong but that just seems to easy. Like all I have to do is filter every port on the router and there’s no connection allowed to it and essentially makes my network impenetrable. Like i said that just seems way to easy to me.
-
dasecretzofwar replied to the topic Router and Firewall questions in the forum Network Pen Testing 10 years, 8 months ago
Is there a way to guess what type of router it is nmap -A doesn’t work since all ports are filtered. What steps could be taken to more or less enumerate the router itself instead of the computers behind?
-
dasecretzofwar replied to the topic Router and Firewall questions in the forum Network Pen Testing 10 years, 8 months ago
sorry about that i didn’t see the first one so more or less if i filter the ports there is no way in no matter what the only way would be client side exploit like you stated there is no way to essentially fool the firewall on the router to let me pass unless a port is forwarded correct? Does this include packet sniffing even tho i may not be able…[Read more]
-
dasecretzofwar replied to the topic Router and Firewall questions in the forum Network Pen Testing 10 years, 8 months ago
ok so i understand now how to do the mitm attacks with the arp poisioning but lets say i have a router ip address of 74.xxx.xxx.xxx ok how would i see the other computers within that network. Using nmap to scan shows filtered for the router. Now i can successfully do this within my own network IE connected to my router do mitm router to my desktop…[Read more]
-
dasecretzofwar replied to the topic Router and Firewall questions in the forum Network Pen Testing 10 years, 8 months ago
OK I will definitely look into the sniffing portion but how do i still get around this router?
-
dasecretzofwar replied to the topic Router and Firewall questions in the forum Network Pen Testing 10 years, 8 months ago
ok so I get that now and the man in the middle attack and sniffing the data. But what i’m trying to figure out is ok so we have this router I use ettercap or whatever tool to do the arp poisoning and route the packets through my computer first and then to the router so i see the packets all in pretty much hex and really doesn’t make much sense i…[Read more]
-
dasecretzofwar replied to the topic Router and Firewall questions in the forum Network Pen Testing 10 years, 8 months ago
also the ARP poisioning i understand most of it but more or less what is happening with the router i know the dhcp service is going to submit an ip address to the router based upon the router’s mac address. And then the router essentially is the new dhcp server for the local network. But essentially is the ARP poisioning doing?
-
dasecretzofwar replied to the topic Router and Firewall questions in the forum Network Pen Testing 10 years, 8 months ago
i’m scanning through the internet remote computer so for instance i’m on my laptop going into my router i have a dyndns account set up so it’s straight through i’m not forwarding any ports and nmap reads the following:
PORT STATE SERVICE VERSION
21/tcp filtered ftp
22/tcp filtered ssh
53/tcp filtered domain
80/tcp filtered http
110/…[Read more]