Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (1)

Powered by Vanilla. Made with Bootstrap.
BackConnection[Paper]
  • Dark-X
    Posts: 4
    Okey guys i need help with Back connecting i need all the ways to backconnect from server to my PC and from my PC To the Server.
    Also everyway should be explained.
    I really need that so please help me and ill make a huge paper on Backconnection and all the names will be writen in it[offcourse those who helped and the community they are!] :D

    So what do you think? Will you help me out?

    Greetz my friends.
  • m0rph
    Posts: 332
    The concepts for what you want to know can be found here:

    http://www.iexploit.org/community/showthread.php?tid=2624

    The visual representation for what you want to know can be seen here:

    http://www.iexploit.org/community/showthread.php?tid=2713

    Hope this helps, btw...there are black hats on this forum, but the general attitude of most people on this forum is more white hat.

    In other words, no one is going to tell you which 1337scr1ptz you should use, or how to h4xx computarz.
    while( !(succeed = try() ) );
  • Dark-X
    Posts: 4
    said:


    Hope this helps, btw...there are black hats on this forum, but the general attitude of most people on this forum is more white hat.

    In other words, no one is going to tell you which 1337scr1ptz you should use, or how to h4xx computarz.



    Hmm i see now.Well i understand but am not asking for scripts am asking for ways of backconnecting.So if its white hat lets add more how to protect from backdooring and stuff like that? You see am gray hat.Once i have read somewhere:
    'To protect from the attacker you need to know first how he did that!'

    dont remember the same words but you got my point :P
  • m0rph
    Posts: 332
    said:


    So if its white hat lets add more how to protect from backdooring and stuff like that?


    No problems, just wanted to make you aware.

    To protect from bind shells, you can install an inbound firewall. Host-based firewalls will allow you to block incoming traffic on specified ports, or all ports except ones you want to be open.

    One method of protecting from reverse shells is installing some sort of IPS (intrusion prevention system). With the reverse shell scenario, you will probably be better off with a NIPS (network IPS), than you would with a HIPS (host IPS), because with a NIPS it will prevent commonly seen attacks across the entire network, as compared to a single machine with a HIPS.

    For networks running CISCO devices, the ideal scenario would be to implement deep packet inspection on your firewall. It will slow down traffic slightly, but it is by far one of the most effective ways of blocking unwanted traffic coming in, or going out of your network.
    while( !(succeed = try() ) );