Skip to content

Commit

Permalink
Merge pull request #15 from dreadnode/examples/fix-feroxbuster-archit…
Browse files Browse the repository at this point in the history
…ecture

fix: feroxb arch ref
  • Loading branch information
evilsocket authored Nov 7, 2024
2 parents 830ca17 + 2aabf0c commit 145f702
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cybersecurity/offensive/information-gathering/feroxbuster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ functions:
- https://target.tld

container:
platform: linux/arm64/v8
platform: linux/amd64
image: epi052/feroxbuster
args:
- --net=host
Expand All @@ -37,7 +37,7 @@ functions:
- http://127.0.0.1:8080 # burp default

container:
platform: linux/arm64/v8
platform: linux/amd64
image: epi052/feroxbuster
args:
- --net=host
Expand Down Expand Up @@ -67,7 +67,7 @@ functions:
- http://127.0.0.1:8080 # burp default

container:
platform: linux/arm64/v8
platform: linux/amd64
image: epi052/feroxbuster
args:
- --net=host
Expand Down Expand Up @@ -96,7 +96,7 @@ functions:
- http://127.0.0.1:8080 # burp default

container:
platform: linux/arm64/v8
platform: linux/amd64
image: epi052/feroxbuster
args:
- --net=host
Expand Down

0 comments on commit 145f702

Please sign in to comment.