Tagged Questions
6
votes
3answers
127 views
Trying to firewall ports 1863, 5190
I'm using Debian's arno-iptables-firewall and I've configured it to only allow access on the ports I need.
But nmap shows ports 1863, 5190 open. What gives? How can I interrogate those ports further?
...
4
votes
1answer
158 views
How to use NMap to portscan a SonicWall that is blocking all attemtps?
It seems that SonicWall is blocking attemtps to scan its ports. I know it has some ports open, like 443, because if I access using the browser I get a web site. But when I try to use NMap I can't see ...
0
votes
3answers
268 views
Some issues with iptables and nmap
When I scan my pc with nmap I see only one open port. I didn't define any rule in iptables so if I'm not mistaken, all connections should be denied by default.
However I can use HTTP or SSH, so that ...
4
votes
4answers
4k views
How to bypass tcpwrapped with nmap scan
I'd a scan task and I faced following result
Host is up (0.032s latency).
Scanned at 2012-10-25 16:06:38 AST for 856s
PORT STATE SERVICE VERSION
1/tcp open tcpwrapped
3/tcp open ...
1
vote
2answers
82 views
Correct way of establishing if the switch is sending syslogs?
I want to confirm through scanning means if the switch is sending syslog packets or not. What i did was run a nmap scan
nmap -sV -p514 xxx.xx.xx.xx
The result came out as closed. Does this ...

