-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNet Sec Challenge
42 lines (25 loc) · 1.05 KB
/
Net Sec Challenge
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Task 2 Challenge Questions
hint:nmap -sSvc -p- -vv 10.10.244.245
- What is the highest port number being open less than 10,000?
8080
- There is an open port outside the common 1000 ports; it is above 10,000. What is it?
10021
- How many TCP ports are open?
6
- What is the flag hidden in the HTTP server header?
THM{web_server_25352}
- What is the flag hidden in the SSH server header?
THM{946219583339}
- We have an FTP server listening on a nonstandard port. What is the version of the FTP server?
vsftpd 3.0.3
- We learned two usernames using social engineering: eddie and quinn. What is the flag hidden in one of these two account files and accessible via FTP?
hint: hydra -l quinn -P /usr/share/wordlists/rockyou.txt 10.10.244.245 -s 10021 ftp
ftp 10.10.244.245 10021
quinn:andrea
get ftp_flag.txt
THM{321452667098}
- Browsing to http://10.10.244.245:8080 displays a small challenge that will give you a flag once you solve it. What is the flag?
hint: use start attackbox
nmap -sN 10.10.244.245
THM{f7443f99}
https://tryhackme.com/room/netsecchallenge