CRACKING HACKING STUFF

raaajit

Well-known member
  • Nov 4, 2007
    731
    868
    93
    Hai guyz,,,:lol:

    I have seen lot of people hav post there threds of hacking stuff...For my point of view those are sucking stuff...:baffled:
    Because they are'nt revealing any amount of basic instructions that a perfect hacker should hav.

    So I hav decided to put some cool hacking tricks....Actually I have to say basic theories on hacking..and I'll update this according to your replies OK :cool:

    Lets just start from the begining ok ...You just not need to hav any amount of computer programming knowledge just only windows OS knowledge OK...

    So as a hacker we should hav a some method to access someones computer.One of the most popular way is using "Telnet" service.Actually since it been implemented in lots of popular OS like WinXP,Vista,7,linux,Unix it able you to access without regarding platform dependencies....And most of all it wont usually destruct by the Firewall...Its a legal back door...

    Guyz just remember these things are only for enjoyment purposes OK.Not for Illegal things:)Any way u can use it to astonish ur friends or sneek up on your girl friend's PC stuff(I was just joking):lol:

    First of all u hav to enable Telnet service on your victims computer:growl:(If it hav already done theres no prob)..U can do it by simply goto run,
    Type "cmd" there and it will open victims command prompt
    Type "net start telnet" now it is available.

    If u want to let it run automatically just Goto
    ControlPanel -> Admiistrative tools -> Services
    select "Telnet" right click and Goto properties select "Automatic " in startup type.

    now in cmd(Command prompt) type "ipconfig" and get the IPAddress of the victims PC it will usually like "ex:197.121.311.122" remember the IP.Now u should hav to get a username from victims PC.It doesn't matter if it would b a limited account name
    BECAUSE IN MY NEXT POST I WILL LET U KNOW HOW TO CHANGE ADMINISTRATOR PASSWORDS SIMPLY USING CMD.If ur able to get a account detail with user and a password get it(for a friend it is easy)....Otherwise u hav to use login details of a user in victims PC without a password.Now ur almost done...

    Go home and connect to internet from your PC.Goto run type "cmd"
    and in cmd type "Telnet" and enter
    u will get "telnet>" type "o <victims ip>

    ex:o 197.121.311.122

    If you have done as I mentioned u will prompt for username and a password...Give those details...
    Tadaaaaaaaa:lol:
    If u have done as exactly I've said u will b now actually inside victims PC's cmd.If u know DOS commands u can simply browse victims files.....

    In my next post I'll show how to allow "Windows remote desktop connection using Telnet" which will allow you to hav victims desktop right in to your PC or LAPTOP screen and do things as ur really in front of victims PC.

    By the way I forgot to mention that above commands are same for Linux...Use Linx terminal to type above commands....And do
    Linux->windows & windows->Linux hackings!!!! Cooool is'nt it:cool:

    According to your replies I'll post more!!!!!!!BYE

    "DON'T JUST LEARN TO HACK JUST HACK TO LEARN"
     

    lkgamage

    Member
    Sep 26, 2006
    392
    104
    0
    Not found.
    Hay raaajit,

    Cool stuff. Good point to start. Real hacking methods are much harder than this.

    Do not misunderstand that hacking is just a breaking things. It is another way of development. People are finding alternative ways to solve complex problems. Peoples who think "out of the box" called "Hackers".

    Regarding your post, In all modern operating systems TELNET port (port 23) is blocked by default (except some Linux releases). This is due to security reasons. If you have installed any kind of firewall software or you have turned on your router's firewall, situation become worst. Before you test TELNET, you need to clear the path to your target computer.

    Also, you need some basic tools before start.
    1. IP Scanner
    2. Port scanner
    3. TCP/UDP packet analyzer

    You may freely available these software from the internet. Linux has built in tools. These tools would be your eyes on the network.

    If you know the IP address that you want to reach, first, PING to that ip and make sure it is reachable and alive.
    (ex: PING 192.168.1.1)

    Then, scan for open ports that you can connect to. (Ports are just a holes you can connect and do stuff) Default TELNET port is 23. check whether it is available using a port scanner. In some causes, System administrator can alter default ports, for example, most web server/virtual dedicated servers provide TELNET via port 335. FTP provide service over port 21 and 990 still you can use TELNET to connect these ports.
    Ex: TELNET 192.168.1.1 335

    There are another thing that you need to pay your attention. You need to exactly know what your are going to connect.
    1. Platform and Version - Windows/Linux/Mac
    2. Which software has installed and services running
    This is extremely helpful to find a hole in your target.

    Happy hacking. Enjoy!
     
    Last edited:

    Ethical_World

    Member
    Mar 15, 2009
    2,036
    90
    0
    #! /bin/sh
    Hay raaajit,

    Cool stuff. Good point to start. Real hacking methods are much harder than this.

    Do not misunderstand that hacking is just a breaking things. It is another way of development. People are finding alternative ways to solve complex problems. Peoples who think "out of the box" called "Hackers".

    Regarding your post, In all modern operating systems TELNET port (port 23) is blocked by default (except some Linux releases). This is due to security reasons. If you have installed any kind of firewall software or you have turned on your router's firewall, situation become worst. Before you test TELNET, you need to clear the path to your target computer.

    Also, you need some basic tools before start.
    1. IP Scanner
    2. Port scanner
    3. TCP/UDP packet analyzer

    You may freely available these software from the internet. Linux has built in tools. These tools would be your eyes on the network.

    If you know the IP address that you want to reach, first, PING to that ip and make sure it is reachable and alive.
    (ex: PING 192.168.1.1)

    Then, scan for open ports that you can connect to. (Ports are just a holes you can connect and do stuff) Default TELNET port is 23. check whether it is available using a port scanner. In some causes, System administrator can alter default ports, for example, most web server/virtual dedicated servers provide TELNET via port 335. FTP provide service over port 21 and 990 still you can use TELNET to connect these ports.
    Ex: TELNET 192.168.1.1 335

    There are another thing that you need to pay your attention. You need to exactly know what your are going to connect.
    1. Platform and Version - Windows/Linux/Mac
    2. Which software has installed and services running
    This is extremely helpful to find a hole in your target.

    Happy hacking. Enjoy!

    Now Things are dif dude ! When Stealers/ Rats running on the market . most ppl dont use the old tricks ..

    and yeah dude raaajit, .. Type cmd doesnt open ur victoms pc promt .. it will open ur promts .. read ur tut carefull then u will u have a miss and part..
     

    lkgamage

    Member
    Sep 26, 2006
    392
    104
    0
    Not found.
    Now Things are dif dude ! When Stealers/ Rats running on the market . most ppl dont use the old tricks ..

    and yeah dude raaajit, .. Type cmd doesnt open ur victoms pc promt .. it will open ur promts .. read ur tut carefull then u will u have a miss and part..

    Yeah! I know. Strategies are different but basics wouldn't change. If you know the fundamentals, you can go along way :)Instead of old school stealing methods, now using pumping and forcefully open ports.

    You can't jump to 12th grade after the Nursery :)
     

    Ethical_World

    Member
    Mar 15, 2009
    2,036
    90
    0
    #! /bin/sh
    Yeah! I know. Strategies are different but basics wouldn't change. If you know the fundamentals, you can go along way :)Instead of old school stealing methods, now using pumping and forcefully open ports.

    You can't jump to 12th grade after the Nursery :)

    well dude in this days lota ppl jump to Uni without going to Nursery :lol::lol::lol:
     

    lkgamage

    Member
    Sep 26, 2006
    392
    104
    0
    Not found.
    well dude in this days lota ppl jump to Uni without going to Nursery :lol::lol::lol:

    matthewlolexpressionlgn.gif