Be a professional hacker

Zeus

Well-known member
  • Sep 14, 2007
    20,327
    1,957
    113
    Kalutara
    shan5dx said:
    Here "* * * Request timed out." indicates that firewall installed on that system block the request and hence we can't obtain it's IP address.

    exact operating system running on target system.

    Which means we have to use Firewall breakers :D
     

    shan5dx

    Member
    Oct 19, 2007
    79
    0
    0
    37
    Kandy
    Creating IM Bot

    This quick tutorial will show you how to develop your own functional IM bot that works with Google Talk, Yahoo! Messenger, Windows Live and all other popular instant messaging clients.

    To get started, all you need to know are some very basic programming skills (any language would do) and web space to host your “bot”.

    For this example, I have created a dummy bot called “insecure” that listens to your IM messages. To see this live, add [email protected] to your GTalk buddy list and start chatting.

    imbot.gif



    If you like to write a personal IM bot, just follow these simple steps:-

    Step 1: Go to www.imified.com and register a new account with a bot.

    Step 2: Now it’s time to create a bot which is actually a simple script that resides on your public web server.
    It could be in PHP, Perl, Python or any other language.

    Example Hello World bot:
    The example below illustrates just how easy it is to create a bot.
    This example is coded in PHP.

    <?php

    switch ($_REQUEST['step']) {
    case 1:
    echo "Hi, what's your name?";
    break;
    case 2:
    echo "Hi " . $_REQUEST['value1'] . ", where do you live?";
    break;
    case 3:
    echo "Well, welcome to this hello world bot, " . $_REQUEST['value1'] . "<br>from " . $_REQUEST['value2'] . ".<reset>";
    break;
    }

    ?>

    Step 3: Once your script is ready, put it somewhere on your web server and copy the full URL to the clipboard.

    Step 4: Now login to your imified account, paste the script URL

    Screen Name: [email protected]
    Bot Script URL: http://www.insecure.in/imbot.php

    Step 5: Add that im bot your friends list. That’s it.

    This is a very basic bot but the possibilities are endless.

    For instance, you could write a bot that will send an email to all your close friends via a simple IM message. Or you could write one that will does currency conversion.
     

    shan5dx

    Member
    Oct 19, 2007
    79
    0
    0
    37
    Kandy
    Privacy Attacks

    Here attacker uses various automated tools which are freely available on the internet. Some of them are as follows:

    1) Trojan :- Trojan is a Remote Administration Tool (RAT) which enable attacker to execute various software and hardware instructions on the target system.

    Most trojans consist of two parts -

    a) The Server Part :- It has to be installed on the the victim's computer.
    b) The Client Part :- It is installed on attacker's system. This part gives attacker complete control over target computer.

    Netbus, Girlfriend, sub7, Beast, Back Orifice are some of the popular trojans.
     

    shan5dx

    Member
    Oct 19, 2007
    79
    0
    0
    37
    Kandy
    Privacy Attacks

    2) Keylogger :- Keyloggers are the tools which enable attacker to record all the keystrokes made by victim and send it's logs secretly to the attacker's e-mail address which is previously set by him.

    Almost all the Trojans have keylogging function.

    Use of latest updated antirus-firewall, detect the presence of trojan and remove it permanently.


    3) Spyware :- Spyware utilities are the malicious programs that spy on the activities of victim, and covertly pass on the recorded information to the attacker without the victim's consent. Most spyware utilities monitor and record the victim's internet-surfing habits. Typically, a spyware tool is built into a host .exe file or utility. If a victim downloads and executes an infected .exe file, then the spyware becomes active on the victim's system.
    Spyware tools can be hidden both in .exe files an even ordinary cookie files.
    Most spyware tools are created and released on the internet with the aim of collecting useful information about a large number of Internet users for marketing and advertising purposes. On many occasions, attacker also use spyware tools for corporate espionage and spying purposes.
     

    shan5dx

    Member
    Oct 19, 2007
    79
    0
    0
    37
    Kandy
    THANK YOU SO MUCH

    rayan f16 said:
    thank u very much bro.......!!!!!!
    It is very rare to find a person as u bcoz of 2 reasons.
    1.) The person who knows about those things never say to any one....
    2.) Who tell that he know about such kind of things don't know nothing.....
    bro, I said that "It is very rare to find " bcoz of above......

    u a great....!!!
    Thanks again and again for sharing with us what u know.....


    THANKYOU SO MUCH BRO
     

    shan5dx

    Member
    Oct 19, 2007
    79
    0
    0
    37
    Kandy
    Privacy Attacks

    4) Sniffer :- Sniffers were originally developed as a tool for debugging/troubleshooting network problems.
    The Ethernet based sniffer works with network interface card (NIC) to capture interprete and save the data packets sent across the network.
    Sniffer can turn out to be quite dangerous. If an attacker manages to install a sniffer on your system or the router of your network, then all data including passwords, private messages, company secrets, etc. get captured.

    Recommended Tools

    Snort http://www.snort.org/
    Ethereal http://www.ethereal.com
     

    shan5dx

    Member
    Oct 19, 2007
    79
    0
    0
    37
    Kandy
    The NetBus Trojan

    NetBus was written in Delphi by Carl-Fredrik Neikter, a Swedish programmer in March 1998.

    It is capable of :--

    • Open/Close CD-ROM
    • Show optional BMP/JPG image
    • Swap mouse buttons
    • Start optional application
    • Play a wav file
    • Control mouse
    • Show different kind's of messages
    • Shut down Windows
    • Download/Upload/Delete files
    • Go to an optional URL
    • Send keystrokes and disable keys
    • Listen for and send keystrokes
    • Take a screendump
    • Increase and decrease the sound-volume
    • Record sounds from the microphone
    • Make click sounds every time a key is pressed

    This utility also has the ability to scan "Class C" addresses by adding "+Number of ports" to the end of the target address. Example: 255.255.255.1+254 will scan 255.255.255.1 through 255.
     

    shan5dx

    Member
    Oct 19, 2007
    79
    0
    0
    37
    Kandy
    The NetBus Trojan

    NetBus 2.0 Pro :- It was completely re-written and re-designed. It now has increased features such as improved GUI for client and server, improved file manager, windows manager, registry manager, plugin manager, capture of web cam images, n...more............!

    Following is the stepwise procedure for installation and configuration of NetBus 2.0 Pro (server and client).

    1) Download NetBus 2.0 Pro. from here - DOWNLOAD

    2) Extract and install properly on your system.

    3) After installation you will find the two shortcuts in the NetBus installation directory.

    netbus1.gif
    This is to be executed on victim's system.


    netbus2.gif
    This is to be executed on your system.
     
    Last edited:

    shan5dx

    Member
    Oct 19, 2007
    79
    0
    0
    37
    Kandy
    The NetBus Trojan

    4) By Executing the 'NetBus Server' (on victim's computer), you will be greeted by a window as shown in figure (left). Click on 'Settings' button.
    Here you can configure server settings such as port no, password, visibility, auto/manual start, etc. as shown in figure (right).

    netbus9.gif
    netbus10.gif


    Click on 'OK' button to finish NetBus Server settings.
    Then close the NetBus Server window.

    5) By executing 'NetBus' (i.e. client)(on your system), you will be greeted by a window as shown below-

    netbus3.gif


    6) To add a new host go to the menu 'Host' and then click 'New'. This is as shown in figure (left).
    Here you should enter the proper Destination(e.g. 'My Computer'), IP Address(eg. 72.232.50.186), TCP Port(by default 20034), Username/Password(exactly same as that of 'NetBus Server') for target computer.

    netbus4.gif
    netbus5.gif


    Click on 'OK' to finish the addition of new host.

    7) Now you are ready to connect with target(victim's) computer.
    To do so, select the host from main window then go to 'Host' menu and then click 'Connect'.

    8) After client get connected with server(target computer), you can use any of the features of 'NetBus Trojan' as listed above. You can see all these tools on 'Toolbar' of NetBus Client.
     

    amila325

    Well-known member
  • Jul 11, 2006
    9,188
    33
    48
    I think you should start this thread under elakiri pro section....
    This thread is so gud....
    And nw i have a feeling that i'm gonna be a ethical hacker as i always want 2 be...
    Earlier i didn't have a way to learn this but nw i hv u ;) ;).....
    Gud work buddy keep it up....