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
- Level 05
- xcz.kr
- C#
- 멘토링
- reversing.kr
- 안드로이드 멘토링
- Level 06
- Level 02
- 안드로이드
- Level 01
- 풀이
- ftz
- wargame
- Basic RCE
- Reversing
- 유니티
- HackingCamp
- c++
- Write-up
- pwnable
- Advance RCE
- 17th HackingCamp CTF
- Android
- hackerschool
- Level 03
- unity2d
- Unity
- Programming
- Level 04
- CodeEngn
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |