Tuesday, 27 December 2016

Linux password bypassed

So you think Linux is very secure, then think again. This procedure has been tested on linux 12.04 and has worked successfully.
Procedure:
1) Boot up the computer
2) Once the BIOS has fully loaded press shift
3) Select recovery mode
4) Select drop to root shell
5) Type ls /home to view the user accounts available
6) Type mount –rw –o remount /
7) Type passwd useraccount
8) Type the new password
9) Re type the new password
10) Type exit
11) Press ctrl + alt +Delete to reboot your computer

NOTES
The password will not be visible while setting it

Wednesday, 21 December 2016

Bypassing Android Screen Lock Mechanism.

There are cases when you set a pattern on your phone and later forget that pattern. It's very possible for on to receive a phone that may require you to use this guide.
Don't try this on any devices you don't own, since you are doing so at your own risk.

Requirements:
1. The device needs to have USB debugging enabled. In case USB Debugging is not enabled and you have a custom recovery, you can run the same instructions from recovery.
2. For some methods root is not required (Though it will be better if the device is rooted)
3. If Google Asks you For Password (Credentials) - Simply Turn On WIFI Via ADB In Order To Google Accept Your Device Via this Command:
adb shell svc wifi enable

IF NONE OF THESE METHODS WORKS FOR YOU, YOU WILL HAVE TO HARD-RESET YOUR PHONE

METHOD 1-Using SMS bypass:
Download SMS Bypass and install it on your device
SMS Bypass app requires root access
Instructions:
1.Make sure you give permanent root to the App
2. Change the secret code to your preferred choice.The default password is 1234
3.To reset your screen lock, send the following message from another phone:
[SecretCode] reset
Example:
1234reset
NOTE:
1. There is a space between your secret code and reset.Also the secret code is case sensitive
2. There is an option available to change the . Default is: reset. Your phone will restart and your lock screen will be reset.
3. If you see the gesture pattern grid or password after restarting. Don’t Worry. Just try any random pattern or password and it will unlock

METHOD 2 -Using ADB to delete the lock file:
Requirements:
-A computer running a Linux Distro or Windows+Cygwin
-USB cable to connect your phone to the PC
-ADB installed

Instructions:
1.Connect your turned on phone to computer via USB
2. Open a terminal windows
3. Type: adb devices
adb shell
cd data/system
su
rm *.key
4. Done
5. Reboot.
If you see the gesture pattern grid or password,try any random pattern or password and it should unlock

METHOD 3 - Using ADB to delete the gesture File
Instructions:
Type this command in your Terminal (CMD Prompt):
adb shell rm/data/system/gesture.key
If you see the gesture pattern grid or password after restarting, don’t worry. Just try random pattern or password and it should unlock

METHOD 4 - Using ADB to reset the lock screen keys:
Instructions:
Type this commands separated in your Terminal (CMD Prompt):
adb shell
cd/data/data/com.android.providers.settings/databases
sqlite3 settings.db
update system setvalue=0 where name=’lock_pattern_autolock’;
update system setvalue=0 where name=’lockscreen.lockedoutpermanently’;
.quit

--Now you just have to reboot
If you see the gesture pattern grid or password after restarting, don’t worry. Just try random pattern or password and it should unlock.

Monday, 12 December 2016

An introduction to Lucky Patcher for unlimited hacks.

Lucky patcher is an app that you use to enhance and unlock Android apps, for example using lucky patcher on modern sniper you can get lots of cash to buy guns and upgrade the guns.
Download and install lucky patcher
Launch the app
Select the app you want to patch and drop menu comes up
Select open menu of patches
Check the option support patch for inapp emulation and Support patch  for LVL emulation
Press apply wait for it to finish applying the patch
Press launch

You can use any patches available, but caution must be exercised as some patches open up holes in your system.

Monday, 5 December 2016

Sharing Smartphone VPN Connection with PC

STEP 1: You need a rooted device
STEP 2: Make sure you have a VPN app, like OpenVPN or DroidVPN ( I use DroidVPN and its the best)
STEP 3: Download Terminal Emulator
STEP 4: Activate your hotspot and connect to your VPN
STEP 5: launch Terminal emulator and on the first line type "su" (without the quotes) and press enter
STEP 6: Copy and paste this to the Terminal Emulator
Code:
iptables -t filter -F FORWARD
iptables -t nat -F POSTROUTING
iptables -t filter -I FORWARD -j ACCEPT
iptables -t nat -I POSTROUTING -j MASQUERADE
ip rule add from 192.168.43.0/24 lookup 61
ip route add default dev tun0 scope link table 61
ip route add 192.168.43.0/24 dev wlan0 scope link table 61
ip route add broadcast 255.255.255.255 dev wlan0 scope link table 61
STEP 7: open your browser on PC

Disclaimer: not responsible for your device in anyway, even though this should not harm anything

Sunday, 4 December 2016

10 Tools For Password & Network Hacking

Nmap -The Network Mapper :
Nmap is one of the most widely used open source network mapping utility which scans & detects for ports, Operating systems, its services & used to manage networks. Nmap is available for windows & Linux also but it was basically designed for a linux/Unix box, which works best with it also. http://www.nmap.org/download.html

John The Ripper Password Cracker
John the Ripper is a fastest password cracker, Now available for many distros of Unix, DOS, Win32, BeOS, and OpenVMS. Its primary purpose is to detect weak Unix passwords. Besides several crypt(3) password hash types most commonly found on various Unix flavors, supported out of the box are Kerberos AFS and Windows NT/2000/XP/2003 LM hashes, plus several more with contributed patches. It is also well known as JTR, the most deadliest cracker of all time. http://www.openwall.com/john/

Nessus Remote Security Scanner
Nessus is basically a vulnerability scanner used by most of the well known organizations of the world for making their security audits. Nessus were open source in past, but now its a closed source one but a free software, which scans for thousands of general & critical vulnerability problems in any network.
http://www.nessus.org/download/

Wireshark – The Sniffer
It was formerly knows as Eathereal. It is network protocol analyzer, or sniffer, that lets you capture and interactively browse the contents of network frames. Its open sources’ness gives it to grow from all dimensions & it gives more than a quality network analyzers that are present in the market.
It have a GUI works great with both Linux & Windows. http://www.wireshark.org/

Eraser
Eraser is an advanced security tool (for Windows). We can completely remove sensitive data from your hard drive by overwriting it several times which is done with carefully selected patterns. Eraser is Free software and its source code is released under GNU General Public License as it is a open source one. Works with all versions of windows as -> Windows 95, 98, ME, NT, 2000, XP and DOS. Its great tool for hiding secret things & mainly deleting it. http://www.heidi.ie/eraser/download.php

LCP – Windows Password Cracker
LCP is one of the well known free software for cracking windows passwords in many versions like Windows NT/2000/XP/2003. Accounts information import, Passwords recovery, Brute force session distribution, Hashes computing can be easily done by LCP. It is similar to LOphtcrack.
It have various modes like bruteforce, dictionary attack & hybrid attack. http://www.lcpsoft.com/english/download.htm/

Cain & Able Passwords Cracker
Its another password cracker for windows based system. P It collects passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, uncovering cached passwords, revealing password boxes,and analyzing routing protocols.
Interesting part is it sniffs itself, we don’t have to search for password files of any kind.
http://www.oxid.it/cain.html

SuperScan- Port Scanner
Superscan is great TCP/IP port scanner which is widely used for detecting the open ports or live hosts in given IP ranges. It have a GUI & made for windows & easy to use, don’t miss it.
http://www.foundstone.com/index.htm?subnav=resources/navigation.htm&subcontent=/resources/proddesc/superscan4.htm

Nikto – CGI Scanner
Nikto is a great CGI scanner, which is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items. Which includes 3200 potentially dangerous files/CGIs, versions on over 625 servers, and version specific problems on over 230 servers.
http://www.cirt.net/code/nikto.shtml

Pof
Passive OS fingerprinting tool used widely for scanning operating system and it can scan for any operating system.
P0f can identify the operating system on:
– SYN Mode
– SYN+ACK mode,
– RST+ mode,
– machines whose communications you can observe.
It listens to any communication for detecting OS. http://lcamtuf.coredump.cx/p0f/p0f.shtml