Without a Break

[WebGoat] Bypass HTML Field Restrictions 본문

Web/Wargame

[WebGoat] Bypass HTML Field Restrictions

와븨 2024. 8. 26. 09:17

문제

 

6개의 필드에 invalid한 값을 넣는 문제

 


Submit 버튼을 눌러 인터셉트해보면 5개의 필드값만 뜬다.

 

 

개발자 도구로 뜨지 않은 필드값을 확인해보면 뜨지 않은 필드명이 disabledinput임을 알 수 있다.

 

 

6개의 필드값을 invalid한 값으로 바꿔주면 된다.

 

 

'Web > Wargame' 카테고리의 다른 글

[WebGoat] Malicious File Execution  (0) 2024.08.26
[WebGoat] Stored XSS Attacks  (0) 2024.08.26
[WebGoat] Spoof an Authentication Cookie  (0) 2024.08.26
[WebGoat] Command Injection  (0) 2024.08.26
[WebGoat] Blind String SQL Injection  (0) 2024.08.25