swiftGuard
Anti-forensic macOS tray application designed to safeguard your system by monitoring USB ports.
파일 탐색기
최종 버전 다운로드 (.zip)- feature-requests.yml
- questions-and-answers.yml
- config.yml
- general-issue.yml
- black.yml
- codacy.yml
- pyre.yml
- pysa.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- PULL_REQUEST_TEMPLATE.md
- SECURITY.md
- SHA256SUM
- swiftGuard.dmg
- banner.psd
- banner_dark.png
- banner_light.png
- dmg-bg-macos@2x.png
- create-icns.sh
- dmg-icon-macos.icns
- dmg-icon-macos.png
- dmg-icon-macos.psd
- dmg-icon-macos@2x.icns
- create-icns.sh
- logo_alt.psd
- logo_macos.icns
- logo_macos.png
- logo_macos.psd
- screenshots.png
- screenshots.psd
- ref.txt
- social_preview.png
- social_preview_reduced.png
- dev.lennolium.swiftguard.plist
- RELEASE_KEY.asc
- SHA256SUMS
- SHA256SUMS.asc
- swiftguard.ini
- swiftguard.service
- checkmark.svg
- shield-check.svg
- shield-slash.svg
- shield-tamper.svg
- statusbar-macos@2x.png
- usb-connection.svg
- app.icns
- app.png
- cable.connector.svg
- checkmark.shield.fill.svg
- checkmark.svg
- exclamationmark.shield.fill.svg
- shield.slash.svg
- tray.png
- checkmark.svg
- shield-check.svg
- shield-slash.svg
- shield-tamper.svg
- statusbar-macos@2x.png
- usb-connection.svg
- ACKNOWLEDGMENTS
- logo-macos.icns
- logo-macos.png
- mail-template.html
- mail-template.txt
- resources.qrc
- resources_rc.py
- __init__.py
- autostart.py
- conf.py
- enc.py
- hash.py
- helpers.py
- listeners.py
- log.py
- notif.py
- upgrade.py
- workers.py
- __init__.py
- __main__.py
- app.py
- cli.py
- const.py
- __init__.py
- test_autostart.py
- test_conf.py
- __init__.py
- icon.png
- swiftguard.ini
- test_app.py
- test_cli.py
- test_file.txt
- .gitignore
- ACKNOWLEDGMENTS
- build-app-arm64.sh
- build-app.sh
- build-dmg.sh
- INSTALL.md
- LICENSE
- poetry.lock
- pyinstaller.spec
- pyproject.toml
- README.md
- requirements.txt
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Lennolium/swiftGuard
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd swiftGuard
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install poetry
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
python3 -m venv venv
파이썬 스크립트(또는 모듈)를 실행합니다.
pip install poetry
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
poetry install
pyproject.toml에 명시된 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
