kgretzky / pwndrop

Self-deployable file hosting service for red teamers, allowing to easily upload and share payloads over HTTP and WebDAV.

Home Page:https://breakdev.org/pwndrop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudo make install: Permission denied

MaxGietl opened this issue · comments

I was trying to install pwndrop on a Raspberry Pi 4B, and since there's no designated way to download it to this version, I was building from source. When running the command "sudo make install" this error was thrown:

stopping pwndrop
make: execvp: ./build/pwndrop: Permission denied
make: [Makefile:21: install] Error 127

`
All this is executed on the Desktop, so no external device

Similar issue, but error is maybe due to incompatible OS - armhf?
└─$ make install
*** stopping pwndrop
./build/pwndrop: 1: �e@נ@�: not found
./build/pwndrop: 1: �: not found
./build/pwndrop: 1: ELF: not found
./build/pwndrop: 2: Syntax error: word unexpected (expecting ")")
make: [Makefile:21: install] Error 2 (ignored)
*** installing and starting pwndrop
/bin/sh: 1: ./build/pwndrop: Exec format error
make: *** [Makefile:23: install] Error 126