i-am-shodan / USBArmyKnife

USB Army Knife – the ultimate close access tool for penetration testers and red teamers.
MIT License
465 stars 41 forks source link

Can't install it on the stick #14

Closed Daniel-Ventura81 closed 1 month ago

Daniel-Ventura81 commented 1 month ago

Hy,

i've tried several times, did all the stuff that is described here but always got stuck on some error with espmarauder. Is there any other way to deploy the lilygo (with display) stick?

big thx for your help in advance!

i-am-shodan commented 1 month ago

Perhaps you could elaborate on 'some error with espmarauder'

i-am-shodan commented 1 month ago

image

You seeing these files?

Daniel-Ventura81 commented 1 month ago

thx for your reply! i have the ESP32Marauder folder but there is nothing in it. downloaded all that git stuff new but still nothing in it.

Daniel-Ventura81 commented 1 month ago

worked now, i added this folder manually and now it deployed correct. thx for the hint! no idea why this folder isn't included when cloning the git.

i-am-shodan commented 1 month ago

You didn't run the git submodule update --init command so it didn't pull down those extra files. Ideally you should delete those files and run that command - in the future someone might change something in that dir.

Anyway glad it's working, closing as complete.

Daniel-Ventura81 commented 1 month ago

hmm i ran that command exactly like you mentioned in the tut :-) several times.

i-am-shodan commented 1 month ago

Did you 'git checkout' or download it from GitHub as a ZIP file?

i-am-shodan commented 1 month ago
PS D:\temp> git clone https://github.com/i-am-shodan/USBArmyKnife
Cloning into 'USBArmyKnife'...
remote: Enumerating objects: 539, done.
remote: Counting objects: 100% (539/539), done.
remote: Compressing objects: 100% (376/376), done.
remote: Total 539 (delta 192), reused 422 (delta 129), pack-reused 0 (from 0)
Receiving objects: 100% (539/539), 10.59 MiB | 38.32 MiB/s, done.
Resolving deltas: 100% (192/192), done.
PS D:\temp> cd .\USBArmyKnife\
PS D:\temp\USBArmyKnife> git submodule update --init
Submodule 'lib/ESP32Marauder' (https://github.com/i-am-shodan/ESP32Marauder) registered for path 'lib/ESP32Marauder'
Cloning into 'D:/temp/USBArmyKnife/lib/ESP32Marauder'...
Submodule path 'lib/ESP32Marauder': checked out 'e3b40947f5dd4b95fa034680753dd22c39033742'