inception
Inception is a physical memory manipulation and hacking tool exploiting PCI-based DMA. The tool can attack over FireWire, Thunderbolt, ExpressCard, PC Card and any other PCI/PCIe interfaces.
파일 탐색기
최종 버전 다운로드 (.zip)- codeql-analysis.yml
- __init__.py
- msfconsole.py
- msfrpc.py
- utils.py
- __init__.py
- pymsfconsole
- pymsfrpc
- __init__.py
- __init__.py
- file.py
- firewire.py
- slotscreamer.py
- __init__.py
- businfo.py
- dump.py
- implant.py
- test.py
- unload.py
- unlock.py
- inception.wav
- oui.txt
- rien.mp3
- block_api.asm
- alloc_page
- block_api
- block_exitfunk
- create_thread
- reg_add
- alloc_page.asm
- block_api.asm
- block_exitfunk.asm
- create_thread.asm
- reg_add.asm
- linux-mint-11-x86-0xbaf.bin
- linux-mint-11-x86-0xbaf.py
- linux-mint-12-x86-0xbaf.bin
- linux-mint-12-x86-0xbaf.py
- linux-mint-13-x64-0x3c8.bin
- linux-mint-13-x64-0x3c8.py
- linux-mint-13-x86-0xa7f.bin
- linux-mint-13-x86-0xa7f.py
- mac-os-x-10.6.8-x86-0x82f.bin
- mac-os-x-10.6.8-x86-0x82f.py
- mac-os-x-10.8.2-x64-0x334.bin
- mac-os-x-10.8.2-x64-0x334.py
- mac-os-x-10.9-x64-0x1e5.bin
- mac-os-x-10.9-x64-0x1e5.py
- SAMPLES.txt
- ubuntu-11.04-x86-0xbaf.bin
- ubuntu-11.04-x86-0xbaf.py
- ubuntu-11.10-x86-0xbaf.bin
- ubuntu-11.10-x86-0xbaf.py
- ubuntu-12.04-x64-0x3c8.bin
- ubuntu-12.04-x64-0x3c8.py
- ubuntu-12.04-x86-0xa7f.bin
- ubuntu-12.04-x86-0xa7f.py
- ubuntu-12.10-x86-0xb46.bin
- ubuntu-12.10-x86-0xb46.py
- ubuntu-13.04-x64-0x69b.bin
- ubuntu-13.04-x64-0x69b.py
- ubuntu-13.04-x86-0xcae.bin
- ubuntu-13.04-x86-0xcae.py
- ubuntu-13.10-x64-0x688.bin
- ubuntu-13.10-x64-0x688.py
- windows-7-enterprise-x64-sp0-0x2a1.bin
- windows-7-enterprise-x64-sp0-0x2a1.py
- windows-7-enterprise-x64-sp1-0x291.bin
- windows-7-enterprise-x64-sp1-0x291.py
- windows-7-enterprise-x64-sp1-0xe59.bin
- windows-7-enterprise-x64-sp1-0xe59.py
- windows-7-enterprise-x86-sp0-0x926.bin
- windows-7-enterprise-x86-sp0-0x926.py
- windows-7-enterprise-x86-sp1-0x312.bin
- windows-7-enterprise-x86-sp1-0x312.py
- windows-7-enterprise-x86-sp1-0x6aa.bin
- windows-7-enterprise-x86-sp1-0x6aa.py
- windows-8-enterprise-x64-sp0-0x208.bin
- windows-8-enterprise-x64-sp0-0x208.py
- windows-8-enterprise-x64-sp0-0xd78.bin
- windows-8-enterprise-x64-sp0-0xd78.py
- windows-8-enterprise-x86-sp0-0xde7.bin
- windows-8-enterprise-x86-sp0-0xde7.py
- windows-8-enterprise-x86-sp1-0xca0.bin
- windows-8-enterprise-x86-sp1-0xca0.py
- windows-vista-enterprise-x64-sp2-0x1a1.bin
- windows-vista-enterprise-x64-sp2-0x1a1.py
- windows-vista-enterprise-x86-sp2-0x74a.bin
- windows-vista-enterprise-x86-sp2-0x74a.py
- windows-xp-sp2-0x9b6.bin
- windows-xp-sp2-0x9b6.py
- windows-xp-sp3-0x862.bin
- windows-xp-sp3-0x862.py
- windows-xp-sp3-0x8aa.bin
- windows-xp-sp3-0x8aa.py
- test_dump.py
- test_firewire.py
- test_memory.py
- test_terminal.py
- test_unlock.py
- test_util.py
- __init__.py
- cfg.py
- exceptions.py
- memory.py
- sound.py
- terminal.py
- util.py
- gpl-3.0.txt
- lgpl-3.0.txt
- convert.py
- incept
- README.md
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/carmaa/inception
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd inception
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- APT (Debian/Ubuntu 계열) Debian/Ubuntu 계열 리눅스에 기본 내장된 패키지 매니저입니다.
- Homebrew macOS/Linux용 패키지 매니저입니다.
apt-get install git cmake g++ python3 python3-pip
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
brew install git cmake python3
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
