~H~A~C~K~I~N~G = ASk

nismok

Well-known member
  • Jun 27, 2008
    9,377
    672
    113
    Are you going to copy and Paste whole LKHz site into EK? :P
     
    Last edited:

    NIPUNAYA

    Junior member
  • Jul 4, 2007
    599
    7
    18
    Kegalle
    12345 said:
    SQL Commands (usefull for injection)
    Here is a list of SQL commands and what they do, these would be used in some injection methods and of course legitimate sql functions.
    On thier own they wont exploit anything but eventually youl find an exploit that needs these and they are good to know for injection or just to better understand how SQL works.

    Hidden Content:

    ABORT -- abort the current transaction
    ALTER DATABASE -- change a database
    ALTER GROUP -- add users to a group or remove users from a group
    ALTER TABLE -- change the definition of a table
    ALTER TRIGGER -- change the definition of a trigger
    ALTER USER -- change a database user account
    ANALYZE -- collect statistics about a database
    BEGIN -- start a transaction block
    CHECKPOINT -- force a transaction log checkpoint
    CLOSE -- close a cursor
    CLUSTER -- cluster a table according to an index
    COMMENT -- define or change the comment of an object
    COMMIT -- commit the current transaction
    COPY -- copy data between files and tables
    CREATE AGGREGATE -- define a new aggregate function
    CREATE CAST -- define a user-defined cast
    CREATE CONSTRAINT TRIGGER -- define a new constraint trigger
    CREATE CONVERSION -- define a user-defined conversion
    CREATE DATABASE -- create a new database
    CREATE DOMAIN -- define a new domain
    CREATE FUNCTION -- define a new function
    CREATE GROUP -- define a new user group
    CREATE INDEX -- define a new index
    CREATE LANGUAGE -- define a new procedural language
    CREATE OPERATOR -- define a new operator
    CREATE OPERATOR CLASS -- define a new operator class for indexes
    CREATE RULE -- define a new rewrite rule
    CREATE SCHEMA -- define a new schema
    CREATE SEQUENCE -- define a new sequence generator
    CREATE TABLE -- define a new table
    CREATE TABLE AS -- create a new table from the results of a query
    CREATE TRIGGER -- define a new trigger
    CREATE TYPE -- define a new data type
    CREATE USER -- define a new database user account
    CREATE VIEW -- define a new view
    DEALLOCATE -- remove a prepared query
    DECLARE -- define a cursor
    DELETE -- delete rows of a table
    DROP AGGREGATE -- remove a user-defined aggregate function
    DROP CAST -- remove a user-defined cast
    DROP CONVERSION -- remove a user-defined conversion
    DROP DATABASE -- remove a database
    DROP DOMAIN -- remove a user-defined domain
    DROP FUNCTION -- remove a user-defined function
    DROP GROUP -- remove a user group
    DROP INDEX -- remove an index
    DROP LANGUAGE -- remove a user-defined procedural language
    DROP OPERATOR -- remove a user-defined operator
    DROP OPERATOR CLASS -- remove a user-defined operator class
    DROP RULE -- remove a rewrite rule
    DROP SCHEMA -- remove a schema
    DROP SEQUENCE -- remove a sequence
    DROP TABLE -- remove a table
    DROP TRIGGER -- remove a trigger
    DROP TYPE -- remove a user-defined data type
    DROP USER -- remove a database user account
    DROP VIEW -- remove a view
    END -- commit the current transaction
    EXECUTE -- execute a prepared query
    EXPLAIN -- show the execution plan of a statement
    FETCH -- retrieve rows from a table using a cursor
    GRANT -- define access privileges
    INSERT -- create new rows in a table
    LISTEN -- listen for a notification
    LOAD -- load or reload a shared library file
    LOCK -- explicitly lock a table
    MOVE -- position a cursor on a specified row of a table
    NOTIFY -- generate a notification
    PREPARE -- create a prepared query
    REINDEX -- rebuild corrupted indexes
    RESET -- restore the value of a run-time parameter to a default value
    REVOKE -- remove access privileges
    ROLLBACK -- abort the current transaction
    SELECT -- retrieve rows from a table or view
    SELECT INTO -- create a new table from the results of a query
    SET -- change a run-time parameter
    SET CONSTRAINTS -- set the constraint mode of the current transaction
    SET SESSION AUTHORIZATION -- set the session user identifier and the current user identifier of the current session
    SET TRANSACTION -- set the characteristics of the current transaction
    SHOW -- show the value of a run-time parameter
    START TRANSACTION -- start a transaction block
    TRUNCATE -- empty a table
    UNLISTEN -- stop listening for a notification
    UPDATE -- update rows of a table
    VACUUM -- garbage-collect and optionally analyze a database

    Machan........ Niz post eth machan uba LKRZ eke ewwa danawa nam slmix ayyata kiyala daahan ;)

    Shape
    KIT
     

    NIPUNAYA

    Junior member
  • Jul 4, 2007
    599
    7
    18
    Kegalle
    12345 said:
    School Server Hacking

    Tutorial created by Shane (Optical).
    This tutorial was created for educational purposes only.

    Introduction

    Ok guys, this can get you into a lot of shit, I did a bit of this a few days ago so try not to get caught, I got caught because all the computer have remote administration on them, so remember to read the notes at the end of this tutorial.
    This will only work with Windows 98, 2000, Me, and XP for definite.
    If you read this entire tutorial you’ll be able to modify user accounts, delete account, create admin accounts, and send messages, shutdown computers and more.

    Getting into MS-DOS

    To do this ‘hacking’ you’ll have to have access to MS-DOS Command Prompt (cmd), if your schools computer administrator has disabled this tool then you’ll have to go a different path, read the following text to create an unblocked cmd tool.

    If you have access to cmd then there is no reason for you to read this unless you want to learn.

    First open notepad, if you can’t; go onto any site, right click and select ‘View Source’, this will bring up notepad so delete all the text and type in command.com, save it has anything.bat then open it.

    Once you are in command prompt all you have to do is type in certain commands to ‘hack’ your schools server.

    Commands

    How to send a message to ever computer:
    Type Net Send * “Type whatever you want here”

    How to create an account with no password:

    Net User username /ADD

    Put your desired username where it says ‘username’.
    Example: Net User Shane /ADD

    How to create an account with a password:

    Net User username password /ADD

    Put your desired username where it says ‘username’ and desired password where it says ‘password’.

    Example: Net User Shane r7rh67dy5 /ADD

    How to delete accounts:

    Net User username /DELETE

    Put the username of the account you want to delete where is says ‘username’.

    If you can’t create accounts then you’ll need admin rights, so read on to find out how to get them.

    Net localgroup administrator Shane /ADD

    If you want to get into control panel etc read on,
    Once in MS-DOS type in any of there commands to get into certain folders or open certain programs.

    Type in:
    Hidden Content:

    Control panel - Opens Control Panel
    Control admintools – Opens Admin Tools
    Ipconfig /all – Find out your schools IP
    Ipconfig /renew – Changes school IP
    Ipconfig /release – Release/deletes IP


    How to get passed web filters:

    There are a few ways of doing this but I’m going to show you the two most popular ways of doing so, you can either use a proxy; go to a site such as inlineproduction.com, just Google ‘proxies’ for more.
    The second option is to use the IP of the site, so open MS-DOS, type in ping site here (put the site name where it says ‘site here’ e.g. ping http://www.google.com), it will come up with something like this:

    Pinging http://www.1google.com [IP SHOULD BE HERE] with 32 bytes of date:

    Well, something similar to that.

    Once you get the IP open your internet explorer e.g. FireFox/Opera/IE and type in the IP that came on in cmd, if that doesn’t work then you’re fucked.


    BRO, DONT COPY STUFF FROM LKHRZZZ:no: :no: :angry: :angry: :angry: :angry: :angry:
     

    12345

    Member
    Dec 13, 2006
    296
    0
    0
    REST IN PEACE
    NIPUNAYA said:
    BRO, DONT COPY STUFF FROM LKHRZZZ:no: :no: :angry: :angry: :angry: :angry: :angry:


    he he dont be angry sana;) :shocked:

    hari hari wena sites walinuth daanam koooo ;)

    BTW machn mama awrudu 2k wetara net eakayn ain una with my car accident

    so machn what has happened to colombohackers? :oo: :oo: :oo: :oo:
     

    NIPUNAYA

    Junior member
  • Jul 4, 2007
    599
    7
    18
    Kegalle
    12345 said:
    he he dont be angry sana;) :shocked:

    hari hari wena sites walinuth daanam koooo ;)

    BTW machn mama awrudu 2k wetara net eakayn ain una with my car accident

    so machn what has happened to colombohackers? :oo: :oo: :oo: :oo:


    Watever machan dnt pots stuff 4rom LKHRZZ
    I knw ntin abat wat happen 2 CLHRZ hahhahhaha
    Got punk'd i think :lol: :lol: :lol:
     

    12345

    Member
    Dec 13, 2006
    296
    0
    0
    REST IN PEACE
    Msn Hack Trojan 5.1 CHECHK THIS
    JUST GOT THIS FROM ANOTHER SITE..I PERSONALLY DIDNT TEST IT...BUT SOMEONE CAN CHK THIS...AND CAN MODIFIED THIS 1...this a gr8 prog i think..so need some expert to test this

    Msn Hack Trojan 5.1, it's a tojan that you send it to your victim on msn, when he open it, you will control him on Msn by using commands. It can hack his password , but in a GREAT way !

    Instructions

    1. Download the file
    2. Extract it then send the 2 trojans to the Victim !
    3. When he open it , open a conversation with him on Msn ,
    4. Use the command list ( in the downloaded folder )

    Best command is /pass it shows his password immediatly ,
    BTW ! he will won't see any command that you type biggrin.gif

    REMOVE MSN PLUS!

    List of Commands : ( MSN51TROJAN )
    Quote:
    /get = Receive get all commands.
    /chat: = Anonymous chat.
    /info = Information about the trojan..
    /trilmuis = Let the mouse vibrate.
    -trilmuis = Stop trembling mouse.
    /cdopen = Open the Cdrom drive.
    /cddicht = Close the Cdrom drive.
    /restart = Restart the computer.
    /off = Turn off the computer.
    /winmin = Minimalizeer all windows.
    /winmax = Maximalizeer all windows.
    /swap = Trades swap the mouse buttons
    -swap = Trades swap the mouse buttons.
    /klemtxt: = text to the clipboard..
    /getklem = Get clipboard text.
    /site: = Go to a URL.
    /iestart = Homepage for IE.
    /blink = Caecus Num, Caps & Scroll Lock.
    -blink = Stop blink-blink.
    -start = Hide-start.
    /start = Let Start button again.
    /flip = Flip screen opzijn header.
    -flip = Flip-screen weergoed.
    /beep = Computer makes a small beep.
    /online = Status to Online.
    /bezet = Status naar Bezet.
    /bzt = Status to Busy.
    /afwezig = Status to Absent
    /tel = Status to On The Phone
    /lunch = Status to Lunch break.
    /offline = Status to Offline Show.
    /afmelden = Unsubscription Msn Messenger.
    /bann: = Throw someone Msn (number of seconds).
    /spy = Listen talks.
    -spy = Stop spy.
    /lijst = Get all online contacts.
    /pass = Get passwords.
    /notext = Person can not IM messages.
    /dotext = Person can IM messages.
    /msg: = Send a message to all contacts.
    /add: = Add someone to his / her list.
    /popup: = Let your own text 4 times up.
    /nick: = Change the Nickname of person.
    /warning: = Change the text "In a expr ...'.
    /blok = See blocked people from all blocked list.
    /zet: = Put a person to send texts to be.
    /zend: = Send a text to stored person (see above).
    /text: = Send this text as text received by word.
    -text = Turn back-text.
    /msn = See all My Received Files
    /vbin: = Info-character messages balloon.
    /vbcr: = Critical sign posts balloon.
    /vbex: = Exclame sign posts balloon.
    /vbqw: = Question mark beichten balloon (People can respond with yes or no).
    /echo: = Standard messages balloon..

    List of Commands : ( WSKIP )
    Quote:
    /wsk = Get all commands.
    /ip = Get IP
    /host = Get the Host name.

    Tutorial:

    How to get victim's password:
    1.After the victim has opened the trojan, type /pass
    2.The victim should automatically log off
    3.When he/she signs in again, type /pass again
    4.You'll now have the password!

    REMOVAL CMDs FOR THE MSN TROJAN
    Quote:
    taskkill /f /im Windll32.exe
    del C:\windows\windll32.exe /f /q
    reg delete HKLM\Software\Microsoft\Windows\Currentversion\Run /f /v Windll32

    taskkill /f /im WHATEVERYOUNAMEDTHETROJAN.exe


    http://www.mediafire.com/?lmyj1qztylr
     

    12345

    Member
    Dec 13, 2006
    296
    0
    0
    REST IN PEACE
    Administrative Contact:
    Piriyan, Thamil [email protected]
    TamilNet Information Service
    ATTN: TAMILNET.COM
    c/o Network Solutions
    P.O. Box 447
    Herndon, VA 20172-0447
    570-708-8780

    Technical Contact:
    Gill, Shan B [email protected]
    Reflink Systems Inc
    ATTN: TAMILNET.COM
    c/o Network Solutions
    P.O. Box 447
    Herndon, VA 20172-0447
    570-708-8780

    Record expires on 10-Jun-2015.
    Record created on 11-Jun-1996.
    Database last updated on 2-Mar-2009 08:27:16 EST.

    Domain servers in listed order:

    NS5.WORLDNIC.COM 205.178.190.3
    NS6.WORLDNIC.COM 205.178.144.3

    This listing is a Network Solutions Private Registration. Mail
    correspondence to this address must be sent via USPS Express Mail(TM) or
    USPS Certified Mail(R); all other mail will not be processed. Be sure to
    include the registrant's domain name in the address.

    Registry Status: clientTransferProhibited


    mehema tamai bun details teyenne


    Mona hari gill mart eakak daala munge site eaka close karagatta nam hari bun

    mata taniyama nam karaganna bahe - cuz im nt a full time hacker:no:

    Gang eakak hadaganna wenawa :eek:
     

    nismok

    Well-known member
  • Jun 27, 2008
    9,377
    672
    113
    12345 said:
    malli can we get to gather and try to hack down tamilnet

    i can remember that their servers are in Norway - BT now i dont know that it has been changed
    ;)

    Network Solutions LLC
    13861 Sunrise Valley Drive, Suite 300
    HERNDON, VA 20171
    US.