Web useful commands

{: .no_toc }

Table of contents

{: .no_toc .text-delta }

  1. TOC

    {:toc}

Quick References

Fuzzing

dirb http://10.10.10.56 /usr/share/wordlists/dirb/big.txt -x /usr/share/wordlists/dirb/extensions_common.txt
dirb http://10.0.0.10 -X .htm,.html,.php
wfuzz -c -z file,/usr/share/wfuzz/wordlist/Injections/All_attack.txt http://10.0.0.10/test.php?file=FUZZ

Create wordlist

cewl –w /root/Desktop/words.txt –m 6  https://example.com

WAF detection

wafw00f http://192.168.56.102

Upload Files

General Exploitation

LFI

Simple RFI

Base64 encoded RFI

Mini shell

Base64 + URL encoded mini shell

RCE with LFI and SSH log poisoning

From

PHP shell WAF escape

Urlencode and rot13 encode

Use

Insecure Methods

Methods Testing

TRACE

PUT

References

Last updated

Was this helpful?