https://github.com/nchgroup/intruder-deployer
Adversaries may introduce computer accessories, networking hardware, or other computing devices into a system or network that can be used as a vector to gain access - Mitre
https://github.com/nchgroup/intruder-deployer
backdoor orangepi raspberry-pi raspberrypi redteam
Last synced: 6 months ago
JSON representation
Adversaries may introduce computer accessories, networking hardware, or other computing devices into a system or network that can be used as a vector to gain access - Mitre
- Host: GitHub
- URL: https://github.com/nchgroup/intruder-deployer
- Owner: nchgroup
- License: mit
- Created: 2022-08-04T21:16:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T17:23:05.000Z (over 1 year ago)
- Last Synced: 2025-04-05T21:33:53.555Z (10 months ago)
- Topics: backdoor, orangepi, raspberry-pi, raspberrypi, redteam
- Language: Shell
- Homepage:
- Size: 179 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# intruder-deployer
Adversaries may introduce computer accessories, networking hardware, or other computing devices into a system or network that can be used as a vector to gain access - Mitre
## Getting started
```bash
git clone https://github.com/nchgroup/intruder-deployer.git
cd intruder-deployer
bash installer.sh
# add pub key in your vps
# edit config.sh with your vps configs
bash config.sh
# done
```
## Tools installed
* firewalld
* nmap
* autossh
* nbtscan
* prips
* python3-pip
* python3-dev
* tcpdump
* macchanger
* ettercap
* arp-scan
* netdiscover
* traceroute
* tshark
* wipe
* libpcap-dev
* sslh
* proxychains4
* scapy
* Responder
* crackmapexec
* Golang
* simplehttpserver
* chisel
* bettercap
# Tested on root user only
* Nanopi Neo 512MB: https://redirect.armbian.com/nanopineo/Jammy_current
* Orange pi Zero2 1GB (Ubuntu 22.04): http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-Zero-2.html
# Hardware Info
* Nanopi Neo: https://www.friendlyelec.com/index.php?route=product/product&path=69&product_id=132
* Orange pi Zero2: http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-Zero-2.html
# Reference
* Hardware Backdoor (ES):
* https://vay3t.medium.com/red-team-caso-de-uso-de-un-backdoor-f%C3%ADsico-e1a6254ce29a
* https://vay3t.medium.com/red-team-caso-de-uso-de-un-backdoor-f%C3%ADsico-parte-2-498066cfa411
* Hardware Additions: https://attack.mitre.org/techniques/T1200/
# Authors
* Gonzalo Villegas - https://twitter.com/pwner666 - https://gitlab.com/gvillegas
* Vay3t - https://twitter.com/vay3t - https://gitlab.com/vay3t