728x90 ์ ์ฒด ๊ธ720 ์๋๋ก์ด๋ ์คํ๋์ค - ์ฑ ์์ด์ฝ ์จ๊ธฐ๊ธฐ/๋ณด์ด๊ธฐ [์จ๊ธฐ๊ธฐ] PackageManager p = getPackageManager(); ComponentName componentName = new ComponentName(this, com.apps.MainActivity.class); // activity which is first time open in manifiest file which is declare as p.setComponentEnabledSetting(componentName,PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP); [๋ณด์ด๊ธฐ] PackageManager p = getPackageManager(); ComponentName componentN.. 2021. 12. 19. ์๋๋ก์ด๋ ์คํ๋์ค - ๋ถํ ์ ์๋ ์คํ [AndroidManifest.xml] [StartActivityOnBootReceiver.java] package com.codinginflow.onbootreceiverexample; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; public class StartActivityOnBootReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAct.. 2021. 12. 19. ์๋๋ก์ด๋ ์คํ๋์ค - ๋ฐฑ๊ทธ๋ผ์ด๋ ์๋น์ค ์คํ ์ถ์ฒ: https://stackoverflow.com/questions/46716069/how-to-make-background-process-in-android-studio How To Make Background Process in Android Studio hi guys thank you for answering my question,i have made an android app in android studio i want to make funtion when i close the app the function start automatically in background is there any way ... stackoverflow.com [์กํฐ๋นํฐ] public class App extends .. 2021. 12. 19. ์๋ฐ - PassMaker (๋น๋ฐ๋ฒํธ ์ฌ์ ๋ง๋๋ ๋๊ตฌ) ์๋ฐ Swing์ ์ฐ์ตํ ๊ฒธ ๋ง๋ค์ด ๋ณด์๋ค. ์ง์์ด ๊ฐ๋ ๋จ์ด๋ฅผ ๋ฃ๊ณ ์ซ์ ๋ฒ์๋ฅผ ์ ํ ํ ๋ณํ์ ๋๋ฅด๋ฉด ๋น๋ฐ๋ฒํธ ์ฌ์ ์ด ๋ง๋ค์ด์ง๋ ๊ฐ๋จํ ์ ํธ๋ฆฌํฐ ๋๊ตฌ import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.util.ArrayList; import java.util.StringTokenizer; public class Main extends JFrame{ DefaultListModel input_passwords = new DefaultListModel(); JTextField inputArea = null; JTextField numberRange = null; JTextArea outList = null; boolea.. 2021. 12. 15. ๋คํธ์ํฌ ํดํน - Tor ProxyChains ๋ก์ปฌ ํ๋ก์ ์ค์ https://medium.com/cyberxerx/how-to-setup-proxychains-in-kali-linux-by-terminal-618e2039b663 How to Setup PROXYCHAINS in Kali-Linux by Terminal proxychains is open source software for Linux systems and comes pre-installed with Kali Linux, the tool redirects TCP connections through… medium.com [์ค์น ๋ฐ ์ค์ ] # tor ์ค์น sudo apt install tor # proxychains ์ค์ ํ์ผ ์์ ํ๊ธฐ sudo vim /etc/proxychains.conf or sudo .. 2021. 12. 15. ๋คํธ์ํฌ ํดํน - rdp ์ฌ์ ๊ณต๊ฒฉ ์ฌํ๊ทผ๋ฌด๊ฐ ์ฆ์์ง ์์ฆ RDP(Remote Desktop Protocol)๋ฅผ ์ฌ์ฉํ๋ ์ ์ ๋ค์ด ๊ฝค๋ ๋ง์์ก๋ค. ์ด๋ฐ ์๋์ ํ๋ฆ์ ๋ง์ถฐ์ RDP๋ฅผ ๊ณต๊ฒฉํ๋ ๋ค์ํ ๊ณต๊ฒฉ ๋๊ตฌ๋ค์ด ์๊ฒจ๋ฌ๋๋ฐ, ๊ทธ์ค ํ๋๊ฐ ์ฌ์ ๊ณต๊ฒฉ์ ๋์์ฃผ๋ Crowbar๊ฐ ์๋ค. ๋๊ตฌ๋ฅผ ์ฌ์ฉํ๊ธฐ ์ด์ ์ ๋ฆฌ๋ ์ค์ freerdp๊ฐ ์ค์น๋์ด์์ด์ผ ํจ sudo apt-get install -y nmap openvpn freerdp-x11 vncviewer [์ฌ์ฉ ๋ช ๋ น์ด] ./crowbar.py -b rdp -s 192.168.2.182/32 -u admin -c Aa123456 ./crowbar.py -b rdp -s 192.168.2.250/32 -u localuser -C ~/Desktop/passlist hydra๋ก๋ ๊ฐ๋ฅํ๋ค. [์ฌ์ฉ ๋ช .. 2021. 12. 14. ํด๋ผ์ฐ๋์ ๋ฌด๋ฃ๋ก ์์ค์ฝ๋ ๋ณด๊ดํ๊ธฐ(pastebin.com) https://pastebin.com/ Pastebin.com - #1 paste tool since 2002! Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time. pastebin.com 2021. 12. 13. ๋ชจ๋ฐ์ผ ํดํน - class ํ์ผ์ ๋์ปดํ์ผํ์ฌ java ํ์ผ ๋ง๋ค๊ธฐ ์ด์ ์ ์ ์ ๊ธ์ ์ด์ด์ https://janger.tistory.com/146 ๋ชจ๋ฐ์ผ ํดํน - DEX๋ฅผ jar๋ก ์ถ์ถํ์ฌ class ํ์ผ๋ค ํ์ธํ๊ธฐ DEX๋ฅผ ๊ตฌํ๊ธฐ ์ํด์๋ 7-zip์ ์ค์นํด์ APK๋ฅผ ์ถ์ถํด์ผ ํฉ๋๋ค. https://www.7-zip.org/download.html Download Download .7z Any / x86 / x64 LZMA SDK: (C, C++, C#, Java) www.7-zip.org ๊ทธ ๋ค์ dex ํ์ผ์.. janger.tistory.com ์ด๋ฒ์ class ํ์ผ๋ค์ ์ด์ฉํด java๋ฅผ ๋ง๋ค๊ณ ์ถ์ ๊ฒฝ์ฐ ์ฐ์ ์ 7-zip์ ์ด์ฉํด์ APK๋ฅผ ์์ถ ํด์ ํ๊ณ , dex2jar ๋๊ตฌ๋ก classes-dex2jar.jar๋ฅผ ์ถ์ถํด์ฃผ์๋๋ฐ ์ด๋ฒ์๋ ์ด classes-d.. 2021. 12. 11. ๋ชจ๋ฐ์ผ ํดํน - DEX๋ฅผ jar๋ก ์ถ์ถํ์ฌ class ํ์ผ๋ค ํ์ธํ๊ธฐ DEX๋ฅผ ๊ตฌํ๊ธฐ ์ํด์๋ 7-zip์ ์ค์นํด์ APK๋ฅผ ์ถ์ถํด์ผ ํฉ๋๋ค. https://www.7-zip.org/download.html Download Download .7z Any / x86 / x64 LZMA SDK: (C, C++, C#, Java) www.7-zip.org ๊ทธ ๋ค์ dex ํ์ผ์ jar๋ก ๋ณํ์์ผ์ฃผ๋ dex2 jar๋ฅผ ์ค์น๋ฐ์ต๋๋ค. https://github.com/pxb1988/dex2jar GitHub - pxb1988/dex2jar: Tools to work with android .dex and java .class files Tools to work with android .dex and java .class files - GitHub - pxb1988/dex2jar: .. 2021. 12. 11. ๋ชจ๋ฐ์ผ ํดํน - ์๋๋ก์ด๋ APK ์ถ์ถ ๋ฐ ๋ถ์ ์ฐ์ APP์ APK๋ก ์ถ์ถํ๋ ค๋ฉด ์ ์ฉ ์ฑ์ ์ค์นํด์ผ ํจ https://play.google.com/store/apps/details?id=com.ext.ui APK Extractor - Google Play ์ฑ ์ฌ๋ฌ๋ถ์ ๊ธฐ๊ธฐ์ ์ค์น๋ ์ฑ์ SD์นด๋๋ก ์ถ์ถํฉ๋๋ค. play.google.com ๊ทธ๋ฆฌ๊ณ APK๋ฅผ ์ธํจํค์ง ํด์ฃผ๋ ๋๊ตฌ์ธ apktool๋ฅผ ์ค์นํ๋ค. https://ibotpeaches.github.io/Apktool/ Apktool - A tool for reverse engineering 3rd party, closed, binary Android apps. A tool for reverse engineering 3rd party, closed, binary Android apps. It can.. 2021. 12. 11. ์น ํดํน - ์น ํจํท ์ ์ก ํ์ฅ ํ๋ก๊ทธ๋จ https://chrome.google.com/webstore/detail/talend-api-tester-free-ed/aejoelaoggembcahagimdiliamlcdmfm Talend API Tester - Free Edition Visually interact with REST, SOAP and HTTP APIs. chrome.google.com ์น ์๋ฒ API๋ฅผ ํ ์คํธํ ๋ ๋์์ด ๋๋ ํ์ฅ ํ๋ก๊ทธ๋จ์ ๋๋ค. ์ด์ ๊น์ง๋ POSTMAN์ ์ฃผ๋ก ์ฌ์ฉํ๋๋ฐ ์ด ๋ ์์ ๋ธ๋ผ์ฐ์ ์์ ์กฐ์์ด ๊ฐ๋ฅํ๋ฉฐ, ์ฌ์ง์ด ๋ธ๋ผ์ฐ์ ๊ฐ ๊ฐ์ง๊ณ ์๋ ์ฟ ํค ๊ฐ๋ ํจ๊ป ์ ๋ฌ์ด ๊ฐ๋ฅํฉ๋๋ค. ํ์ด์ง์ ๋ก๊ทธ์ธ์ด ํ์ํ ๊ฒฝ์ฐ์ ์์ฃผ ํธ๋ฆฌํฉ๋๋ค. ๊ทธ๋ฆฌ๊ณ ์์ฑํ ์์ฒญ ์ ๋ณด๋ค์ ๋ธ๋ผ์ฐ์ ์ ์ ์ฅ๋ ํ ์ ์์. ๋จ์ : ์ํฌ๋ฆฟ ๋ชจ๋์์ ์ฌ์ฉ.. 2021. 12. 9. ์น ํดํน - NoSQL Injection ์กฐ๊ฑด ํํ์ https://book.hacktricks.xyz/pentesting-web/nosql-injection NoSQL injection - HackTricks Brute-force login usernames and passwords from POST login book.hacktricks.xyz [$ne] : ๊ฐ์ง ์์ ๊ฒฝ์ฐ(not equals) [$regex] : ์ ๊ทํํ์ [$eq] : ๊ฐ๋ค(=) [$lt] : ์๋ค() [$lte] : ์๊ฑฐ๋ ๊ฐ๋ค() $regex๋ก ํจ์ค์๋ ๊ธธ์ด ์์๋ด๊ธฐ "password": {"$regex":".{1}"} => admin "password": {"$regex":".{2}"} => admin ... "password": {"$regex":".{5}"} => admin.. 2021. 12. 9. ์ด์ 1 ยทยทยท 47 48 49 50 51 52 53 ยทยทยท 60 ๋ค์ 728x90