Skip to content

Commit

Permalink
Confirm same Pycurl warning wfuzz (Kali rolling).
Browse files Browse the repository at this point in the history
  • Loading branch information
jelaiw committed Aug 8, 2023
1 parent ccb2873 commit fc66593
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions lab-artifacts/1/wfuzz.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,35 @@
Note Pycurl warning, may need to take a closer look at this sometime.

```sh
$ docker run --rm jelaiw/kali:0.8 wfuzz -L -z range,0-29 --sc 200 -f wfuzz.csv,csv http://reqres.in/api/users/FUZZ
$ wfuzz -L -z range,0-28 --sc 200 http://reqres.in/api/users/FUZZ
/usr/lib/python3/dist-packages/wfuzz/__init__.py:34: UserWarning:Pycurl is not compiled against Openssl. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information.
default
default
********************************************************
* Wfuzz 3.1.0 - The Web Fuzzer *
********************************************************
Target: http://reqres.in/api/users/FUZZ
Total requests: 30
Total requests: 29
=====================================================================
ID Response Lines Word Chars Payload
ID Response Lines Word Chars Payload
=====================================================================
000000003: 200 0 L 10 W 280 Ch "2"
000000009: 200 0 L 10 W 288 Ch "8"
000000008: 200 0 L 10 W 284 Ch "7"
000000006: 200 0 L 10 W 284 Ch "5"
000000005: 200 0 L 10 W 272 Ch "4"
000000002: 200 0 L 10 W 280 Ch "1"
000000004: 200 0 L 10 W 274 Ch "3"
000000010: 200 0 L 10 W 280 Ch "9"
000000007: 200 0 L 10 W 280 Ch "6"
000000012: 200 0 L 10 W 286 Ch "11"
000000011: 200 0 L 10 W 282 Ch "10"
000000013: 200 0 L 10 W 284 Ch "12"
000000003: 200 0 L 10 W 280 Ch "2"
000000007: 200 0 L 10 W 280 Ch "6"
000000006: 200 0 L 10 W 284 Ch "5"
000000002: 200 0 L 10 W 280 Ch "1"
000000012: 200 0 L 10 W 286 Ch "11"
000000013: 200 0 L 10 W 284 Ch "12"
000000009: 200 0 L 10 W 288 Ch "8"
000000011: 200 0 L 10 W 282 Ch "10"
000000008: 200 0 L 10 W 284 Ch "7"
000000004: 200 0 L 10 W 274 Ch "3"
000000010: 200 0 L 10 W 280 Ch "9"
000000005: 200 0 L 10 W 272 Ch "4"
Total time: 0
Processed Requests: 30
Filtered Requests: 18
Processed Requests: 29
Filtered Requests: 17
Requests/sec.: 0
```

0 comments on commit fc66593

Please sign in to comment.