본문 바로가기
  • Tried. Failed. Logged.
728x90

분류 전체보기720

윈도우 - 모니터 해상도 변경 명령어(QRes) / 원클릭으로 모니터 해상도 변경 QRes.exe라는 명령어 기반으로 모니터 해상도를 변경하는 프로그램을 다운로드하여 줍니다. QRes.exe 다운로드 https://www.softpedia.com/get/Multimedia/Video/Other-VIDEO-Tools/QRes.shtml 명령어 QRes.exe /x:1680 /y:1050 위의 명령어 형식을 사용하면 해상도를 변경할 수 있습니다. 모니터 해상도 확인하는 사이트 https://www.websiteplanet.com/ko/webtools/screenresolution/ 내 화면 해상도는 어떤가요? 무료 온라인 도구, 100%의 정확도 2022 해당 무료 온라인 도구를 사용하여 화면 해상도를 즉시 확인하세요. PC와 Mac 모니터를 호환합니다. 화면 해상도는 픽셀로 표시됩니다... 2022. 12. 12.
디자인 - 워터마크 제거 사이트(watermarkremover.io) https://www.watermarkremover.io/upload Remove Watermark - Upload Images to remove translucent watermarks - Watermarkremover.io The watermark remover tool allows you to remove watermarks from your images for free in just few seconds, no signup required. www.watermarkremover.io 2022. 12. 11.
셀레니움 - 크로미움 옛날 버전들 다운로드 https://vikyd.github.io/download-chromium-history-version/#/ Chromium History Versions Download ↓ vikyd.github.io 2022. 12. 7.
웹 보안 - 바인드 쉘, 리버스 쉘, 더블 리버스 쉘 바인드 셸은 타깃 디바이스에 설치된 셸의 일종이다. 공격 대상이 되는 호스트의 특정 포트에 바인딩돼 디바이스에 대해 수신 대기하며, 해커는 원격으로 이 웹셸에 액세스해 대상 호스트에서 스크립트를 실행하는 데 사용할 수 있다. 리버스 셸은 공격자가 보안 취약점을 이용해 호스트 컴퓨터에 원격으로 연결할 수 있도록 한 후, 공격자가 자산의 포트를 열면 호스트 컴퓨터가 공격자의 포트에 접속하는 방식이다. 그 이후 공격자는 피해자의 컴퓨터를 마음대로 조종할 수 있다. 더블 리버스 셸은 공격 대상이 되는 호스트가 해커로부터 공격을 받는 포트가 아닌 별도의 포트로 해커의 장치에 연결되는 것이다. 따라서 입력 트래픽 포트와 출력 트래픽 포트 등 서로 다른 두 개의 연결포트가 있다. 웹셸을 서버에 올리는 방법은 파일 업.. 2022. 12. 5.
MySQL - DBMS 계정 생성하기 외부에서 접속하기 주의 사항 실제 운영에서는 외부에서 DBMS에 접속하는 것을 매우 엄격하게 금하고 있으며 아래서 서술한 외부 접근 허용 기능들은 개인적인 목적(공부 혹은 토이 프로젝트)에서만 사용할 것을 권한다. 계정 생성 CREATE user '계정아이디'@'%' identified by '비밀번호'; localhost : 로컬 호스트에서 접속 % : 원격 호스트에서 접속(로컬 호스트를 포함하지 않음) 모든 권한(SELECT, INSERT, UPDATE, DELETE, CREATE, DROP 등) 부여 GRANT all privileges on *.* TO '계정아이디'@localhost; /etc/mysql/mysql.conf.d/mysqld.cnf 설정 파일 수정 sudo nano /etc/mysql/mysql.c.. 2022. 12. 5.
MySQL - 계정들 확인하는 명령어 SELECT Host,User,plugin,authentication_string FROM mysql.user; 2022. 12. 5.
안드로이드 - 앱을 복제 해주는 앱 클로너(App Cloner) 공식 사이트 https://appcloner.app/ App Cloner - Official Home Page appcloner.app 공식 사이트에서 받는 앱은 최대 1개까지 앱 클로닝을 지원하고 다양한 옵션들이 한정적이다. 프리미엄 크랙 버전 https://modyolo.com/app-cloner.html App Cloner v2.15.4 MOD APK (Premium Unlocked) App Cloner Mod APK is the only multi-account app that makes real clones that are completely independent and may be installed. modyolo.com 프리미엄 크랙 버전으로 앱 클로닝 리미트 제한 해제와 옵션들도 잠금 해제.. 2022. 12. 1.
셀레니움 - alert, confirm 완전 차단 확장 도구 https://chrome.google.com/webstore/detail/alert-control/ofjjanaennfbgpccfpbghnmblpdblbef Alert Control Control browser alert windows. Block by default or on specific websites. chrome.google.com 가끔 alert이 뜨면 셀레니움이 아예 조작이 안되는 경우가 있는데, 이 확장 도구를 설치해주면 alert이 아예 나오지 않는다. 2022. 11. 30.
셀레니움 - C#, 사용자의 기존 크롬 환경 조작하기 "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 var options = new ChromeOptions(); options.DebuggerAddress = "127.0.0.1:9222"; IWebDriver driver = new ChromeDriver(options); 출처: https://stackoverflow.com/questions/67560832/use-selenium-to-attach-to-a-manually-opened-browser Use Selenium to attach to a manually opened Browser I know, that such a question.. 2022. 11. 16.
윈도우 - openSSH(ssh) config 경로 C:\ProgramData\ssh 2022. 11. 16.
셀레니움 - 모바일 에뮬레이션 옵션 설정(ChromiumMobileEmulationDeviceSettings) private string ratio(String s) { string result = "360,640,3.0"; if (s.Contains("SM-N950N")) result = "1440,2960,3.5"; else if (s.Contains("SM-A920N")) result = "1440,2960,3.5"; else if (s.Contains("SM-A5035N")) result = "1440,2960,3.5"; else if (s.Contains("SM-G930N")) result = "1440,3040,3.5"; else if (s.Contains("SM-N960N")) result = "1080,2280,3.5"; else if (s.Contains("SM-A505N")) result = ".. 2022. 11. 15.
무료 사운드 제공 사이트[OrangeFreeSounds.com) https://orangefreesounds.com/ Orange Free Sounds Free Sound Effect Collection, Relaxing & Background Music, Loops. Orange Free Sounds - Listen, Download, Enjoy - We Make Sounds Orange! orangefreesounds.com 2022. 11. 9.
728x90