EthicalHackingTools

(β˜… 12)

πŸ›‘οΈ HackerAI Framework (Project Sirra): A professional, modular security testing environment with automated orchestration, security sandboxing, and vulnerability assessment capabilities.

파일 탐색기

  • main.py
  • README.md
  • requirements.txt

# CDN으둜 μ‚¬μš©ν•˜κΈ°

jsDelivr

jsDelivrλŠ” 곡개 GitHub 리포지토리λ₯Ό 별도 μ„€μ • 없이 CDN으둜 μ¦‰μ‹œ μ„œλΉ™ν•©λ‹ˆλ‹€. 버전과 νŒŒμΌμ„ κ³ λ₯΄λ©΄ μ›ΉνŽ˜μ΄μ§€μ— λ°”λ‘œ 뢙일 수 μžˆλŠ” 링크와 μ˜ˆμ‹œ μ½”λ“œκ°€ λ§Œλ“€μ–΄μ§‘λ‹ˆλ‹€.

λͺ…λ Ήμ–΄ μš©μ–΄μ§‘

이 λ¬Έμ„œμ—μ„œ μ‚¬μš©λœ λͺ…λ Ήμ–΄λ₯Ό λͺ¨μ•„λ΄€μŠ΅λ‹ˆλ‹€. λ‚―μ„  λͺ…λ Ήμ–΄κ°€ μžˆλ‹€λ©΄ νŽΌμ³μ„œ ν™•μΈν•΄λ³΄μ„Έμš”.

πŸ”

pkg

μ„€λͺ… 보기 β–Ό

Termux용 νŒ¨ν‚€μ§€ 관리 μœ ν‹Έλ¦¬ν‹°.
더 λ§Žμ€ 정보: <https://wiki.termux.com/wiki/Package_Management>.

pkg {{[up|upgrade]}}

μ„€μΉ˜λ¨ λͺ¨λ“  νŒ¨ν‚€μ§€ μ—…κ·Έλ ˆμ΄λ“œ:

pkg install {{package}}

μƒˆ νŒ¨ν‚€μ§€ μ„€μΉ˜:

tldr pkg_add

νŒ¨ν‚€μ§€ μ„€μΉ˜/μ—…λ°μ΄νŠΈμ— λŒ€ν•œ μ„€λͺ…μ„œ 보기:

πŸ”

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 μ‹œμž‘:

# ν”„λ‘œμ νŠΈ λ°°μ§€

// repository documentation