Friday, March 27, 2020

Customize your termux as you like

How to Customize Termux, Make Termux terminal look Awesome – ANCII, Color, Font, Sty
By
Slhackinggeek


“How to Customize Termux Make Termux terminal look Awesome – ANCII, Color, Font, Style

How to Customize Termux Make Termux terminal look Awesome – ANCII, Color, Font, 



How to Remove termux Welcome screen Text


Open Termux app and type-
  1. cd ..
  2. ls
  3. cd usr/etc
  4. ls
  5. rm -rf motd
  6. Open new terminal, and see the termux terminal is totally clear.

How to Insert ANCII txt in your termux terminal
Open new session in termux and type following command


  1. pkg install figlet
  2. pkg install nano
  3. again new session open & type -
  4. cd..
  5. ls
  6. cd usr
  7. ls
  8. cd etc
  9. ls
  10. nano bash.bashrc

type following command
  1. figlet -f standard darkwiki
after all process termux welcome scree look like awesome no other text

Make Termux terminal look Awesome Color, Font, Style


Requirements-  curl tool
type following command
  1. apt update
  2. apt upgrade
  3. clear
  4. apt install curl -
  5. sh -c "$(curl -fsSL https://github.com/Cabbagec/termux-ohmyzsh/raw/master/install.sh)"
wait for complete install and choose any option according to you.
for Example:
  1. type 0
  2. and restart termux app

If you need Change color scheme then type


~/.termux/colors.sh

If you need Change font then type


~/.termux/fonts.sh




If you have any problem... comment below

Tuesday, March 24, 2020

Social media hacking /phishing


today i will teach you how to do social media phishing with TERMUX


Install and use shellphish.


NOTE: This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility.  Misuse of the information in this website can result in criminal charges brought against the persons in question. The Authors and www.sinhalahackinggeek.blogspot.com will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law.

Requirements:
  • Termux from play store.
  • Mobile data / wifi connection

  1. Type ' pkg install git '.
  2. Now type ' got clone https://github.com/thelinuxchoice/shellphish.git '.
  3. Last step is just type ' cd shellphish' > ' bash shellphish.sh '.
  4. Now simply select the website which you want to use as your phishing site, then choose between ngrok or server.io and share it with the victim.
  5. You can also use url shortner to make it less suspicious, you can search on Google or you can use tinyURL.

Comment down if you have any issues. Have a great day.
#SOCIAL_MEDIA_HACKING
#INSTAGRAM_HACK
#SOCIAL_MEDIA PHISHING
#HACKING

Monday, March 23, 2020

Website vulnerability testing

ඔබේ website එකත් අවදානම් ද, ආරක්ෂාව මදි ද, 

Do website vulnerability scanning with TERMUX ANDROID APP

1.STEP
  
Download TERMUX app from google play store.

2.STEP

Open the application and wait till it get ready.

3.STEP

Copy following commands and paste them one by one.and press enter

Commands

$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
git clone https://github.com/TechnicalMujeeb/TM-scanner
cd TM-scanner
chmod +x *
sh install.sh
python2 tmscanner.py

These commands will install Tm scanner tool in termux..now choose the correct number


We hope you will follow all the commands. Now type the number according to your need, what you want to scan and type website like (example.com) then hit enter. TM-Scanner will give you mostly each and every basic information about your provided website.

INTRODUCTION

මේ තමයි සිංහලෙන්ම ඔයාලට හැකින් (hacking,cyber security) ගැන ඔයාලා දැනුවත් කරන තැන..මුලින්ම කියන්න ඕනේ මෙතන දාන හැමදෙයක්ම අධ්‍යාපනික අරමුණින් (educational purpose) පමණක් බවත්..මෙමගින් සිදුකරන ක්‍රියාවන් කිසිවක වගකීම මා විසින් භාර නොගන්නා බවත් මෙහි සදහන් කරනා ඉගෙනිම සදහා පමණක් භාවිතා කළ යුතු බවත්ය..

ඔන්න තේරෙන සිංහලෙන් දැම්මා
  
Here I'll be looking forward to teach you people cyber security issues, website vulnerability testing etc.. including hacking too.
What to be highlighted is that everything goes here .........., Is only for educational purpose..i do not take any responsibility over any damage done by someone using to
This knowledge

Disclaimer

Hacking Apps or any hacking related content are not promoted by us directly or indirectly for illegal purposes or misuse. The content of the post is only for educational purposes. We only want you guys to get aware of these concepts around the world, not for misusage.

Customize your termux as you like

How to Customize Termux, Make Termux terminal look Awesome – ANCII, Color, Font, Sty By Slhackinggeek “How to Customize ...