본문 바로가기
COMPUTER/HOW TO

Tool#1 Gobuster

by asdf12345 2021. 4. 29.

Gobuster란?

DIR ScanningSub domain Scanning BruteForce Tool

  •  Directory Scanning 
gobuster dir -u http://10.129.1.145 -w /usr/share/wordlists/dirb/common.txt

 

  • Sub domain Scanning
wget https://raw.githubusercontent.com/danTaler/WordLists/master/Subdomain.txt
sudo gobuster dns --domain www.google.com -w ./Subdomain.txt

+(-t 옵션을 이용하여 다수 쓰레드 이용 가능)

'COMPUTER > HOW TO' 카테고리의 다른 글

Homebrew 설치 with M1 chip  (0) 2022.11.20
How to compress and encrypt the file on Mac  (0) 2022.09.02
ERROR#1 enable-PSRemoting 에러 / Winrm 설정 에러  (1) 2022.06.01
Tool#2 DBever  (0) 2022.05.23
Centos 7 VMware 이용하여 설치  (0) 2020.08.08