How to Use Premium Cookies?edit cookies in any websites

Here is the general tutorial to add or edit premium cookies. Requirements: Web Developer Add on Step 1: Install Web Developer Add on Install the Web developer add on. Using this add on we are going to edit the cookies http://hackertutorial.blogspot.com/.

A Guide to Online Anonymity - How can i be completely untraceable?

Definition: The act of keeping your identity hidden online by using connection methods and encryption methods, to make yourself untraceable to a person, website, company, school or whatever else you are doing/connecting to.

Increase the Download speed of Hotfile like premium account-cookies hack

Hi Friends, i think this is my first about hotfile. Hotfile is file sharing website. In hotfile , downloading speed for normal user is very slow. But for premium account it will be faster. In this post, i am going to explain how to downlod files from hotfile like...

Data Mining and Knowledge Recovery

Knowledge discovery and data mining construes of techniques that assists in discovering associations within a given dataset. A few techniques that facilitate extraction of knowledge from data are machine learning, soft computing, statistical techniques, pattern recognition, and visualization....

Digital Forensics

Digital forensics has existed for as long as computers have stored data that could be used as evidence. For many years, digital forensics was performed primarily by government agencies, but has become common in the commercial sector over the past several years. Digital forensics has three major...

Saturday, February 4, 2012

Working with Metasploit


Metasploit is simple to use and is designed with ease-of-use in mind to aid Penetration Testers.
I will be taking you through this demo in BackTrack 5, so go ahead and download that if you don't already have it - http://www.backtrack-linux.org/downloads/ The reason for using BackTrack 5 is because it has the correct Ruby Libraries.

Metasploit framework has three work environments, the msfconsole, the msfcli interface and the msfweb interface. However, the primary and the most preferred work area is the 'msfconsole'. It is an efficient command-line interface that has its own command set and environment system.
Before executing your exploit, it is useful to understand what some Metasploit commands do. Below are some of the commands that you will use most. Graphical explanation of their outputs would be given as and when we use them while exploiting some boxes in later part of the article.
(i) search <keyword> : Typing in the command ‘search’ along with the keyword lists out the various possible exploits that have that keyword pattern.

(ii) show exploits : Typing in the command 'show exploits' lists out the currently available exploits. There are remote exploits for various platforms and applications including Windows, Linux, IIS, Apache, and so on, which help to test the flexibility and understand the working of Metasploit.
(iii) show payloads : With the same 'show' command, we can also list the payloads available. We can use a 'show payloads' to list the payloads.
(iv) show options : Typing in the command 'show options' will show you options that you have set and possibly ones that you might have forgotten to set. Each exploit and payload comes with its own options that you can set.
(v) info <type> <name>: If you want specific information on an exploit or payload, you are able to use the 'info' command. Let’s say we want to get complete info of the payload 'winbind'. We can use 'info payload winbind'.
(vi) use <exploit_name> : This command tells Metasploit to use the exploit with the specified name.
(vii) set RHOST <hostname_or_ip> : This command will instruct Metasploit to target the specified remote host.
(viii) set RPORT <host_port> : This command sets the port that Metasploit will connect to on the remote host.
(ix) set PAYLOAD <generic/shell_bind_tcp> : This command sets the payload that is used to a generic payload that will give you a shell when a service is exploited.
(x) set LPORT <local_port> : This command sets the port number that the payload will open on the server when an exploit is exploited. It is important that this port number be a port that can be opened on the server (i.e.it is not in use by another service and not reserved for administrative use), so set it to a random 4 digitnumber greater than 1024, and you should be fine. You’ll have to change the number each time you successfully exploit a service as well.
(xi) exploit : Actually exploits the service. Another version of exploit, rexploit reloads your exploit code and then executes the exploit. This allows you to try minor changes to your exploit code without restarting the console
(xii) help : The 'help' command will give you basic information of all the commands that are not listed out here.
Now that you are ready with all the basic commands you need to launch your exploit , lets choose a couple of scenarios to get control of a remotely connected machine.

Penetration Testing with Metasploit Framework


When i say "Penetration Testing tool" the first thing that comes to your mind is the world's largest Ruby project, with over 700,000 lines of code 'Metasploit'. No wonder it had become the de-facto standard for penetration testing and vulnerability development with more than one million unique downloads per year and the world’s largest, public database of quality assured exploits.

The Metasploit Framework is a program and sub-project developed by Metasploit LLC. It was initially created in 2003 in the Perl programming language, but was later completely re-written in the Ruby Programming Language. With the most recent release (3.7.1) Metasploit has taken exploit testing and simulation to a complete new level which has muscled out its high priced commercial counterparts by increasing the speed and lethality of code of exploit in shortest possible time.

Metasploit Framework follows some key steps for exploiting a system that include -
1. The Select and configure the exploit to be targeted. This is the code that will be targeted toward a system with the intention of taking advantage of a defect in the software.
2. Validate whether the chosen system is susceptible to the chosen exploit.
3. Select and configures a payload that will be used. This payload represents the code that will be run on a system after a loop-hole has been found in the system and an entry point is set.
4. Select and configure the encoding schema to be used to make sure that the payload can evade Intrusion Detection Systems with ease.
5. Execute the exploit.

In this article we will give a detailed description on usage of Metasploit Framework to execute exploits with graphical illustrations and commands.

Friday, February 3, 2012

A Guide to Online Anonymity - How can i be completely untraceable ?

Definition:
The act of keeping your identity hidden online by using connection methods and encryption methods, to make yourself untraceable to a person, website, company, school or whatever else you are doing/connecting to.


Uses of Anonymity:
  • Stay hidden when attacking a website or scanning it for vulnerabilities.
  • Keep your browsing history/activity hidden when at work, school, library or even your family computer.
  • Keep your IP ( Internet Protocol Address ) hidden from victims of a RAT (Remote Administration Tool) or a botnet.
  • Bypassing ISPs service usage limits.


What is a VPN ?
A VPN is an acronym for Virtual Private Network, it is a server that is used to connect to a LAN ( Local Area Network ) securely. VPNs will encrypt your connection information and hide your real IP from websites, people and it will keep your connection encrypted so you won't be able to get traced.
List of good Free VPNs:
Paid VPNs:
Why are paid VPNs better than free ?
They are more secure and keep no logs. When free ones will keep logs and aren't as securely encrypted as a paid.
  • BlackShades VPN
    • Pretty much the best product line on HackForums, you can never go wrong with a BlackShades product.
  • nVPN ( OpenVPN based )
    • Amazing speeds and panel controls and really simple set up.
  • iPredator
    • Not known around HF as much, but it's good.

What is SOCKS 4/5 ?
SOCKS is the internet protocol that makes it easier for packets to be routed between the client/server via a proxy server. The SOCKS protocol has a designated port, but is not limited to that port. This port number is 1080.

Socks will let you get by the network firewall, usually with schools or workplaces, they will have a block on the browsing you are allowed to do.

What is HTTP Proxy ?
A HTTP ( Hypertext Transfer Protocol ) proxy is kind of the same thing as a SOCKS 5, except the fact it using the HTTP protocol instead of the SOCKS protocol. When a browser is configured with a HTTP proxy, it just hooks through the proxy server and bypasses any firewall put in place on the LAN ( Local Area Network )

Web proxies and Proxy client/managerseb Proxies
Proxy Manager

What is SSH and SSH Tunneling ?
SSH is the acronym for Secure Shell, it is an network protocol used to connect to Linux&Unix based machines. This will let you access the shell (Terminal) via a remote connection to the machine/server. The default port for SSH connection is 22.

SSH tunneling is using the SSH protocol to hook through the machine/server as you send a command through your internet, say loading Google, your machine will send the data through the "SSH Tunnel" and your IP will be hidden from the website. As your data is going through the "tunnel" it is encrypted using a Public-Key encryption.

What is MAC Address and MAC Address Spoofing ?

MAC address is the acronym for Media Access Control address it's the unique identifier for a network interface. I like to think of it as the fingerprint of your connection.

MAC address spoofing is using a program (You can do it manually but program is much easier.) to change your MAC address so it doesn't leave behind your networks "fingerprint." Without doing this, you will never be FULLY anonymous.


MAC Address Spoofers.

How to Use Premium Cookies?edit cookies in any websites

Here is the general tutorial to add or edit premium cookies. 

Requirements:

  • Web Developer Add on


Step 1: Install Web Developer Add on
Install the Web developer add on.  Using this add on we are going to edit the cookies


https://addons.mozilla.org/en-US/firefox/addon/web-developer/
Restart the browser. now you can see the web developer toolbar. It consist of Disbale, cookies,css,forms....etc.

Step 2: Visit website
Visit the appropriate website corresponding to your premium cookies.

 Step 3:
Now click the Cookies option in the Web developer tool bar. and select View Cookies information.  It will show list of cookies.

For adding cookies click the "Add the cookie" in the toolbar instead. then skip to the step 6.

Step 4: Find the cookie
 Find the cookie that you want to edit.  Some website store login cookie as "auth" cookie.  So find the auth cookie.



Step 5: Edit the cookie
click the edit the cookie link.
this will popup the cookie window

Step 6:

paste the premium cookies in the value field


If you are adding cookies manually, cookie name will be blank. So you have to set the correct cookie name also. usually it will be "auth"

What is Session Hijacking?Bypassing Login using Session Stealing?


TCP session hijacking is when a hacker takes over a TCP session between two machines. Since most authentication only occurs at the start of a TCP session, this allows the hacker to gain access to a machine


Different Session Hijacking methods:
Session stealing is achieved by following methods

1. Session fixation:
      In this method, the Hacker sets a user's session id to known victim. For example, Hacker will send email to known victim  with a link that contains a particular session id. If the victim followed that link, the hacker can use that session and gain access.


2. Session SideJacking(session Sniffing): 
    In this method, the attacker use packet sniffing to and steal the Session cookie.  In order to prevent this, some websites use SSL(encrypts the session).  but do not use encryption for the rest of the site once authenticated. This allows attackers that can read the network traffic to intercept all the data that is submitted to the server or web pages viewed by the client.

 Unsecured Hotspots are vulnerable to this type of Session Hijacking. 

3. Client-side attacks (XSS, Malicious JavaScript Codes, Trojans, etc):
        Hacker can steal the Session by running the Malicious Javascript codes in client system.  Usually hackers attack some websites using XSS and insert their own Malicious Javascript codes.

In client point view it is trusted website, he will visit the website.  When victim visit the link , Malicious Javascript will executed.  It will steal the Session cookies and other confidential data.

4. Physical access:
          If the hacker has physical access, it is easy for him to steal the Session.  Usually this will occur in public cafe.  In public cafe , one use login to some websites(facebook, gmail).  A hacker come after victim can steal the session cookies.

Session Hijacking using Firesheep-Mozilla Addon:
Firesheep is Famous Mozilla addon that made Session Hijacking very easy. Using Firesheep , you can steal the Session of Public WI FI users. Using Firesheep, you can gain access to victim account of the Facebook, twitter and some other websites.

Increase the Download speed of Hotfile like premium account-cookies hack

Hi Friends,  i think this is my first about hotfile.   Hotfile is file sharing website.  In hotfile , downloading speed for normal user is very slow.  But for premium account it will be faster.  In this post, i am going to explain how to downlod files from hotfile like premium account. 


In this method, we are going to use the premium cookies(cookie got from cookie stealing method).  Website detects the user based on the cookies.  cookies is only factor that detects whether you are normal user or premium user.  More details about session and cookies. So Using the Premium cookies , you can make the website to believe that you are the premium user.  Sounds good..!! but how to do? This can achieved by Cookies Editing.

Method 1:
Requirements:

  • normal Free account in Hotfile
  • Premium cookies
  • Install Web Developer Add on

Step 1: Install Web Developer Add on
Install the Web developer add on.  Using this add on we are going to edit the cookies

https://addons.mozilla.org/en-US/firefox/addon/web-developer/
Restart the browser. now you can see the web developer toolbar. It consist of Disbale, cookies,css,forms....etc. We are going to use cookies option alone for this hack.

Step 2: Login with Free accountLogin to your Free account in Hotfile.com

Step 3:
I hope you are in hotfile.com.  Now click the Cookies option in the Web developer tool bar. and select View Cookies information.  It will list of cookies. 

Step 4: Find auth cookie
Find the cookie that named as "auth".  (you can see this if you are login ).


Step 5: Edit cookie
Click the Edit cookie link.  It will open the new pop up window.


Step 6:Change the Value
Now Delete the contents of Value Label.  Paste the premium cookie that you have inside the value text field. and Click ok.

Step 7: What is the next step?
You are now premium member.!!! Start to download hot file like a premium member.  Enjoy..!!!

Method 2:
Method 2 is same as method 1.  Instead of editing cookie , we just add new cookie.  So for this method, no need of free account also.

  1. Visit hotfile.com
  2. Click the cookie option as said in the above method.
  3.  Select Add cookie 
  4. It will open the small pop up window.
  5. enter "auth" in the name field
  6. Paste the premium cookies in the "Value" field.
  7. Reload the page
  8. That's all you finished.


Both methods works perfectly.
Having doubts ..??!! Post comments here.


Here is the one premium cookie for you:(copy it to your desktop, i will delete as soon as possible)
4afa81803373a6e2c29fcc1f782f8161d327c529eaa4e124e6eff19a822bfe9b

Data Mining and Knowledge Recovery


Knowledge discovery and data mining construes of techniques that assists in discovering associations within a given dataset.  A few techniques that facilitate extraction of knowledge from data are machine learning, soft computing, statistical techniques, pattern recognition, and visualization. Knowledge extracted from large datasets can be generalized and further utilized in a variety of similar problems.
Cyber Security Works Pvt. Ltd research scientists have great expertise in web mining, text mining, legal informatics, bioinformatics, clinical informatics, prognosis analysis, social networking, anomaly detection, including online fraud detection, fraudulent financial transaction detection, and intrusion detection (e.g., wireless sensor network anomaly detection). Our researchers developed new feature selection and feature ranking techniques that are widely used in security related applications and bioinformatics.

Algorithm and Model Development

  • Behavior mining
  • Pattern matching
  • Inter-transaction association mining
  • Discovering hidden patterns and relationships

Feature and Model Selection

Heuristics based feature ranking techniques that consider the performance of a particular learning machine for the ranking of features
  • Forward Selection: features are progressively incorporated into larger and larger subsets
  • Backward Elimination: least promising features are progressively eliminated
Embedded methods, feature ranking is incorporated as part of the training process
  • CART (a decision tree methodology)
Learning machine specific feature ranking methods
  • Support vector decision function (SVDF)
  • Multivariate regression spines (MARS)
  • Linear genetic program (LGP)

Anomaly Detection

Clustering
  • K-nearest neighbor (KNN)
  • Fuzzy c-means
  • Self organizing maps
Instance based learning
  • Case based reasoning
  • K-nearest neighbor (KNN)
  • Radial basis function network (RBF)

Signature Based Detection

  • Support vector machines (SVM)
  • Linear genetic programs (LGP)
  • Artificial neural networks (ANN)
  • Adaptive network based fuzzy inference systems (ANFIS)
  • Classification and regression trees
  • Statistical methods
  • Random forests
  • Kernel based methods