EthicalHackingTools
π‘οΈ HackerAI Framework (Project Sirra): A professional, modular security testing environment with automated orchestration, security sandboxing, and vulnerability assessment capabilities.
νμΌ νμκΈ°
- devcontainer.json
- passwords.txt
- settings.json
- settings.py
- __init__.py
- init.py
- orchestrator.py
- architecture.md
- scanner.py
- stress_tester.py
- __init__.py
- common.py
- init.py
- logger.py
- report_gen.py
- main.py
- README.md
- requirements.txt
# CDNμΌλ‘ μ¬μ©νκΈ°
jsDelivrjsDelivrλ κ³΅κ° GitHub 리ν¬μ§ν 리λ₯Ό λ³λ μ€μ μμ΄ CDNμΌλ‘ μ¦μ μλΉν©λλ€. λ²μ κ³Ό νμΌμ κ³ λ₯΄λ©΄ μΉνμ΄μ§μ λ°λ‘ λΆμΌ μ μλ λ§ν¬μ μμ μ½λκ° λ§λ€μ΄μ§λλ€.
λͺ λ Ήμ΄ μ©μ΄μ§
μ΄ λ¬Έμμμ μ¬μ©λ λͺ λ Ήμ΄λ₯Ό λͺ¨μλ΄€μ΅λλ€. λ―μ λͺ λ Ήμ΄κ° μλ€λ©΄ νΌμ³μ νμΈν΄λ³΄μΈμ.
pkg
μ€λͺ
보기 βΌ
pkg
Termuxμ© ν¨ν€μ§ κ΄λ¦¬ μ νΈλ¦¬ν°.
λ λ§μ μ 보: <https://wiki.termux.com/wiki/Package_Management>.
pkg {{[up|upgrade]}}
μ€μΉλ¨ λͺ¨λ ν¨ν€μ§ μ κ·Έλ μ΄λ:
pkg install {{package}}
μ ν¨ν€μ§ μ€μΉ:
tldr pkg_add
ν¨ν€μ§ μ€μΉ/μ λ°μ΄νΈμ λν μ€λͺ μ 보기:
git clone
μ€λͺ
보기 βΌ
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
μ€λͺ
보기 βΌ
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
Python μΈμ΄ μΈν°ν리ν°.
λ λ§μ μ 보: <https://docs.python.org/using/cmdline.html>.
python
REPL(λνν μ Έ) μμ:
python {{path/to/file.py}}
νΉμ Python νμΌ μ€ν:
python -i {{path/to/file.py}}
νΉμ Python νμΌ μ€ν ν REPL μμ:
# νλ‘μ νΈ λ°°μ§
-
License: MIT λ°λ‘κ°κΈ°
-
Python Version λ°λ‘κ°κΈ°
