Tech Byte
4.93K subscribers
254 photos
3 videos
87 files
192 links
Tech tricks, news, hacking tutorials and dark web guides.

Admin : @anonyguy
Download Telegram
World’s largest child porn site was run by
police for undercover op
Dark web is home to explicit and illegal
content including child pornography sites
which are often in the news once they get
busted. But then there are platforms run by
police or security agencies, for example,
notorious website Playpen which was run by
the FBI for an undercover operation.
However, now it turns out that Australian
police ran the world’s largest child porn site
called ‘Childs Play,’ between October 2016 and
September 2017 as part of its large-scale
undercover op to track and bust pedophiles.
The joint operation was conducted by
European, American and Canadian
authorities. In an interview with Norwegian
newspaper the head of Task Force Argos, Mr.
Jon Rouse said that:
“We don’t create these sites. We do not want
them to exist. When we do find them, we
infiltrate and get as high as possible in the
networks administrative structure to destroy
it. But we will never create a forum for child
sex offenders.”
Forwarded from RL channels
​​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 and make sure you reach that target you set. Gather loads of views, visits, likes, follows or subs depending on your advert.

💰I accept payments via PayPal, Bitcoin, Etherium or M-Pesa💵

Simply contact me on Telegram or on any of my social media handles for pricing and advertising.

Special NEW YEAR deal for regular clients: Get upto 25% off an advertising package!!

- @romL3N #RLad
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
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
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/
Can anyone lend me a Bitcoin? If not, does anyone wanna buy my kidney? I'm O-
😁

Those crazy specs on the iMac Pro
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
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
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
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!
Termux: The best Terminal emulator for Android. It supports additional of external packages, commands and tools. I'll tutor you on how you can use it to hack. But first, install it. (Android 5.0+)
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 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:
git clone https://github.com/AhMyth/AhMyth-Android-RAT.git

This 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: pkg install python or pkg install python2, you can use apt-get as well, it works just as good as pkg

Now 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 > 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