Anonymous and db_nmap

Started by waha055, January 28, 2017, 10:40:37 PM

Previous topic - Next topic

waha055

Hello, i have the problem with anonymous and armitage nmap scanning for os.

It always says "Operation not permitted",

maybe it's need to be portforwarded the port 9040 in my router or?

And when i use in anonymous tor mode with armitage msfscan on every hosts get all ports opened, lol.


ZEROF

Hi,

You will need to check iptables when you run Anonymous. Then maybe, you will understand more.

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

waha055

I disabled ufw firewall, and also again the same problem.


I can scan for os for lan, but outside no. Like website etc.


:/

Then this is probably bug with nmap

waha055

-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-A OUTPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A OUTPUT -d 192.xxx.0.0/16 -j ACCEPT
-A OUTPUT -d 172.xxx.0.0/12 -j ACCEPT
-A OUTPUT -d 127.xxx.0.0/8 -j ACCEPT
-A OUTPUT -m owner --uid-owner 118 -j ACCEPT
-A OUTPUT -j REJECT --reject-with icmp-port-unreachable
-A OUTPUT -p tcp -j ACCEPT

Here is the RULES

waha055

It was mistake when i registered to this board to request help, and receive nothing.


The only mistake is when i install backbox, and anonymous service with fucking tor which these iptables rules what changing are to block outgoing connections!

When i am without anonymous/tor i can scan for os details, and when i am using anonymous service (with default configuration, it won't work).

The big mistake of this community or application!

Closed & deleted account.

ZEROF

Hi,

You are "guest" and not member at first, member comes and don't ask only for help, they help others. 2nd thing, you can be only mad on yourself and your knowledge, that you don't have right now. But give yourself chance and learn and you will see how foolish is what you said and ask here.

Nobody can help you if you don't help yourself.

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*