Skip to content

Commit 6528459

Browse files
authored
feat: fix some spelling typos
1 parent 7ee96c2 commit 6528459

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/tryhackme/Active-Reconnaissance.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Active Reconnaissance
12
**Learn how to use simple tools such as traceroute, ping, telnet, and a web browser to gather information.**
23

34
![img](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)
@@ -16,12 +17,12 @@ An Web browser is all we need to gather information besides using command line t
1617
### ``Ping``
1718
The `ping` command checks if a device or website is reachable on a network by sending small data packets and measuring how long it takes for them to return. It’s like saying “Hello, are you there?” and waiting for a response.
1819

19-
> [!SCREENSHOTS]
20+
> [!IMPORTANT]
2021
> *_Below are some screenshots for ping command which answers the given questions in the room_*
2122
2223
* Deploy the VM for this task and using the AttackBox terminal, issue the command `ping -c 10 10.10.166.101`. How many ping replies did you get back?
2324

24-
![[Screenshot from 2024-12-24 06-59-36 1.png]]
25+
![Screenshot from 2024-12-24 06-59-36](https://github.com/user-attachments/assets/83303701-5a3b-49b7-a27e-35c43c99c642)
2526

2627
![img](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)
2728

@@ -38,7 +39,9 @@ Traceroute is a network tool that shows the path data takes to travel from your
3839
Telnet (teletype Network) is a network protocol that allows users to connect to and control remote computers over the internet or a local network, using a text-based command-line interface. It is mostly used for **testing** and **troubleshooting** but is **outdated** and insecure due to a lack of **encryption**.
3940

4041
Here is the screenshot for the answer in the room. I'm using ``nmap`` instead of ``telnet`` cuz it has some problem while using, the purpose is same :D
41-
![[Screenshot from 2024-12-24 07-38-29.png]]
42+
43+
![Screenshot from 2024-12-24 07-38-29](https://github.com/user-attachments/assets/f6b6e77e-721d-4857-bdbd-d47ab41e5bed)
44+
4245

4346
![img](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)
4447

@@ -61,7 +64,9 @@ Netcat (nc) is a versatile **command-line** networking tool used for reading, wr
6164
>* port numbers less than 1024 require root privileges to listen on.
6265
6366
IDk why ``nc`` netcat is not working..
64-
![[Pasted image 20241224074921.png]]
67+
68+
![Screenshot from 2024-12-24 07-48-30](https://github.com/user-attachments/assets/3bfc94e0-1796-49c7-bd3d-1dbc62055c80)
69+
6570
![img](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)
6671
### Putting It All Together
6772
In this room I have learned about active recon using different tools including ``netcat``, ``telnet``, ``traceroute``, ``ping`` and recon using ``web browser``. Here are some cheats from the room.

0 commit comments

Comments
 (0)