Posts

Technology is future, Lets make the Future together.

Python Dictionary. Everything about Dictionaries in Python From Basic To Advance.

Python Dictionary In this tutorial, you'll learn everything about Python dictionaries; how they are created, accessing, adding, removing elements from them and various built-in methods. Video: Python Dictionaries to Store key/value Pairs Python dictionary is an unordered collection of items. Each item of a dictionary has a key/value pair. Dictionaries are optimized to retrieve values when the key is known. Creating Python Dictionary Creating a dictionary is as simple as placing items inside curly braces {} separated by commas. An item has a key and a corresponding value that is expressed as a pair (key: value). While the values can be of any data type and can repeat, keys must be of immutable type (string, number or tuple with immutable elements) and must be unique. # empty dictionary my_dict = {} # dictionary with integer keys my_dict = {1: 'apple', 2: 'ball'} # dictionary with mixed keys my_dict = {'name': 'John', 1: [2, 4, 3]} # using dict() my_di...

Android-Pin-Brute Force Unlock any pin protect lock of Android device.

Image
                          ANDROID-PIN-BRUTEFORCE Unlock an Android phone (or device) by bruteforcing the lockscreen PIN. Turn your Kali Nethunter phone into a bruteforce PIN cracker for Android devices! How it works It uses a USB OTG cable to connect the locked phone to the Nethunter device. It emulates a keyboard, automatically tries PINs, and waits after trying too many wrong guesses. Android-PIN-Bruteforce [Nethunter phone] <–> [USB cable] <–> [USB OTG adaptor] <–> [Locked Android phone] The USB HID Gadget driver provides emulation of USB Human Interface Devices (HID). This enables an Android Nethunter device to emulate keyboard input to the locked phone. It’s just like plugging a keyboard into the locked phone and pressing keys. This takes a bit over 16.6 hours to try all possible 4 digit PINs, but with the optimised PIN list it should take you much less time. You will need A locked Android phone A Ne...

BruteForce Termux Commands | Step by Step - Spy Hub

Image
BruteForce Termux Commands | Step by Step - Spy Hub                                       BruteForce Termux Commands BruteForce Termux Commands  is used to  Hack  or Crack social media Accounts. This Attack is performed in both Kali Linux or Termux App. After using  BruteForce Termux Commands  you will find the password of your victim account. There is another type of BruteForce which is Dictionary Attack. Everyone's passwords are terrible and that they should change their passwords straight away. Let's just get that right go in the open, OK, you all have bad passwords and you recognize you ought to feel bad When you  Hacked . Probably not necessarily folks that watch Computerphile, but the bulk of the general public haven't got good passwords, and it is a real problem. it's is a problem because– People like LinkedIn and Talk Talk get  h...

Account Cracking Course By Spy Hub ( Cracking Course )

Image
Accounts Cracking Course                                            Subscribe To Our  YouTube                                                                                        https://youtube.com/channel/UCxMEOAPN1zTlxhVIBHnFLiw Accounts Accounts Cracking Course : Accounts Cracking Course : 🚥 There’s A Money Making Method Now Called Account Cracking. 🚥 This Is Where You Get Account Info For Accounts Like Spotify , hotstar , hulu ,netflix Etc...  🚥 People Make A Ton Of Money On These Accounts, So Let Me Explain What They Are. A “cracked” Account Is A Account With A Premium Subscription. 🚥 You May Ask “but They Pay For It Right?” The...

How hackers bypass login otp. Learn how to bypass otp.

Image
How Hacker Bypass OTP Verification Schema. Hello Greeting All, Today we will Discuss One interesting Topic OTP (One time password) Bypass ! How hackers able to Bypass OTP Schema On Web Or Mobile based application. As You know A one-time password (OTP) is an automatically generated numeric or alphanumeric string of characters that authenticates the user for a single transaction or login session. OTP are used For extra security layer To secure User authentication but in some case in some vulnerable website We can easily Bypass OTP two factor authentication verification schema On web or application based platform . There are few techniques that we can bypass OTP Schema → Response mnipulate → Bruteforce → Sms forwarding → Broken authentication we can use any random value Here,  We will discuss about How attacker able to bypass OTP Schema by response manipulate technique . If You don’t know What is response manipulate is a technique attacker try to analyze Request using some...

How to Install Phonesploit in Termux by mishabazz without error.

PhoneSploit Using open Adb ports we can exploit a device you can find open ports here  https://www.shodan.io/search?query=android+debug+bridge+product%3A”Android+Debug+Bridge” To find out how to access a local device -->  https://www.youtube.com/watch?v=OlhCAX1qBQo     HOW TO INSTALL WINDOWS git clone https://github.com/Zucccs/PhoneSploit extract adb.rar to the phonesploit directory cd PhoneSploit pip install colorama python2 main.py HOW TO INSTALL Linux git clone https://github.com/Zucccs/PhoneSploit cd PhoneSploit pip install colorama python2 main_linux.py HOW TO INSTALL TERMUX apt-get update apt-get upgrade pkg install git pkg install python pkg install python2 pkg install openssl pip install colorama git clone https://github.com/mishabzzz/PhoneSploit​ cd PhoneSploit ls pip2 install colorama cd git clone https://github.com/MasterDevX/Termux-ADB​ ls cd Termux-ADB ls chmod +x InstallTools.sh ls bash InstallTools.sh ls cd ls ...

How to install Metasploit in termux new method || Noob Hacker Github

Image
  ABOUT TOOL : M-wiz is a bash based script which is officially made for metasploit-framework users of termux from this tool in just one click you can install metasploit, repair it, update it, and backup up it and lot more. This tool works on both rooted Android device and Non-rooted Android device. AVAILABLE ON : Termux TESTED ON : Termux REQUIREMENTS : internet 600 MB external storage permission storage 1Gb 1gb ram FEATURES : [+] Install Metasploit ! [+] Updated maintainence ! [+] Easy for beginners ! [+] Repairt metasploit ! [+] FIxed ruby issue ! INSTALLATION [Termux] : apt-get update -y apt-get upgrade -y pkg install python -y pkg install python2 -y pkg install git -y pip install lolcat git clone https://github.com/noob-hackers/m-wiz cd $HOME ls cd m-wiz ls bash m-wiz.sh [+]-- Now you need internet connection to continue further process... [+]-- You can select any option by clicking on your keyboard [+]-- Note:- Don't delete any of the scripts included in core directory (folde...