chepy
Chepy is a python lib/cli equivalent of the awesome CyberChef tool.
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- tests_multi_os.yml
- __init__.py
- __init__.pyi
- bruteforce.py
- bruteforce.pyi
- characters.py
- characters.pyi
- combinatons.py
- combinatons.pyi
- crypto.py
- crypto.pyi
- misc.py
- misc.pyi
- __init__.py
- __init__.pyi
- cli.py
- cli.pyi
- colors.py
- colors.pyi
- constants.py
- constants.pyi
- helpers.py
- ls47.py
- rison.py
- __init__.py
- __init__.pyi
- aritmeticlogic.py
- aritmeticlogic.pyi
- codetidy.py
- codetidy.pyi
- compression.py
- compression.pyi
- dataformat.py
- dataformat.pyi
- datetimemodule.py
- datetimemodule.pyi
- encryptionencoding.py
- encryptionencoding.pyi
- exceptions.py
- exceptions.pyi
- extractors.py
- extractors.pyi
- hashing.py
- hashing.pyi
- language.py
- language.pyi
- links.py
- links.pyi
- networking.py
- networking.pyi
- other.py
- other.pyi
- publickey.py
- publickey.pyi
- search.py
- search.pyi
- utils.py
- utils.pyi
- __init__.py
- __init__.pyi
- __main__.py
- __version__.py
- __version__.pyi
- chepy_plugins
- config.py
- config.pyi
- core.py
- core.pyi
- cc_encoding.png
- clicolors.png
- ctf.gif
- hmac_hash.png
- plugin.gif
- aritmeticlogic.rst
- codetidy.rst
- compression.rst
- dataformat.rst
- datetimemodule.rst
- encryptionencoding.rst
- extractors.rst
- hashing.rst
- language.rst
- links.rst
- multimedia.rst
- networking.rst
- other.rst
- publickey.rst
- utils.rst
- chepy.md
- cli.md
- conf.py
- config.md
- core.md
- examples.md
- extras.rst
- faq.md
- index.md
- internal.rst
- make.bat
- Makefile
- modules.rst
- plugins.md
- pullrequest.md
- requirements.txt
- usage.md
- aztec.qr.png
- basic.qr.png
- elf
- encoding
- fake_secrets.txt
- ff.exe
- flags
- hello
- keyboard.pcap
- lsb.png
- msb.png
- pbuf
- pkcs12
- private.pem
- public.pem
- qr.png
- script.py
- test.db
- test.der
- test.html
- test.js
- test.json
- test.pcapng
- test.pem
- test.tar.gz
- test.xml
- test.zip
- vuln_code
- wordlist.txt
- __init__.py
- test_bruteforce.py
- test_characters.py
- test_combinations.py
- test_crypto_extras.py
- test_misc.py
- __init__.py
- test_aritmeticlogic.py
- test_cli.py
- test_codetidy.py
- test_compression.py
- test_conf.py
- test_core.py
- test_ctf.py
- test_dataformat.py
- test_datetime.py
- test_encryptionencoding.py
- test_extractors.py
- test_file_encoding.py
- test_hashing.py
- test_language.py
- test_links.py
- test_networking.py
- test_other.py
- test_publickey.py
- test_search.py
- test_utils.py
- _test_git.py
- test_additionalextractors.py
- test_binary.py
- test_extract_plugin.py
- test_forensics.py
- test_hash.py
- test_ml.py
- test_multimedia.py
- test_pcap.py
- test_protobuf.py
- test_qr.py
- test_sqlite.py
- test_useragent.py
- .coveragerc
- .dockerignore
- .gitignore
- .gitmodules
- .readthedocs.yml
- all_tests.sh
- cli.py
- Dockerfile
- LICENSE
- logo.png
- Makefile
- MANIFEST.in
- README.md
- requirements.txt
- setup.cfg
- setup.py
- TODO
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/securisec/chepy
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd chepy
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip3 install chepy
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip3 install chepy[extras]
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install .
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install pyinstaller
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Docker
쉬움사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker run --rm -ti -v $PWD:/data securisec/chepy "some string" [somefile, "another string"]
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Python
쉬움사전 준비물
pip3 install chepy
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip3 install chepy[extras]
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip3 install -e .
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
pip install .
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install pyinstaller
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
5. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
