• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

Instructions for solving problems on Shodan.io on Tryhackme

AnonyViet by AnonyViet
January 28, 2023
in Security
0

Tryhackme is a popular hacker training website in recent times. Tryhackme has tons of hacker training courses, not free of course. The price is quite steep at 10$/month. Tryhackme also has a lot of rooms that train in specific areas. One of those Rooms is Shodan.io. So in order for the ad to have the budget to buy the course, just work hard on surfing the web and click ads.

Join the channel Telegram of the AnonyViet 👉 Link 👈

Admin: Another advertisement?

Me: Advertise for web admin.

Admin: Well then, keep going.

Through the following article will help you take the test and practice to better understand how to use Shodan.io site

Link Room Shodan.io

Your task in this Room is very simple. Just read and answer the questions to complete the tasks.

Task 1: Introducing Shodan

Shodan.io is the search engine for anything on the Internet. With shodan.io you can publicly search and access cameras and Pi-holes or even a coffee machine, a lightbulb, and so on and so forth.

Before learning about Shodan.io, one must learn IP and ASN what was before.

IP (Internet Protocol) means network protocol address. Your computer has an IP just like your house has a house number and street name. Hardware devices in the network that want to connect and communicate with each other must have an IP address.

Tryhackme’s IP is 142.93.194.248

Autonomous system number (ASN) is the global identifier of a series of IP addresses. If you are a very very large company like Google, you will probably have your own ASN for all the IP addresses you own.

You can use ultratools to look up ASN by IP. I will get Google’s ASN, please pay attention to use Owner, get the ASN of which only shows Google.

Shodan.io reading guide on Tryhackme 5

Notice the upper left corner. That black number is the ASN. Now we know that Google’s ASN is AS15169.

Now we pass shodan.io, Remember to register first to be able to search. In the search box, we type ASN:[điền ASN ta muốn tìm kiếm].

Shodan.io reading guide on Tryhackme 6

It will give us all the results it finds. Imagine, you find the ASN code of a webcam company. Then we do a search on shodan and we’ll find out where all of their webcams are and much more fun, hehe.

Task 2: Getting Started

I will not answer the questions in the task. I want you guys to find the answer on your own.

Verses 1 and 2 you can get in ultratools.

Instructions for solving problems on Shodan.io on Tryhackme 7

Verses 3 to 6 are all in the shodan.

Task 3: Filters

In the Shodan home page, you can tap “explorer” to see the most searched results. One of those results is the webcam.

Note: It is legal to view some publicly accessible webcams. It’s illegal to try to hack into a webcam with a password. Depending on the country in which you access the webcam, there are different laws. You probably don’t want a second actress.

One of the most voted searches is the database search MYSQL.

Shodan also has a MySQL-specific filter: product:MySQL

Now you can use 2 filters at the same time, ASN and MySQL.

asn:AS14061 product:MySQL

That ASN belongs to Tryhackme. Which Tryhackme’s server is DigitalOcean’s.

Shodan has a lot of powerful filters. My favorite filter is filter vuln, This filter allows you to search for vulnerable IP addresses.

Let’s say I want to find an IP address that is vulnerable to attacks like Eternal Blue:

vuln:ms17-010

However, this filter is only allowed to be used by business users, to prevent users of this filter from breaking.

Here are some filters you can use on Shodan:

  • City
  • Country
  • Geo (coordinates)
  • Hostname
  • net (based on IP/CIDR)
  • os (find the operating system)
  • port
  • before/after (timeline)

Task 4: Google & Filters

What is the top operating system for MySQL servers in Google’s ASN?
Search: ASN:AS15169 product:MySQL

3rd most popular country for MySQL servers?
Search: Same as above

What is the most popular protocol of nginx?
Search: ASN:AS15169 product:nginx

Most popular city?
Search: ASN:AS15169 country:”US”

Google ASN’s most popular OS in Oaland?
Search: ASN:AS15169 country:”US” city:”oakland”
Is it because Tryhackme hasn’t updated yet? The answer is probably

Windows Server 2008 but Tryhackme received Windows Server 2012.

Using keyword Webcam from explorer, Google has Webcam or not?
Search: ASN:AS15169 webcam
This question has not been updated yet. It should have been, but the answer is now (no).

I searched too much now shodan has run out of search, hihi.

Task 5: Exploring the Shodan API

Shodan.io has an API. If you want to explore Shodan’s API, read posts on how to use the API to hack Pi-Holes.

The API allows you to programmatically search Shodan and get back a list of IP addresses

The article achieved: 5/5 – (100 votes)

Tags: InstructionsproblemsShodan.iosolvingTryhackme
Previous Post

New features of the newly released Chrome 90

Next Post

7 hidden Google tools you didn’t know

AnonyViet

AnonyViet

Related Posts

How to implement Shellcode Injection attack technique with Autoit
Security

How to implement Shellcode Injection attack technique with Autoit

March 14, 2025
How to exploit the holy hole of Hijacking on Windows
Security

How to exploit the holy hole of Hijacking on Windows

March 8, 2025
Hamamal: Shellcode execution technique from afar to overcome Antivirus's discovery
Security

Hamamal: Shellcode execution technique from afar to overcome Antivirus's discovery

February 10, 2025
Snov.io Email Finder: Search emails with only company name/domain name/LinkedIn profile
Security

Snov.io Email Finder: Search emails with only company name/domain name/LinkedIn profile

December 14, 2024
Capsolver: Automatic solution solution for business
Security

Capsolver: Automatic solution solution for business

December 12, 2024
Seekr: Collect & manage OSINT data
Security

Seekr: Collect & manage OSINT data

November 22, 2024
Next Post
7 hidden Google tools you didn’t know

7 hidden Google tools you didn't know

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

Top 5 game programming languages ​​to learn now

Top 5 game programming languages ​​to learn now

June 8, 2025
The iPhone list is updated with iOS 26

The iPhone list is updated with iOS 26

June 8, 2025
Discover the glowing effect next to the iPhone ios 18 screen

Discover the glowing effect next to the iPhone ios 18 screen

June 8, 2025
[Godot Shooter] #2: Creating characters & shooting bullets

[Godot Shooter] #2: Creating characters & shooting bullets

June 7, 2025
Top 5 game programming languages ​​to learn now

Top 5 game programming languages ​​to learn now

June 8, 2025
The iPhone list is updated with iOS 26

The iPhone list is updated with iOS 26

June 8, 2025
Discover the glowing effect next to the iPhone ios 18 screen

Discover the glowing effect next to the iPhone ios 18 screen

June 8, 2025
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

Top 5 game programming languages ​​to learn now

Top 5 game programming languages ​​to learn now

June 8, 2025
The iPhone list is updated with iOS 26

The iPhone list is updated with iOS 26

June 8, 2025
  • Home
  • Home 2
  • Home 3
  • Home 4
  • Home 5
  • Home 6
  • Next Dest Page
  • Sample Page

©2024 AnonyVietFor Knowledge kqxs hôm nay xem phim miễn phí SHBET https://kubet88.yoga/ bj88

No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

©2024 AnonyVietFor Knowledge kqxs hôm nay xem phim miễn phí SHBET https://kubet88.yoga/ bj88

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply