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