StealerGo

(★ 21)

Remote Access Trojan (RAT) to collect information, cause chaos and corruption using telegram.

파일 탐색기

  • .gitattributes
  • README.md

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

username

설명 보기 ▼

사용자를 관리.
설정 모드에서 사용.
더 많은 정보: <https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/security/s1/sec-s1-xe-3se-3850-cr-book/sec-s1-xe-3se-3850-cr-book_chapter_0110.html>.

username {{admin}} privilege 15 secret {{password}}

관리자 계정 생성:

🔍

freeze

설명 보기 ▼

코드 및 터미널 출력 이미지를 생성하는 도구.
지원 형식은 PNG, SVG, WebP입니다.
관련 항목: `silicon`.
더 많은 정보: <https://github.com/charmbracelet/freeze#flags>.

freeze {{path/to/file}}

파일 기반으로 코드 이미지 생성:

freeze {{path/to/file}} {{[-o|--output]}} {{path/to/output_image.png}}

출력 경로 지정:

freeze {{[-x|--execute]}} {{command}}

터미널 출력 이미지를 생성:

🔍

yes

설명 보기 ▼

무언가를 반복적으로 출력.
이 명령은 일반적으로 설치 명령(예: `apt-get`)의 모든 프롬프트에 'yes'로 응답하기 위해 사용됩니다.
더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/yes-invocation.html>.

yes

"y"를 반복적으로 출력:

yes {{value}}

"메시지"를 반복적으로 출력:

yes | sudo apt-get install {{program}}

`apt-get` 명령의 모든 프롬프트에 수락:

🔍

shutdown

설명 보기 ▼

시스템 종료 및 재부팅.
관련 항목: `poweroff`.
더 많은 정보: <https://manned.org/shutdown.8>.

shutdown -h now

즉시 전원 끄기 ([h]alt):

shutdown -h now

즉시 시스템 전원 끄기 (정지):

shutdown /s

현재 컴퓨터 종료:

// repository documentation