Author Topic: metaspolit anonymous  (Read 3720 times)

0 Members and 1 Guest are viewing this topic.

Offline LightNight

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
metaspolit anonymous
« on: December 11, 2011, 10:23:04 pm »
hello

I`ve read some tutorils about metaspolit but i can`t found how to stay anonymous?

in my opinion if i  use web metaspolit and  proxy on my browser i can do that but if someone can tell me for  other way?

thank you




Offline s3my0n

  • Knight
  • **
  • Posts: 276
  • Cookies: 58
    • View Profile
    • ::1
Re: metaspolit anonymous
« Reply #1 on: December 11, 2011, 10:37:32 pm »
You can run msfconsole through "proxychains" or you can set PROXIES when using exploits.

For example:
SOCKS4:
Code: [Select]
set Proxies socks4:IP:PORTHTTP:
Code: [Select]
set Proxies http:IP:PORT
Easter egg in all *nix systems: E(){ E|E& };E

Offline Tsar

  • Peasant
  • *
  • Posts: 126
  • Cookies: 10
  • turing-recognizable
    • View Profile
Re: metaspolit anonymous
« Reply #2 on: December 12, 2011, 12:03:55 am »
This should really be in the "Anonymity" section, not general discussion.

First. There is no way to be 100% anonymous.

The golden rule is simply to be harder to find than those who are looking for you are willing to endure.

Therefore, if you hack someones runescape account, chances are no one gives a shit. If you hack into a government, you better be pretty damn hidden.

The best way is by chaining a different types of proxies, services, and removing any other personal identifying information.

The most often used types of proxies are HTTP, SOCK4, SOCK5. You can look up the differences yourself. It is best to use private proxies ,especially ones where you know your actions aren't being logged.

There are also VPN's which you can connect through. You can look that up as well.

Another method is by using a public network. Drive into a nice neighborhood with your laptop and find a unsecured wireless network, connect from there.

Lastly some people say TOR is a good program, others disagree, at any rate if you are doing something simple it will probably do the job, you can google that as well.

Some final protips: Disable Javascript, Flash, etc and anything else that might leave fingerprints on a broken into system.


The best way to stay anonymous is to combine a lot of these methods. I would connect to a VPN and through a proxy from there personally. Also like it said it depends on what you are doing, always think about the possible consequences before doing something.

Basically I think as long as your entire is computer is using these methods to connect somewhere, it will work for metasploit as well.
« Last Edit: December 12, 2011, 12:17:04 am by Tsar »

zohraan

  • Guest
Re: metaspolit anonymous
« Reply #3 on: April 02, 2012, 05:47:04 pm »
Em not sure whether Metasploit has Anonymity modules in its Auxiliary section or not, if it has, you can use it to change your identity. It is better to make yourself highly untraceable if you are going to do some really dangerous ... or if your country cyber police/force are clever. :) :P

Offline common

  • /dev/null
  • *
  • Posts: 14
  • Cookies: 5
    • View Profile
Re: metaspolit anonymous
« Reply #4 on: April 02, 2012, 08:39:22 pm »

In firefox also change this setting "network.proxy.socks_remote_dns" in "about:config" to yes

and make sure to use socks 4a or 5 as otherwise your dns queries will be resolved locally therefore leaving evidence.