
VirusTotal에 회원가입을 하면 일반 사용자가 사용할 수 있는 API key를 제공합니다. 받은 API Key를 사용해서 VirusTotal 웹페이지에 들어가지 않고 파일, URL 검사를 할 수 있습니다. https://developers.virustotal.com/v2.0/reference VirusTotal VirusTotal has built its own in-house file similarity clustering functionality. At present, this clustering works only on PE, PDF, DOC and RTF files and is based on a very simple structural feature hash. This hash can ve..
import datetime import os from shutil import copyfile, copystat s = datetime.datetime.now() dir_name = str(s).replace(' ','_') os.mkdir(dir_name) os.chdir(dir_name) for root, dirs, files in os.walk('/var/log'): for f in files: if 'log' in f: src = root + '/' + f copyfile(src, './' + f) copystat(src, './' + f) 리눅스 로그 파일을 자동으로 백업 해주는 코드입니다.
- Total
- Today
- Yesterday
- xcz.kr
- Reversing
- 풀이
- Level 04
- CodeEngn
- Level 06
- C#
- unity2d
- c++
- Basic RCE
- 안드로이드 멘토링
- pwnable
- reversing.kr
- Level 02
- Advance RCE
- Level 05
- 안드로이드
- hackerschool
- Programming
- 유니티
- HackingCamp
- Write-up
- ftz
- Level 01
- 멘토링
- wargame
- Unity
- Android
- Level 03
- 17th HackingCamp CTF
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |