Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find hidden directories and files from a website wfuzz

# Dirb
dirb https://192.168.1.101

# Gobuster - remove relevant responde codes (403 for example)
gobuster -u http://192.168.1.101 -w /usr/share/seclists/Discovery/Web_Content/common.txt -s '200,204,301,302,307,403,500' -e
Comment

find hidden directories and files from a website wfuzz

wfuzz -c -z file,/root/.ZAP/fuzzers/dirbuster/directory-list-2.3-big.txt --sc 200 http://pegasus.dev:8088/FUZZ.php
Comment

find hidden directories and files from a website wfuzz

# Gobuster - remove relevant responde codes (403 for example)
gobuster -u http://192.168.1.101 -w /usr/share/seclists/Discovery/Web_Content/common.txt -s '200,204,301,302,307,403,500' -e
Comment

PREVIOUS NEXT
Code Example
Shell :: where does redis store data 
Shell :: how to execute an sh file in linux 
Shell :: wifi driver 
Shell :: bash regex match space 
Shell :: git worktree prune 
Shell :: viewing ubuntu desktop from windows in the same network 
Shell :: delete resource group azure powershell 
Shell :: powershell show first few lines of command 
Shell :: jenkins install linux 
Shell :: knows the version of one application on ubuntu 
Shell :: linux command find program 
Shell :: aws cli cloudformation list stacks 
Shell :: powershell delete all files wit hextension 
Shell :: git rename working branch 
Shell :: linux split file by lines 
Shell :: git undo all changes 
Shell :: or push an existing repository from the command line 
Shell :: how to clear a file without deleting it linux 
Shell :: install dependencies npm 
Shell :: java.util.concurrent.ExecutionException: com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: INSTALL_FAILED_VERSION_DOWNGRADE: Package Verification Result 
Shell :: git list all remote branches created by me 
Shell :: brew Cannot install on Intel processor in ARM default prefix (/opt/homebrew)! 
Shell :: how to compress files in powershell 
Shell :: copy file from ssh to local windows 
Shell :: npm install react-navigation-stack 
Shell :: scp from server to my computer 
Shell :: jenkins download 
Shell :: linux kill ssh connection 
Shell :: docker remove 
Shell :: selinux 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =