From 10020062abc04e116bb9285360d856e7ce0a5896 Mon Sep 17 00:00:00 2001 From: siriciryel <196374555+siriciryel@users.noreply.github.com> Date: Tue, 20 Jan 2026 12:36:10 -0500 Subject: [PATCH] Update Spidertrap.md Minor typo corrections --- IntroClassFiles/Tools/IntroClass/Spidertrap.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/IntroClassFiles/Tools/IntroClass/Spidertrap.md b/IntroClassFiles/Tools/IntroClass/Spidertrap.md index c6afa225..657e847d 100644 --- a/IntroClassFiles/Tools/IntroClass/Spidertrap.md +++ b/IntroClassFiles/Tools/IntroClass/Spidertrap.md @@ -40,11 +40,11 @@ First, let's get your Kali Linux systems IP address `ifconfig` -Next, let's cd to the propper directory: +Next, let's cd to the proper directory: `cd /opt/spidertrap` -Now, lets start it: +Now, let's start it: `/opt/spidertrap$` **`python3 spidertrap.py`** @@ -59,7 +59,7 @@ Now, lets start it: Then visit http://:8000 in a web browser. You should see a page containing randomly generated links. If -you click on a link it will take you to a page with more randomly +you click on a link, it will take you to a page with more randomly generated links. ![](Spidertrap_files/image001.png) ![](Spidertrap_files/image002.png) @@ -68,7 +68,7 @@ Example 2: Providing a List of Links ------------------------------------ -Start Spidertrap. This time give it a file to use to generate its links. +Start Spidertrap. This time, give it a file to use to generate its links. You may need to press ctrl+c to kill your existing spidertrap session. @@ -117,3 +117,4 @@ until either it or Spidertrap is killed. Type Ctrl-c to kill wget. [Return To Lab List](https://github.com/strandjs/IntroLabs/blob/master/IntroClassFiles/navigation.md) +