├── LICENSE ├── README.md ├── dekal.txt └── kalimux.sh /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 N17R0 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |

4 |

5 | 6 | 7 | 8 |

9 |

10 | 11 |

12 |

13 | 14 | 15 |

16 |

17 | 18 | 19 | 20 | 21 | 22 | 23 |

24 | 25 | ## ABOUT TOOL : 26 | 27 | Kalimux is a bash based script which automatically installs kali linux in termux without any issue and without root. This tool works on both rooted Android device and Non-rooted Android device. 28 | 29 |

30 |

31 | 32 | ## AVAILABLE ON : 33 | 34 | * Termux 35 | 36 | ### TESTED ON : 37 | 38 | * Termux 39 | 40 | ### REQUIREMENTS : 41 | * internet 42 | * 1GB storage 43 | * storage 400 MB 44 | * vnc vivewer app 45 | 46 | ## FEATURES : 47 | * [+] Stable and latest ! 48 | * [+] Gui in android ! 49 | * [+] Real time kali linux ! 50 | * [+] Easy for Beginners ! 51 | 52 | ## INSTALLATION [Termux] : 53 | 54 | * `apt-get update -y` 55 | * `apt-get upgrade -y` 56 | * `pkg install python -y` 57 | * `pkg install python2 -y` 58 | * `pkg install git -y` 59 | * `pip install lolcat` 60 | * `git clone https://github.com/noob-hackers/kalimux` 61 | * `cd $HOME` 62 | * `ls` 63 | * `cd kalimux` 64 | * `ls` 65 | * `sh kalimux.sh` 66 | ``` 67 | * So after installtion completes the text files will occur just copy it by long click on text 68 | ``` 69 | `./start-kali.sh` 70 | ``` 71 | Now linux has been installed succesfullly in termux without root. But wait if you like to use kali linus as GUI in your android device then you need to download a application called VNC viewer after downloading that. just start kali linux in termux and paste that copied text in that and wait for it to install complete linux os in termux. After installation completes just apply this command in kali 72 | ``` 73 | `vncserver-start` 74 | ``` 75 | Now the server starts on host 127.0.0.1:5901 76 | 77 | Now open VNC viewer and click on + icon and create host access 78 | 79 | Now the the gui of kali linux has been started in VNC viewer so start practising now...... 80 | 81 | Note:- Don't remove termux from background while using kali linux in VNC viwer beacuse the vnc host files are present in termux app so. 82 | 83 | [+]--Now you need internet connection to continue further process... 84 | 85 | [+]--You can select any option by clicking on your keyboard 86 | 87 | [+]--Note:- Don't delete any of the scripts included in core files 88 | 89 | [+]--new session and start TOR (tor) before starting the attack 90 | ``` 91 | ## USAGE OPTIONS [Termux] : 92 | 93 | __START__ : 94 | - From this option you can start installing kali linux in your android. 95 | 96 | ## SCREEN SHOTS [Termux] 97 | 98 |
99 |

100 | 101 | 102 |

103 | 104 | [![des](https://user-images.githubusercontent.com/49580304/96466915-3c2ea080-11df-11eb-8328-100ca165c12c.jpg)](https://rebrand.ly/rcentvideo) 105 | 106 | ## CONNECT WITH US : 107 | 108 | [![Messenger](https://img.shields.io/badge/Chat-Messenger-blue?style=for-the-badge&logo=messenger)](https://rebrand.ly/fbmsnger) 109 | 110 | [![Instagram](https://img.shields.io/badge/INSTAGRAM-FOLLOW-red?style=for-the-badge&logo=instagram)](https://rebrand.ly/insgrm) 111 | [![Instagram](https://img.shields.io/badge/WEBSITE-VISIT-yellow?style=for-the-badge&logo=blogger)](https://rebrand.ly/noobwebs) 112 | [![Instagram](https://img.shields.io/badge/LINKEDIN-CONNECT-red?style=for-the-badge&logo=linkedin)](https://rebrand.ly/linkedinprof) 113 | [![Instagram](https://img.shields.io/badge/FACEBOOK-LIKE-red?style=for-the-badge&logo=facebook)](https://rebrand.ly/fsbpage) 114 | [![Instagram](https://img.shields.io/badge/TELEGRAM-CHANNEL-red?style=for-the-badge&logo=telegram)](https://rebrand.ly/telegramchnl) 115 | [![Instagram](https://img.shields.io/badge/WHATSAPP-JOINGROUP-red?style=for-the-badge&logo=whatsapp)](https://rebrand.ly/hckrgroups) 116 | [![Instagram](https://img.shields.io/badge/DISCUSSION-FORUM-blue?style=for-the-badge&logo=forum)](https://rebrand.ly/nhforums) 117 | 118 | 119 | ## BUY ME A COFFEE : 120 | 121 |

122 | 123 |

124 | 125 | ## WARNING : 126 | ***This tool is only for educational purpose. If you use this tool for other purposes except education we will not be responsible in such cases.*** 127 | -------------------------------------------------------------------------------- /dekal.txt: -------------------------------------------------------------------------------- 1 | 2 | wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/DesktopEnvironment/Apt/Xfce4/de-apt-xfce4.sh && bash de-apt-xfce4.sh 3 | 4 | -------------------------------------------------------------------------------- /kalimux.sh: -------------------------------------------------------------------------------- 1 | #kalimux by N17R0 (noob hackers) 2 | 3 | #colours 4 | cyan='\033[1;36m' 5 | green='\033[1;32m' 6 | red='\033[1;31m' 7 | yellow='\033[1;33m' 8 | b='\033[1;34m' 9 | p='\033[1;35m' 10 | reset='\033[0m' 11 | echo " " 12 | echo " $red 13 | ██╗ ██╗ █████╗ ██╗ ██╗███╗ ███╗██╗ ██╗██╗ ██╗ 14 | ██║ ██╔╝██╔══██╗██║ ██║████╗ ████║██║ ██║╚██╗██╔╝ 15 | █████╔╝ ███████║██║ ██║██╔████╔██║██║ ██║ ╚███╔╝ 16 | ██╔═██╗ ██╔══██║██║ ██║██║╚██╔╝██║██║ ██║ ██╔██╗ 17 | ██║ ██╗██║ ██║███████╗██║██║ ╚═╝ ██║╚██████╔╝██╔╝ ██╗ 18 | ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ 19 | v 1.0 " 20 | 21 | echo "$yellow +~+~+~+~+~+~+~+~+~+~+~+~+~ " 22 | echo " " 23 | echo "$green <--[Coded by N17R0]-->" 24 | 25 | echo "$cyan ************************** " 26 | echo "$green <~~(YOUTUBE- Noob Hackers)~~>" 27 | echo " " 28 | echo "$yellow +~+~+~+~+~+~+~+~+~+~+~+~+~ " 29 | sleep 3.50 30 | echo " " 31 | echo $p 'Please Wait ===+['$b'./ '$p']\' 32 | sleep 0.4 33 | clear 34 | echo $p 'Please Wait ===+['$b'..\ '$p']|' 35 | sleep 0.4 36 | clear 37 | echo $p 'Please Wait ===+['$b'.../ '$p']/' 38 | sleep 0.4 39 | clear 40 | echo $p 'Please Wait ===+['$b'....\ '$p']\' 41 | sleep 0.4 42 | clear 43 | echo $p 'Please Wait ===+['$b'...../ '$p']|' 44 | sleep 0.4 45 | clear 46 | echo $p 'Please Wait ===+['$b'......./ '$p']/' 47 | sleep 0.5 48 | clear 49 | echo $p 'Please Wait ===+['$b'........\ '$p']|' 50 | sleep 0.5 51 | clear 52 | echo $p 'Please Wait ===+['$b'........../ '$p']\' 53 | sleep 0.5 54 | clear 55 | echo $p 'Please Wait ===+['$b'..........\ '$p']/' 56 | sleep 0.5 57 | clear 58 | echo $p 'Please Wait ===+['$b'............./ '$p']|' 59 | sleep 0.6 60 | clear 61 | echo $p 'Please Wait ===+['$b'..............\ '$p']/' 62 | sleep 0.6 63 | clear 64 | echo $p 'Please Wait ===+['$b'............./ '$p']\' 65 | sleep 0.6 66 | clear 67 | echo $p 'Please Wait ===+['$b'...............\ '$p']|' 68 | sleep 0.5 69 | clear 70 | echo $p 'Please Wait ===+['$b'................/ '$p']/' 71 | sleep 0.4 72 | clear 73 | echo $p 'Please Wait ===+['$b'.................\ '$p']\' 74 | sleep 0.4 75 | clear 76 | echo $p 'Please Wait ===+['$b'.................../ '$p']|' 77 | sleep 0.4 78 | clear 79 | 80 | echo "$yellow+++++++++++>$p[Please Wait]$yellow<+++++++++++" 81 | sleep 0.4 82 | echo " " 83 | cd $HOME 84 | 85 | apt-get update -y 86 | pkg install wget -y 87 | pkg install python -y 88 | pkg install python2 -y 89 | pkg install openssh -y 90 | pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Kali/kali.sh && bash kali.sh 91 | 92 | ls 93 | 94 | cd kalimux 95 | 96 | ls 97 | 98 | cp dekal.txt $HOME 99 | 100 | ls 101 | 102 | cd $HOME 103 | 104 | ls 105 | 106 | rm -rf kalimux 107 | 108 | ls 109 | 110 | echo "$p------->$yellow [copy below command] $p<--------" 111 | echo " " 112 | cat dekal.txt 113 | echo " " 114 | echo "$p------->$yellow [installation completed] $p<--------" 115 | echo " " 116 | sleep 50.10 117 | echo "$p------->$yellow [Kali Linux is starting wait...] $p<--------" 118 | echo " " 119 | sleep 4.30 120 | echo " " 121 | clear 122 | rm dekal.txt 123 | echo " " 124 | ./start-kali.sh 125 | --------------------------------------------------------------------------------