Posts

Hacking

Image
HACKING Android  Hacking  :      Hello, Guys Today I will Show You How To Hack Any Android Device With FatRat Tool.   * Warning * 1. It's for Education Purpose Only. 2. All Attacks Done With My Own device 3. Don't Use In Illegal Works. *Requirements* 1. Kali Linux Installed Pc  (You Can Run Also Live Mode) 2. Some Knowledge About Kali Linux (Not Higher Requirement Follow My Steps Only)  3. Android-based Any Device. 4. Some Patience. * Process* 1. Open Your Terminal And Type  git clone https://github.com/Screetsec/TheFatRat.git 2. Wait For 15 Minutes (It's Based On Your Internet Connection). Click Here For More Technical Stuff 3. Now Type cd FatRat Hit Enter, Then Type  chmod +x install.sh   And hit Enter. 4. Now For Run Setup Type   ./install.sh   And Hit Enter. 5. Wait For 30 Minutes For Installing Files. 6.If In Installing You Got Mingw Error Then Type Other Terminal And Type   apt-get install min

PYTHON

Image
PYTHON Python  Introduction : Python is a popular programming language. It was created by Guido van Rossum, and released in 1991. It is used for: web development (server-side), software development, mathematics, system scripting. What can Python do: Python can be used on a server to create web applications. Python can be used alongside software to create workflows. Python can connect to database systems. It can also read and modify files. Python can be used to handle big data and perform complex mathematics. Python can be used for rapid prototyping, or for production-ready software development. Python Basics: 1.Write a code in python     Input:Hello, World!     Output:Hello, World      print ( "Hello, World!" )       Output :Hello, World! 2.   Input : I LOVE My INDIA, LOVE MY Nation     Output: I LOVE My INDIA, LOVE MY Nation            print ( " I LOVE My INDIA, LOVE MY Nation " )           Output : I LOVE My IN