PDA

View Full Version : setoolkit - Create Payload and Listener Option fails



daves
2013-10-28, 08:59
Hi Guys,

so i can log into setoolkit fine. I go into Option 1(Social Engineering Attacks) then i choose Option 4(Create Payload and Listener) this is where it fails with the below error:

Traceback (most recent call last):
File "/usr/bin/setoolkit", line 226, in <module>
log(error)
File "/usr/share/setoolkit/src/core/setcore.py", line 690, in log
filewrite = file("%s/src/logs/set_logfile.log" % (definepath()), "w")
IOError: [Errno 2] No such file or directory: '/usr/share/setoolkit/src/logs/set_logfile.log'

I noticed there was no Folder called logs under the /usr/share/setoolkit/src directory so i created a new folder called logs.. re ran the program and got this error.


[!] Something went wrong, printing the error: name 'src' is not defined

I am running setoolkit 5.3.9 and would appreciate any feedback. Thanks guys
Dave

Fluffinko
2013-10-29, 10:40
touch /usr/share/setoolkit/src/logs/set_logfile.log

this may have fix the first problem of yours but i have simillar problem
1) Social-Engineering Attacks
4) Create a Payload and Listener

[!] Something went wrong, printing the error: name 'src' is not defined

log file:

ERROR: 2013-10-29 11:23:52.252237: name 'src' is not defined

daves
2013-10-29, 13:34
i did try this but alas, it did not fix the issue, i have noticed since doing the update, there are two folders, the SET folder and SETOOLKIT folder, i presume we are now using the SETOOLKIT one. either way its still no good. i have also noticed when i update the SET configuration i get this
New set_config.py file generated on: 2013-10-29 13:35:58.580271
[-] Verifying configuration update...
[!] Update failed? Timestamp on config file is: 2013-10-29 13:35:54.440425
SET is using the new config, no need to restart

Not sure if this is a major issue.

Fluffinko
2013-10-29, 14:15
so let do a clean installation of SET
163

installed next we do 1 --> 4
164
165

problem with name 'src' is not defined

daves
2013-10-29, 16:43
Thats exactly what i am getting, i am sure it is to do with the set_config and maybe something i need to edit in there.

Fluffinko
2013-10-29, 18:21
tomorow will be released new version 5.4 with this fixed, so wait ;)
and no stress

daves
2013-10-30, 10:36
hahaha thats a valid point :)

korockinout13
2013-11-01, 14:44
How long will it take for the new SET update to show up in the Kali repos, or do I need to do it manually?