bjorn-detector

(★ 153)

Bjorn Detector: One-Click SSH Access to Your Device in a radar style

오너의 다른 레포

Bjorn ★ 6,238

Bjorn은 2.13인치 e-Paper HAT이 탑재된 Raspberry Pi용 강력한 네트워크 스캐닝 및 공격 보안 도구입니다. 네트워크 타겟을 발견하고, 열린 포트, 노출된 서비스, 잠재적인 취약점을 식별합니다. Bjorn은 무차별 대입 공격(brute force), 파일 탈취, 호스트 좀비화를 수행할 수 있으며 커스텀 공격 스크립트를 지원합니다.

Python
Bjorn-Manager ★ 60

Bjorn Manager is a minimal UI that finds Bjorn devices (LAN/USB), autofills IPs, connects over SSH, runs the Bjorn installer, restarts the service, and shows basic status/logs. No terminal gymnastic just click and go.

HTML
Zombieland ★ 42

Zombieland is a command and control (C2) server designed to manage and communicate multiple client machines (referred to as "zombies"). Encrypted communication with clients, allowing for the execution of various commands, and persistence on Zombies. Communication between the server and Zombie is secured using symmetric encryption with Fernet.

HTML
obsidian-obsidget ★ 39

Obsidian plugin to create, manage, and reuse interactive widgets using HTML, CSS, and JavaScript.

TypeScript
P4wnP1-Infinition-Payloads ★ 33

Compilation of HID Scripts and Payloads for P4wnP1

JavaScript
EPD-Emulator ★ 31

EPD Emulator for simulating EPD (E-Paper Display) screens, useful for development and testing purposes. It supports both Tkinter and Flask for display rendering, and it can emulate color as well as monochrome displays.

Python

파일 탐색기

  • .bumpversion.cfg
  • .gitattributes
  • .gitignore
  • .pre-commit-config.yaml
  • .pylintrc
  • bjorn-detector.py
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • LICENSE
  • pyproject.toml
  • README.md
  • requirements.txt
  • SECURITY.md

# CDN으로 사용하기

jsDelivr

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

명령어 용어집

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

🔍

git clone

설명 보기 ▼

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

🔍

pip install

설명 보기 ▼

Install Python packages.

pip install {{package1 package2 ...}}

Install one or more packages:

pip install {{package1 package2 ...}} {{[-U|--upgrade]}}

Upgrade all specified packages to the latest version, installing any that are not already present:

pip install {{package}}=={{version}}

Install a specific version of a package:

🔍

python

설명 보기 ▼

Python 언어 인터프리터.
더 많은 정보: <https://docs.python.org/using/cmdline.html>.

python

REPL(대화형 셸) 시작:

python {{path/to/file.py}}

특정 Python 파일 실행:

python -i {{path/to/file.py}}

특정 Python 파일 실행 후 REPL 시작:

🔍

apt-get

설명 보기 ▼

Debian 및 Ubuntu 패키지 관리 도구.
`apt-cache`를 사용하여 패키지를 검색하세요.
Ubuntu 16.04 이후 버전에서는 대화형 사용 시 `apt` 사용을 권장합니다.
더 많은 정보: <https://manned.org/apt-get.8>.

sudo apt-get update

사용 가능한 패키지 및 버전 목록 업데이트 (다른 `apt-get` 명령어 실행 전에 권장됨):

sudo apt-get install {{package}}

패키지 설치 또는 최신 버전으로 업데이트:

sudo apt-get remove {{package}}

패키지 제거:

# 프로젝트 배지

// repository documentation