crunch 1 3 -o text.txt //text.txt파일명으로 1~3자리 영어가 무작위로 생성됨.
crunch 3 3 -t a@b -o text.txt // 첫글자가 a 마지막 글자가 b 가운데 글자만 무작위 생성.
'Web Security' 카테고리의 다른 글
CSRF(Cross Site Request Forgery) (0) | 2019.04.02 |
---|---|
brute force 공격 (0) | 2019.04.02 |
XSS(Cross Site Scripting) ,Session hijacking(BeEF) (0) | 2019.03.29 |
RFI(Remote File Inclusion) (0) | 2019.03.27 |
LFI(Local File Inclusion) (0) | 2019.03.26 |