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
- 딥러닝
- XSS
- 파일구조
- C언어
- SQL
- 심층학습
- 보안
- 알고리즘
- codeup
- 머신러닝
- injection
- ReflectedXSS
- Cross Site Scripting
- 기계학습
- dvwa
- 인공지능
- SQL_Injection
- 디피헬먼
- dsa
- RSA
- 코드업
- RVA
- StoredXSS
- Database
- 프로그래머스
- ImageBase
- db
- 암호학
- 웹
- 공개키
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