일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 앱바
- tabbar
- activity
- 앱
- textfield
- Button
- appbar
- drift
- 테스트
- data
- android
- 안드로이드
- livedata
- Dialog
- LifeCycle
- binding
- CustomScrollView
- 계측
- viewmodel
- textview
- Compose
- intent
- scroll
- ScrollView
- DART
- Flutter
- Navigation
- TEST
- Coroutines
- Kotlin
- Today
- Total
목록암호/프로그래밍 (10)
Study Record
☞ 공격할 암호화된 파일 생성 - /test/file1.txt.gpg # cd /test # cp /etc/hosts file1.txt # gpg -c file1.txt 암호 : soldesk1. ☞ 사전파일 생성 - /python/dict/dict.txt - https://laustudy.tistory.com/99 # mkdir -p /python/dict # chmod -R 777 /python # tree -C /python # cd /python/dict # cat dict.txt user01 user02 admin soldesk1. administration EOF ☞ 공격 프로그램 (shell) # vi /python/attack_gpg.sh (# chmod +x /python/attack_g..
☞ 공격할 암호화된 파일 생성 - /test/file1.txt.cpt # cd /test # cp /etc/hosts file1.txt # ccrpyt -e file1.txt 암호 : soldesk1. ☞ 사전파일 생성 - /python/dict/dict.txt - https://laustudy.tistory.com/99 # mkdir -p /python/dict # chmod -R 777 /python # tree -C /python # cd /python/dict # cat dict.txt user01 user02 admin soldesk1. administration EOF ☞ 공격 프로그램 (shell) # vi /python/attack_ccrpyt.sh (# chmod +x /python/at..