You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,12 +17,12 @@ An Web browser is all we need to gather information besides using command line t
16
17
### ``Ping``
17
18
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.
18
19
19
-
> [!SCREENSHOTS]
20
+
> [!IMPORTANT]
20
21
> *_Below are some screenshots for ping command which answers the given questions in the room_*
21
22
22
23
* 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?
23
24
24
-
![[Screenshot from 2024-12-24 06-59-36 1.png]]
25
+

@@ -38,7 +39,9 @@ Traceroute is a network tool that shows the path data takes to travel from your
38
39
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**.
39
40
40
41
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
+

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