250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 머신러닝
- 보안
- dvwa
- SQL
- injection
- 디피헬먼
- Cross Site Scripting
- StoredXSS
- 알고리즘
- Database
- 공개키
- 인공지능
- RVA
- db
- 프로그래머스
- C언어
- RSA
- XSS
- ImageBase
- ReflectedXSS
- 파일구조
- SQL_Injection
- codeup
- 코드업
- 웹
- 심층학습
- dsa
- 기계학습
- 딥러닝
- 암호학
Archives
- Today
- Total
목록Layer7 (19)
Ye0ngJae
웹해킹 2차시 과제
let maxLen=120; function printBox(b,c){ b.title||(b.title=""); b.titleColor||(b.titleColor="\\x1b[33m"); b.boxColor||(b.boxColor=""); b.bgColor||(b.bgColor=""); b.fgColor||(b.fgColor=""); let header=`${b.bgColor}${b.boxColor}┎─\\x1b[0m`; header+=`${b.bgColor}${b.titleColor}${b.title}\\x1b[0m`; header+=`${b.bgColor}${b.boxColor}${"─".repeat(maxLen-size(b.title||""))}─┒\\x1b[0m`; console.log(heade..
Layer7
2022. 5. 8. 18:33