Reply
Thread Tools
Posts: 529 | Thanked: 194 times | Joined on Aug 2010 @ UK
#1


Right for those that have no clue what this is please go here and have a look then if its for you please continue ......

For this to work you are going to need metasploit framework installed here is my tutorial ....

open xterminal as root
Code:
cd /home/opt/
Code:
svn co http://svn.secmaniac.com/social_engineering_toolkit set/
some people may get segmentation fault here well theres a fix for that thanks to ajack ...

Code:
 apt-get install libaprutil1=1.3.9-2 libapr1=1.4.2-1
However, this will cause the libraries to be replace when you do a package update with HAM, FAM or apt-get. To prevent these libraries from updating to the latest, create or edit the file at:

/etc/apt/preferences

And add in the following entires into the file:

Code:
Package: libaprutil1
Pin: version 1.3.9-2
Pin-Priority: 1001

Package: libapr1
Pin: version 1.4.2-1
Pin-Priority: 1001
This will pin the libraries and prevent them from being updated with the newer/faulty versions.


Now once SET has finished downloading all you need to do is type

Code:
./set
then you should get

Code:
Please download and install PExpect: http://sourceforge.net/projects/pexpect/files/pexpect/Release%202.3/pexpect-2.3.tar.gz/download
set> Would you like SET to attempt to install it for you? [yes|no]: yes
]
then once more

Code:
./set
you should get this error

Code:
[!] ERROR:BeautifulSoup is required in order to fully run SET
[!] Please download and install BeautifulSoup: http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2.0.tar.gz
set> Would you like SET to attempt to install it for you? [yes|no]: yes
Finished... Relaunch SET

Code:
./set 


For me SET is a great edition to metasploit framewrok as it makes using that so much easier must warn you thou somethings dont work as they should but im guessing thats due to lack of support towards maemo , if it does have a problem it will just ask you were metasploit is installed input the path which if you followed my tutoril will be in #
Code:
/home/opt/msf/
You can modify the SET config file to so that it doesnt keep asking were metasploit is installed
i will upload the modified file shortly ..
navigate to
/home/opt/set/config and replace it with this config file



any questions or help you need please just ask ....
__________________
METASPLOIT INSTALL N900
Keep the forums clean
Dont forget to say thanks

Last edited by stevomanu; 2012-01-29 at 10:38. Reason: added info
 

The Following 16 Users Say Thank You to stevomanu For This Useful Post:
Posts: 529 | Thanked: 194 times | Joined on Aug 2010 @ UK
#2
reserved


[spoiler]message to short[/spoiler]
__________________
METASPLOIT INSTALL N900
Keep the forums clean
Dont forget to say thanks

Last edited by stevomanu; 2012-03-23 at 19:04.
 
Posts: 309 | Thanked: 115 times | Joined on May 2010 @ Malaysia
#3
sorry bro, just a question, after i've done


Now once SET has finished downloading all you need to do is type

./set
i got permission denied..any idea?
 
Posts: 309 | Thanked: 115 times | Joined on May 2010 @ Malaysia
#4
silly me..i need to

cd /home/opt/set
./set
first..u might wanna add it to ur tutorial? =)

hmm..strange..i didn't get
Code:
Please download and install PExpect: http://sourceforge.net/projects/pexpect/files/pexpect/Release%202.3/pexpect-2.3.tar.gz/download
set> Would you like SET to attempt to install it for you? [yes|no]: yes
]
it led me straight to beautifulsoup installation..and skip the pexpect-2.3.tar.gz download..
what am i doing wrong?but i can seem to launch SET without any warnings...any effect?

Last edited by one1002; 2012-03-15 at 17:51.
 

The Following 2 Users Say Thank You to one1002 For This Useful Post:
Posts: 529 | Thanked: 194 times | Joined on Aug 2010 @ UK
#5
I dont know why you aint getting that to be honest , no need to add that to tutorial cause when you finished installing stuff and you start SET you should already be in the right directory ......




Originally Posted by one1002 View Post
silly me..i need to



first..u might wanna add it to ur tutorial? =)

hmm..strange..i didn't get
Code:
Please download and install PExpect: http://sourceforge.net/projects/pexpect/files/pexpect/Release%202.3/pexpect-2.3.tar.gz/download
set> Would you like SET to attempt to install it for you? [yes|no]: yes
]
it led me straight to beautifulsoup installation..and skip the pexpect-2.3.tar.gz download..
what am i doing wrong?but i can seem to launch SET without any warnings...any effect?
__________________
METASPLOIT INSTALL N900
Keep the forums clean
Dont forget to say thanks
 
Posts: 309 | Thanked: 115 times | Joined on May 2010 @ Malaysia
#6
hmm..strange..lol..

anyway, i tried 2nd option (Fast-Track Penetration Testing) but it says "PYSMSSQL is not installed. MSSQL attacks will not work!"

and it prompted me to download it from "code.google.com/pymssql/downloads/list"..

but it never prompt me about to download the "pexpect-2.3.tar.gz/download..

anyway, what does that pexpect-2.3 do?
 
carbonjha's Avatar
Posts: 83 | Thanked: 71 times | Joined on Jul 2011 @ Dhaka
#7
after cd to /home/opt/ i entered

every time I get this

Code:
svn: OPTIONS of 'http://svn.secmaniac.com/social_engineering_toolkit': 200 OK (http://svn.secmaniac.com)
is this the correct output??
__________________
kernel-power v52
N900 rocks
http://n900world.blogspot.com/
 
Posts: 529 | Thanked: 194 times | Joined on Aug 2010 @ UK
#8
Nope it should downaload the updated version of SET , did you do it all in one command like this

Code:
svn co http://svn.secmaniac.com/social_engineering_toolkit set/
Originally Posted by carbonjha View Post
after cd to /home/opt/ i entered

every time I get this

Code:
svn: OPTIONS of 'http://svn.secmaniac.com/social_engineering_toolkit': 200 OK (http://svn.secmaniac.com)
is this the correct output??
__________________
METASPLOIT INSTALL N900
Keep the forums clean
Dont forget to say thanks
 
carbonjha's Avatar
Posts: 83 | Thanked: 71 times | Joined on Jul 2011 @ Dhaka
#9
Its working now.....I dont know wht happened before. After so many tries suddenly it started downloading.


edit:
running successfully
__________________
kernel-power v52
N900 rocks
http://n900world.blogspot.com/

Last edited by carbonjha; 2012-03-23 at 21:56.
 

The Following User Says Thank You to carbonjha For This Useful Post:
Posts: 13 | Thanked: 15 times | Joined on Mar 2012
#10
Originally Posted by one1002 View Post
sorry bro, just a question, after i've done

Now once SET has finished downloading all you need to do is type

./set


i got permission denied..any idea?
Hello, been following most of the threads for a year now, I just registered so I could answer to the following, since I faced the same problem and no clear explanation existed.

So if you, like I, after typing ./set get the permission denied try to chmod +x set and run ./set again.

PS if you'd also like to manually edit the config to point to metasploit because the OP's file is 0bytes ;p you can

cd /home/opt/set/config
vi set_config

use the arrows to find the line where it points to metasploit (you can't miss it)

type i to enter insert mode

edit the location (if you followed OP's guide on metasploit then it's /home/opt/msf)

hit the ESC button on screen to exit insert mode
type :wq to write/save and quit vi editor.

PS. since I can now post a huge thanks for all your hard work!!1
 

The Following 2 Users Say Thank You to Spyrocheti For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 05:20.