Giter Site home page Giter Site logo

Joakim's Projects

kvackii icon kvackii

Config files for my GitHub profile.

tools icon tools

#!/bin/bash #002 :) #Mr.002 #Variables b="\033[1m" u="\033[4m" bl="\033[30m" r="\033[31m" g="\033[32m" bu="\033[34m" m="\033[35m" c="\033[36m" w="\033[37m" endc="\033[0m" enda="\033[0m" blue="\033[1;34m" cyan="\033[1;36m" red="\033[1;31m" figlet Mr.002 | lolcat echo "_____________________________________________________________" echo "Tools    : Kumpulan Tools Mr.002 $white                         " |lolcat echo "Creadby  : Mr.002(SATRIA RIZKY) $white                                      " |lolcat echo "Contact  : [email protected]   $white                             " |lolcat echo "_____________________________________________________________" ################################################### # CTRL + C ################################################### trap ctrl_c INT ctrl_c() { clear echo $red"[#]> (Ctrl + C ) Detected, Trying To Exit ... " echo $cyan"[#]> Thanks" sleep 1 echo "" echo $white"[#]> see you gayn :)" sleep 1 exit } lagi=1 while [ $lagi -lt 6 ]; do echo "" echo $b "1.  Nmap${enda}"; echo "============================" | lolcat echo $r "2.  Admin-finder${endc}"; echo "============================" | lolcat echo $g "3.  RED_HAWK${endc}"; echo "============================" | lolcat echo $c "4   Lazymux${endc}"; echo "============================" | lolcat echo $r "5.  Tools-X${endc}"; echo "============================" | lolcat echo $r "6.  Trojans${endc}"; echo "============================"| lolcat echo $r "7. Exit${endc}"; echo "" echo "╭─Mr.002" |lolcat read -p "╰─#" pil; # Nmap case $pil in 1) pkg install nmap echo "${y} {1} Masukkan Web${endc}:" read web nmap $web echo ;; # admin-finder 2) git clone  https://github.com/the-c0d3r/admin-finder.git echo -e "${y} cara menggunakan admin finder" echo -e "${y} cd admin-finder" echo -e "${y} python admin-finder.py" cd /data/data/com.termux/files/home/admin-finder/ python2 /data/data/com.termux/files/home/admin-finder/admin-finder.py echo ;; #RED_HAWK 3) git clone https://github.com/Tuhinshubhra/RED_HAWK echo -e "${y} Installer RED_HAWK..." echo -e "${y} cd RED_HAWK" echo -e "${y} php RED_HAWK.php" cd /data/data/com.termux/files/home/RED_HAWK/ php /data/data/com.termux/files/home/RED_HAWK/ RED_HAWK.php ;; #Lazymux 4) git clone https://github.com/Gameye98/Lazymux echo "${y} Installer Lazymux..." echo "${y} cd Lazymux" echo "${y} python lazymux.py" cd /data/data/com.termux/files/home/Lazymux/ python2 /data/data/com.termux/files/home/Lazymux/ lazymux.py ;; #Tools-X 5) git clone https://github.com/Rajkumrdusad/Tool-X echo "${y} Installer Tool-X..." echo "${y} cd Tool-X" echo "${y} sh install.aex" cd /data/data/com.termux/files/home/Tool-X bash /data/data/com.termux/files/home/Tool-X/sh install.aex ;; #Trojans 6) git clone https://github.com/R133F/Trojans echo "${y} Installer Trojans..." echo "${y} cd Trojans" echo "${y} python2 Trojans.py" cd /data/data/com.termux/files/home/Trojans python2 /data/data/com.termux/files/home/Trojans/Trojans.py ;; 7) echo "created by : M.002(zerotsu)" | lolcat exit ;; *) echo "SALAH NOMOR GOBLOK,SILAHKAN PILIH NOMOR YG ADA" esac done done

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.