Forwarded from RL advertisements
😂Had a bad day? We're here to make it better. Here you'll get the worst of the worst jokes of all time, jokes so bad you'll die...well, not really.
https://t.me/joinchat/AAAAAEG0tDE7UFOstqDcLg
https://t.me/joinchat/AAAAAEG0tDE7UFOstqDcLg
DOWNLOAD THE BEST APP IN PROVIDING MAXBET TIPS 👇👇👇👇👇
RECOMMENDED BY WORLD FOOTBALL FEDERATION AND FIFA
https://play.google.com/store/apps/details?id=com.winma.zealmaxbets
For any assistance talk to our service help centre @captainclein or @mwikah
It's correspondence website. 👇👇👇
www.winmaxbets.com
RECOMMENDED BY WORLD FOOTBALL FEDERATION AND FIFA
https://play.google.com/store/apps/details?id=com.winma.zealmaxbets
For any assistance talk to our service help centre @captainclein or @mwikah
It's correspondence website. 👇👇👇
www.winmaxbets.com
Here's how an attacker can get your mobile phone number using Facebook, PayPal & G-Mail.
https://null-byte.wonderhowto.com/how-to/find-anyones-private-phone-number-using-facebook-0181071/
https://null-byte.wonderhowto.com/how-to/find-anyones-private-phone-number-using-facebook-0181071/
Forwarded from Telegram Geeks
Leaked WhitePaper - Telegram Open Network (TON).pdf
10.9 MB
Here is the leaked white paper of Telegram Open Network (TON)
#ton #blockchain #ico #gram
ℹ️ @geeksChannel
#ton #blockchain #ico #gram
ℹ️ @geeksChannel
Telegram Geeks
Leaked WhitePaper - Telegram Open Network (TON).pdf
Telegram's cryptowallet, and more leaks...
Iranian ISPs applied some restrictions on VPN networks.
if you can modify your client config file on PC, create a ssh tunnel on port 8080 (or whatever you want) and add the following lines at the end of your config file:
socks-proxy-retry
socks-proxy 127.0.0.1 8080
if you can modify your client config file on PC, create a ssh tunnel on port 8080 (or whatever you want) and add the following lines at the end of your config file:
socks-proxy-retry
socks-proxy 127.0.0.1 8080
Tech Byte™ pinned «Have a Telegram channel📢, group💬 or bot🤖 you want to get more followers👥 to? Or maybe it's your brand new YouTube channel, Instagram or Twitter fanpage? 👍I got you covered, I'll advertise your products on my Telegram platforms for a very affordable price…»
DiskDigger v1.18 Portable
Key included.
Undeletes and recovers lost files from your hard drive, memory cards, USB flash drives. Supports most types of media that your computer can read
Key included.
Undeletes and recovers lost files from your hard drive, memory cards, USB flash drives. Supports most types of media that your computer can read
Here's a nice example of a c++ code using
GNU GCC/Code::Blocks for parsing switch
parameters the proper way, meaning for
example, a user can change the order of
them, without the code messing up. By using
some logic, it connects the proper value to the
desired switches:
https://github.com/stephanvandekerkhof/cpp-
switch-parameter-parser-example
Have a nice Friday!
GNU GCC/Code::Blocks for parsing switch
parameters the proper way, meaning for
example, a user can change the order of
them, without the code messing up. By using
some logic, it connects the proper value to the
desired switches:
https://github.com/stephanvandekerkhof/cpp-
switch-parameter-parser-example
Have a nice Friday!
Tools You can Use to Hack on Android
Kali, the best hacking OS, is based on Linux, luckily for us, so is Android. With the Termux terminal emulator, you can install and use most tools and packages supported on Kali. I've picked out some of the best tools you can use to hack devices and systems on Android:
Prerequisite:
Before we start, you're gonna need some gear:
1. Assuming you've installed Termux, type and run the commands
Now that you're up-to-date, let's begin.
Kali, the best hacking OS, is based on Linux, luckily for us, so is Android. With the Termux terminal emulator, you can install and use most tools and packages supported on Kali. I've picked out some of the best tools you can use to hack devices and systems on Android:
Prerequisite:
Before we start, you're gonna need some gear:
1. Assuming you've installed Termux, type and run the commands
apt-get update followed by apt-get upgrade > This will update all packages installed on your device to the latest version.Now that you're up-to-date, let's begin.
Tech Byte™
Tools You can Use to Hack on Android Kali, the best hacking OS, is based on Linux, luckily for us, so is Android. With the Termux terminal emulator, you can install and use most tools and packages supported on Kali. I've picked out some of the best tools…
1. AhMyth Android RAT
The Remote Access Tool that can be used to remotely take complete control of another Android device.
Install it entering this command on the terminal:
This will only work if you already have the package "git" installed, if you don't, install it using
The Remote Access Tool that can be used to remotely take complete control of another Android device.
Install it entering this command on the terminal:
git clone https://github.com/AhMyth/AhMyth-Android-RAT.gitThis will only work if you already have the package "git" installed, if you don't, install it using
pkg install git or apt-get install git, then try again.
Tech Byte™
Tools You can Use to Hack on Android Kali, the best hacking OS, is based on Linux, luckily for us, so is Android. With the Termux terminal emulator, you can install and use most tools and packages supported on Kali. I've picked out some of the best tools…
2. Weeman
This tool can be used to create phishing (fake login) pages of websites. When you send the link to the fake page to your victim, and their enter their login credentials, their login and password will be sent to you.
Install "python" or "python2" first:
Now install weeman by cloning the github repository:
This tool can be used to create phishing (fake login) pages of websites. When you send the link to the fake page to your victim, and their enter their login credentials, their login and password will be sent to you.
Install "python" or "python2" first:
pkg install python or pkg install python2, you can use apt-get as well, it works just as good as pkgNow install weeman by cloning the github repository:
git clone https://github.com/evait-security/weeman
Tech Byte™
Tools You can Use to Hack on Android Kali, the best hacking OS, is based on Linux, luckily for us, so is Android. With the Termux terminal emulator, you can install and use most tools and packages supported on Kali. I've picked out some of the best tools…
3. Metasploit
Remember when we hacked Facebook using Kali, and we used metasploit? Well, it's the same here, except this has been ported to Android.
Installing metasploit is a bit trickier than most packages, it requires a whole new tutorial of itself, but we'll use the easy method, cloning the git repo, metasploit is a big archive so you need at least 4GB free space and a fast, stable internet connection:
• Clone the github repo >
• Get into the directory
• Give the required permissions for "install.sh"
• Install it
• After the installation, run metasploit
Remember when we hacked Facebook using Kali, and we used metasploit? Well, it's the same here, except this has been ported to Android.
Installing metasploit is a bit trickier than most packages, it requires a whole new tutorial of itself, but we'll use the easy method, cloning the git repo, metasploit is a big archive so you need at least 4GB free space and a fast, stable internet connection:
• Clone the github repo >
git clone https://github.com/verluchie/termux-metasploit• Get into the directory
cd termux-metasploit• Give the required permissions for "install.sh"
chmod 777 install.sh• Install it
sh install.sh• After the installation, run metasploit
msfconsole
Tech Byte™
Tools You can Use to Hack on Android Kali, the best hacking OS, is based on Linux, luckily for us, so is Android. With the Termux terminal emulator, you can install and use most tools and packages supported on Kali. I've picked out some of the best tools…
4. Hydra
This is a network login cracker and password bruteforcer. Supports multiple protocols and custom wordlists.
This is a network login cracker and password bruteforcer. Supports multiple protocols and custom wordlists.
pkg install hydra
Tech Byte™
Tools You can Use to Hack on Android Kali, the best hacking OS, is based on Linux, luckily for us, so is Android. With the Termux terminal emulator, you can install and use most tools and packages supported on Kali. I've picked out some of the best tools…
5. Nmap
Utility for network discovery and security auditing.
Utility for network discovery and security auditing.
pkg install nmapThese are my top 5 picks. There are others too, but these work best. I'll provide in-depth tutorials for each one of these tools soon.
Contact me in case you have questions or know a package that you think deserves to be on this list.
Contact me in case you have questions or know a package that you think deserves to be on this list.