Skip to content

Commit 07541d5

Browse files
authored
Update 2020-08-29-everything-you-need-to-know-about-ffuf.markdown
1 parent 15a13bf commit 07541d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

_posts/2020-08-29-everything-you-need-to-know-about-ffuf.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
layout: post
33
title: "Everything you need to know about FFUF"
44
date: 2020-09-17 17:01:58 +1000
5-
categories: ctf writeup programming crikeycon
5+
categories: tools ffuf bounty
66
---
77

8-
98
# Table of Contents
109
- [Other Sources / Credit](#other-sources---credit)
1110
- [Before we start](#before-we-start)
@@ -269,7 +268,6 @@ Then you should instead either upgrade FFUF to the latest version, or use the `w
269268

270269
```
271270
ffuf -u https://W2.io/W1 -w ./wordlist.txt:W1 -w ./domains.txt:W2
272-
273271
```
274272

275273
More information can be found here: https://github.com/ffuf/ffuf/issues/290
@@ -312,7 +310,6 @@ ________________________________________________
312310
:: Threads : 40
313311
:: Matcher : Response status: 200,204,301,302,307,401,403
314312
________________________________________________
315-
316313
```
317314

318315
and the footer:
@@ -406,7 +403,6 @@ First connect to your remote VPS over SSH server using:
406403

407404
```
408405
ssh -R 8888:localhost:8080 user@remotevps
409-
410406
```
411407

412408
And then run FFUF with the following:

0 commit comments

Comments
 (0)