| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
- Mass SQL Injection
- docker
- Web Authentication
- GRE
- arp
- web server
- VPC
- NETSEC
- Router Firewall
- UTM
- Linux
- 보안 솔루션
- csrf
- VPN
- AWS
- wireshark
- Vlan
- WAF
- IDS
- Blind SQL Injection
- snmp
- Websec
- Web
- SQL
- Database Scheme
- sql injection
- HSRP
- stored procedure
- XSS
- DHCP
- Today
- Total
목록Web Authentication (3)
yuil :: SecOps
kalisecurity site 분석http://192.168.65.50ubuntucat /var/www/html/basic/index.phpcat /etc/apache2/mods-enabled/dir.conf kalihttp://192.168.65.50/basic/member/join.php ubuntucat /var/www/html/basic/member/join.php
win2kwebhack site 분석select * from member;[f5]select user_id, user_pw, name, email, homepage from member where user_id='nuno' and user_pw='dlaudtn'; 실행 코드")' response.write("password="+password) chkUser = false strSQL="select user_id, user_pw, name, email, homepage from member where user_id='"&id&"' and user_pw='"&password&"'" set Rs=DBconn.execute(strSQL) if not Rs.eof then chkUser = true if tri..
win2k Login ID : Password : 코드HTTP 헤더/값기능 및 의미Response.CacheControl = "no-cache"Cache-Control: no-cache가장 핵심적인 캐시 방지 헤더입니다. 브라우저와 모든 중간 캐시 서버(프록시)에게 이 페이지를 캐시하지 말고, 다음 요청 시 반드시 서버에 검증을 요청하도록 지시합니다.Response.AddHeader "Pragma", "no-cache"Pragma: no-cacheHTTP/1.0 이전 버전과의 호환성을 위해 사용되는 헤더입니다. HTTP/1.1 환경에서는 Cache-Control..