728x90 ์ ์ฒด ๊ธ720 ๋์งํธ ํฌ๋ ์ - USB ์ ์ ๊ธฐ๋ก ํ์ธ ์ฅ์น ๊ด๋ฆฌ์ ์ฅ์น ๊ด๋ฆฌ์ - ๋ณด๊ธฐ(V) - ์จ๊ฒจ์ง ์ฅ์น ํ์(W) ๋์คํฌ ๋๋ผ์ด๋ธ - ์ฐํด๋ฆญ ์์ฑ(R) - ์์ธํ - ๋ง์ง๋ง ์ ๊ฑฐ ๋ ์ง ๋ ์ง์คํธ๋ฆฌ HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\USBSTOR -ํ์ธ๊ฐ๋ฅ ์ ๋ณด : USB์ Unique Instance ๋ฐ USBSTOR์ Subkey๋ฅผ ๋ถ์ํ ๊ฒฝ์ฐ ์ด๋ฏธ ํด๋น ์์คํ ์์ ์ฌ์ฉํ๊ฑฐ๋ ์ฌ์ฉํ๋ USB ์ฅ์น๋ฅผ ํ์ธ HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\USB -ํ์ธ๊ฐ๋ฅ ์ ๋ณด : USBSTOR์์ ํ์ธํ USB์ Unique Instance๋ฅผ ์ฐพ์ผ๋ฉด USB์ ์ ์กฐ์ฌ ์์ด๋(VID)์ ์ ํID(PID) ํ์ธ ๊ฐ๋ฅ HKEY_LOCAL_MACHINE\SOFTWARE\Mi.. 2022. 9. 12. ํ์ด์ฌ - APScheduler ์ค์ผ์ค from apscheduler.schedulers.background import BackgroundScheduler scheduler = BackgroundScheduler(daemon=True, timezone='Asia/Seoul') scheduler.start() scheduler.add_job(custom_function, 'date', run_date="2022-09-12 10:10:00", args=[1, '2', [3]]) ์ฐธ๊ณ : https://mkwilson.tistory.com/215 Python APScheduler ์ค์ผ์ค ์ค์ python ์์ ์ค์ผ์ค์ ์ ์ฉํ ๋๋ ๋ณดํต ๋ฆฌ๋ ์ค์ cron ์ ์ฌ์ฉํ์๋ค ์ข๋ ํธํ ๋ฐฉ๋ฒ์ ์ฐพ๋์ค ํ์ด์ฌ๋ด์์ ์ค์ผ์ค์ ์ ์ด ํ ์ ์๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๊ฐ ์์๋ค.. 2022. 9. 12. ํ์ด์ฌ - APScheduler ์ค์ผ์ค ๋ชจ๋ if obj.zone == 'local': ์๋ฌ ํด๊ฒฐ ๋ฐฉ๋ฒ sched = BlockingScheduler(timezone='Asia/Seoul') sched.add_job(job,'interval', seconds=3, id='test',args=['hello?']) sched.start() BlockingScheduler(timezone='Asia/Seoul') timezone์ ํ๊ตญ์ผ๋ก ์ค์ ํด์ค๋ค. ์ถ์ฒ: https://ffoorreeuunn.tistory.com/466 [ Python ] ํ์ด์ฌ ์ค์ผ์ค๋ฌ ์์ฑํ๊ธฐ(APScheduler) - BlockingScheduler | ํ์ด์ฌ ๋ฐ๋ณต ์์ ์ํ ์๋ฒ ์์์ ํญ์ ๋์๊ฐ๋ ํ๋ก๊ทธ๋จ์ ๋ง๋๋ ์ค์ด๋ค. ํด๋น ํ๋ก๊ทธ๋จ์ด ํ์ ํ๋ก์ธ์ค๋ฅผ ๋ง๋ค์ด์ ๊ณ์ํด์ ์ด๋ค ๋์์ ์ํ ํ ๋ฐ์ดํฐ๋ฅผ ์ถ๋ ฅํ๊ณ ์๋ค. ์ด๋, wh.. 2022. 9. 12. ๋ฆฌ๋ ์ค - network manager์ dns ์๋ ๋ณ๊ฒฝ ๋นํ์ฑํ NetWorkManager ๋นํ์ฑํ sudo vim /etc/NetworkManager/NetworkManager.conf [NetworkManager.conf] [main] dns=none rc-manager=unmanaged DNS ์๋ฒ ์์ดํผ ์์ sudo nano /etc/resolv.conf [resolv.conf] nameserver 8.8.8.8 ์ถ์ฒ: https://askubuntu.com/questions/623940/network-manager-how-to-stop-nm-updating-etc-resolv-conf network manager: how to stop nm updating /etc/resolv.conf I do not want network manager to add DN.. 2022. 9. 9. MySQL - root ๊ณ์ ๋น๋ฐ๋ฒํธ ์ด๊ธฐํ ๋ช ๋ น์ด sudo mysql -uroot -p ์ฐ์ ์ํผ ์ ์ ๊ถํ์ผ๋ก root ๋ก๊ทธ์ธ ALTER USER 'root'@'localhost' IDENTIFIED BY 'NewPassword'; ์ถ์ฒ: https://phoenixnap.com/kb/how-to-reset-mysql-root-password-windows-linux How to Change MySQL Root Password in Linux or Windows Learn How to Reset or Change MySQL Root Password in Linux or Windows. Forget the root userpassword for your MySQL database? Get started with this easy tutorial!.. 2022. 9. 9. ์น ๋ณด์ - ์ทจ์ฝ์ ๊ด๋ จ ๊ฒ์ ์์ง(shodan.io, censys.io, criminalIP.io) https://www.shodan.io/dashboard shodan.io๋ ์ธํฐ๋ท์ ์ฐ๊ฒฐ๋ ๊ฐ์ข ๋๋ฐ์ด์ค๋ค์ ๊ฒ์ํ๋ IoT ๊ฒ์ ๋๊ตฌ์ด๋ค. ์ ๋ณด๋ฅผ ๊ฐ์ ธ์ฌ ๋ ์๋น์ค ์ค์ธ ํฌํธ์ ์ธ์ฆ์, ์๋น์ค ๋ฐฐ๋(FTB banner, SMTP banner, Telnet banner) ๋ฑ ๊ฐ์ ์ทจ์ฝ์ ์ด ๋๋ ์ ๋ณด๋ค์ ๊ฐ์ ธ์ค๊ธฐ๋ ํด์ ๋ฒ๊ทธ๋ฐ์ดํธ์ฉ์ผ๋ก ๋ง์ด ์ฌ์ฉํ๋ ๊ฒ์ ์์ง์ด๋ค. ์ผ๋จ์์ ์์ฒด์ ์ผ๋ก ์ทจ์ฝ์ ์ฌ๋ถ๋ฅผ ์๋ ค์ฃผ๋ ๊ธฐ๋ฅ์ ํฌํจํ๊ณ ์๋ค. * ๋ฌด๋ฃ ์ฌ์ฉ์๋ ๋ง์ ์ ์ฝ๋ค์ด ์๋ค(๊ฒ์์ ํ์ ์ ํ, API ์์ฒญ ์ ํ ๋ฑ). ๋ง์ฝ ๊ฐ์ ํ ๋ ์ด๋ฉ์ผ์ ์ฃผ์๊ฐ .edu, .ac.kr ๊ฐ์ ํ๊ต ๋๋ฉ์ธ์ ์ ์ฝ๋ค์ด ๋์จํด์ง๋ค. (https://help.shodan.io/the-basics/academic-upgrade ์ฐธ๊ณ ).. 2022. 9. 6. ๋คํฌ๋ท - ์ํธํํ ๊ฒฐ์ ์ต๋ช VPS ๋ชจ์ Njalla clear url: https://njal.la/ Njalla — Worlds most notorious privacy provider for domains, VPS' and VPNs. Bures (hello)! Considered the worlds most notorious "Privacy as a Service" provider for domains, VPS' and VPNs. njal.la onion url: https://njallalafimoej5i4eg7vlnqjvmb6zhdh27qxcatdn647jtwwwui3nad.onion/ SporeStack clear url: SporeStack.com SporeStack: VPS hosting for Monero, Bitcoin, an.. 2022. 9. 4. C# - .NET ๋์ปดํ์ผ๋ฌ ๋ฐ ์ด์ ๋ธ๋ฆฌ ๋ธ๋ผ์ฐ์ (dotPeek) https://www.jetbrains.com/ko-kr/decompiler/ dotPeek: JetBrains๊ฐ ๋ง๋ ๋ฌด๋ฃ .NET ๋์ปดํ์ผ๋ฌ ๋ฐ ์ด์ ๋ธ๋ฆฌ ๋ธ๋ผ์ฐ์ www.jetbrains.com 2022. 9. 4. ์ํธ - ์ฌ์ดํธ์์ ๋ค์ด ๋ฐ๋ ํ๋ก๊ทธ๋จ์ด ๋ณ์กฐ ๋๋์ง ํ์ธํ๊ธฐ(PGP Verify) ์ฌ์ ์ค๋น. gpg4win ์ค์น https://www.gpg4win.org/ Gpg4win - Secure email and file encryption with GnuPG for Windows Gpg4win - a secure solution... ... for file and email encryption. Gpg4win (GNU Privacy Guard for Windows) is Free Software and can be installed with just a few mouse clicks. Discover Gpg4win Learn what Gpg4win is and read more about the features of our sol www.gpg4win.org ์์. ๋ฒ ๋ผํฌ๋ฆฝํธ ํ์ผ ๊ฒ์ฆํ.. 2022. 9. 3. ์ํธ - ๋ฉ์์ง, ํ์ผ์ ์ํธํํ๋ ๋ณด์ ํต์ ๋๊ตฌ(GPG/PGP) GPG์ PGP ์ฐจ์ด PGP(Pretty Good Privacy)๋ RSA ๊ธฐ๋ฐ ์ด๋ฉ์ผ ์ํธํ ํ๋ก๊ทธ๋จ์ธ๋ฐ ์ด๋ฅผ ์คํ ์์ค๋ก ๊ตฌํํ๊ฒ GPG(Gnu Privacy Guard)์ด๋ค. ๋์ถฉ GPG๋ก ๋ด๊ฐ ์์ฑํ ๊ณต๊ฐ ํค๋ฅผ ์๋๋ฐฉ์๊ฒ ์ค์ ์๋๋ฐฉ์ ๊ณต๊ฐ ํค๋ก ์์ ์ ์ฐ๋ฝ์ฒ๋ ์ค์ํ ํ์ผ์ ์ํธํ์์ผ์ ์ํธํํ ์ํธ๋ฌธ์ ๋์๊ฒ ๋ค์ ์ ๋ฌํ๋ฉด ๋๋ง ๊ฐ์ง๊ณ ์๋ ๊ฐ์ธ ํค๋ก ์ํธ๋ฌธ์ ๋ณตํธํํ๋ ์๋ฆฌ gpg4usb https://www.gpg4usb.org/ gpg4usb - project : home Welcome to the gpg4usb project gpg4usb is a very easy to use and small portable editor to encrypt and decrypt any text-mes.. 2022. 9. 3. ๋คํฌ๋ท - .onion ์น ์ฃผ์ ๊ฒ์ ์์ง๋ค ๋ฉด์น ์ฃผ์ Ahmia https://ahmia.fi/ ์ด๋์ธ ์ฃผ์ TorDex http://tordexu73joywapk2txdr54jed4imqledpcvcuf75qsas2gwdgksvnyd.onion/ Ahmia http://juhanurmihxlp77nkq76byazcldy2hlmovfu2epvl5ankdibsot4csyd.onion/ Torch! http://torchdeedp3i2jigzjdmfpn5ttjhthh5wbmda2rr3jvqjg5p77c54dqd.onion OurRealm http://orealmvxooetglfeguv2vp65a3rig2baq2ljc7jxxs4hsqsrcemkxcad.onion/ 2022. 9. 3. ์ํธ - ํด๋ ์ํธํ ์ํํธ์จ์ด(๋ฒ ๋ผํฌ๋ฆฝํธ) ์ค์น https://www.veracrypt.fr/en/Downloads.html VeraCrypt - Free Open source disk encryption with strong security for the Paranoid www.veracrypt.fr ์ฌ์ฉ ๋ฐฉ๋ฒ https://www.veracrypt.fr/en/Beginner%27s%20Tutorial.html VeraCrypt - Free Open source disk encryption with strong security for the Paranoid Beginner's Tutorial How to Create and Use a VeraCrypt Container This chapter contains step-by-step instruc.. 2022. 9. 3. ์ด์ 1 ยทยทยท 33 34 35 36 37 38 39 ยทยทยท 60 ๋ค์ 728x90