GTFOBins/GTFOBins.github.io

Snap

ARou77 opened this issue · 1 comments

Some versions of Snap will not try to install a package with a single character as its name. Snap's GTFOBin can be made more widely usable by changing fpm -n x -s dir -t snap -a all meta to something like fpm -n test -s dir -t snap -a all meta and likewise sudo snap install x_1.0_all.snap --dangerous --devmode to sudo snap install test_1.0_all.snap --dangerous --devmode.

Without this change, snap will error out with error: cannot read snap file: invalid snap name: "x" and not execute the given command.

Thanks for the heads up! It's xxxx now.