EvilZone

General Tech => Operating System => : parad0x January 01, 2013, 03:51:22 PM

: [Problem]SET
: parad0x January 01, 2013, 03:51:22 PM
Guys,I am having some problem with  SET.
Here it goes..
I tried to learn SET so I started SET.Then it showed an error that Metasploit path not found.So, I edited the file config_set and replaced the metasploit link(I wrote their /opt/metasploit/msfpro) and then updated the SET.It showed an error and I postponed that.Now it is showing
:
[!] Metasploit path not found. These payloads will be disabled.
[!] Please configure in the config/set_config.

      Press <return> to continue

Traceback (most recent call last):
  File "./set", line 26, in <module>
    update_config()
  File "/pentest/exploits/set/config/update_config.py", line 113, in update_config
    value = line[1]
IndexError: list index out of range

Well, I am not a python coder so I don't know how to correct that. :( :(
Can anybody help me with this??
Thanks for the help.
And one more thing also, I will also give +1 to that(he deserves,who help) whose advice will solve this problem.
: Re: [Problem]SET
: proxx January 01, 2013, 04:14:42 PM
Funky, ive had problems with this is the pas aswell.

Whats with the msfpro?
The directory you should point to is the one with files like; msfcli,msfencode etc.
In my case its /usr/src/metasploit

But im not running backtrack.

Try running ; locate msfconsole
What ever directory is listed , point it towards this.


*edit*

I happened to have an old bt virtualbox.
try; /opt/metasploit/msf3

Which also happens to be in the set_config file by default.
Funny.
: Re: [Problem]SET
: proxx January 03, 2013, 03:20:12 PM
Sry for double post.

Did you get anywhere with this ?