mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
add pm3iceman
This commit is contained in:
@@ -229,6 +229,20 @@ case ${TOOL} in
|
|||||||
/etc/udev/rules.d/77-mm-usb-device-blacklist.rules &&
|
/etc/udev/rules.d/77-mm-usb-device-blacklist.rules &&
|
||||||
udevadm control --reload-rules"
|
udevadm control --reload-rules"
|
||||||
;;
|
;;
|
||||||
|
pm3iceman)
|
||||||
|
install_pkgs git ca-certificates build-essential pkg-config \
|
||||||
|
libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev \
|
||||||
|
libbz2-dev libbluetooth-dev libpython3-dev libssl-dev
|
||||||
|
src="https://github.com/RfidResearchGroup/proxmark3.git"
|
||||||
|
git clone "${src}" "${DESTDIR}"
|
||||||
|
cd "${DESTDIR}"
|
||||||
|
make clean && make -sj2
|
||||||
|
check_sudo && sudo /bin/sh -c \
|
||||||
|
"cp -rf ./driver/77-pm3-usb-device-blacklist.rules \
|
||||||
|
/etc/udev/rules.d/77-pm3-usb-device-blacklist.rules &&
|
||||||
|
udevadm control --reload-rules"
|
||||||
|
add_bin_symlink pm3
|
||||||
|
;;
|
||||||
cyberchef)
|
cyberchef)
|
||||||
makedest
|
makedest
|
||||||
src=$(python3 -c 'from urllib import request; import json; print(filter(lambda x: x["name"]=="cyberchef.htm", json.load(request.urlopen("https://api.github.com/repos/gchq/CyberChef/releases/latest"))["assets"])[0]["browser_download_url"])')
|
src=$(python3 -c 'from urllib import request; import json; print(filter(lambda x: x["name"]=="cyberchef.htm", json.load(request.urlopen("https://api.github.com/repos/gchq/CyberChef/releases/latest"))["assets"])[0]["browser_download_url"])')
|
||||||
@@ -285,7 +299,7 @@ case ${TOOL} in
|
|||||||
exploitdb)
|
exploitdb)
|
||||||
if test -d "${DESTDIR}" ; then
|
if test -d "${DESTDIR}" ; then
|
||||||
echo "Already installed, updating instead..." >/dev/stderr
|
echo "Already installed, updating instead..." >/dev/stderr
|
||||||
"${DESTDIR}/searchsplit" -u
|
"${DESTDIR}/searchsploit" -u
|
||||||
else
|
else
|
||||||
git clone --depth 1 \
|
git clone --depth 1 \
|
||||||
https://github.com/offensive-security/exploitdb.git \
|
https://github.com/offensive-security/exploitdb.git \
|
||||||
|
|||||||
Reference in New Issue
Block a user