PDA

View Full Version : update exploit-db



Lancha
2013-05-11, 21:34
how i upgrade my exploit-db in backtrack i use a script but in kali i don´t know

root-boy
2013-05-14, 09:15
try this:


cd /usr/share/exploitdb
wget http://www.exploit-db.com/archive.tar.bz2
tar -xvjf archive.tar.bz2
rm archive.tar.bz2

you can write your own script to do it and put it in your path.

Lancha
2013-05-14, 11:46
ok thanks men

lucianolima
2013-05-14, 17:11
Hello All,

I tried using the above script, but it did not work.

The Mestaploit not updated. I compared the amount of exploits, auxiliary, payloads, encoders and nops and did not change after running the above script.

I tried to do the process manually and also did not work.

What should I be doing wrong?

Thanks.

sickn3ss
2013-05-14, 17:34
Hello All,

I tried using the above script, but it did not work.

The Mestaploit not updated. I compared the amount of exploits, auxiliary, payloads, encoders and nops and did not change after running the above script.

I tried to do the process manually and also did not work.

What should I be doing wrong?

Thanks.

You do realize the above posts are for Exploit-DB and not Metasploit right ?

lucianolima
2013-05-14, 20:53
Yes.

I want to upgrade Exploit-DB.

My Metasploit is updated.

I believe many people must have the same problem.

It would be possible to provide a functional script or an app to solve this problem?

Nubbix
2013-05-14, 21:39
To update Metasploit by script




#!/bin/bash
/usr/share/metasploit-framework
msfupdate
exit



save as i.e msfupdate.sh

chmod +x after and add it to your path

reaperz73
2013-05-14, 23:46
try this:


cd /usr/share/exploitdb
wget http://www.exploit-db.com/archive.tar.bz2
tar -xvjf archive.tar.bz2
rm archive.tar.bz2

you can write your own script to do it and put it in your path.


Yes.

I want to upgrade Exploit-DB.

My Metasploit is updated.

I believe many people must have the same problem.

It would be possible to provide a functional script or an app to solve this problem?

The script by root-boy will do just that, update exploitdb

lucianolima
2013-05-15, 12:22
Here is not updating.

I tested an exploit copying manually to the / usr / share / exploitdb and neither worked.

Another question ....

When I copy an exploit any of the Exploit-DB manually in which sub-folder should I place within the structure of the / usr / share / exploitdb?

reaperz73
2013-05-15, 21:09
Here is not updating.

I tested an exploit copying manually to the / usr / share / exploitdb and neither worked.

Another question ....

When I copy an exploit any of the Exploit-DB manually in which sub-folder should I place within the structure of the / usr / share / exploitdb?

Sorry to bring bad news but alot of the exploits in exploitdb have to be edited to be functional. This keeps script kids from going nutty with them.

lucianolima
2013-05-23, 23:18
OK.

Thanks.

I will study more. :D

g0tmi1k
2013-05-27, 08:46
try this:


cd /usr/share/exploitdb
wget http://www.exploit-db.com/archive.tar.bz2
tar -xvjf archive.tar.bz2
rm archive.tar.bz2

you can write your own script to do it and put it in your path.
Doing this isn't wise & not support by the kali team.
For reasons why, see here: http://www.kali.org/kali-monday/bleeding-edge-kali-repositories/



To update Metasploit by script




#!/bin/bash
/usr/share/metasploit-framework
msfupdate
exit



save as i.e msfupdate.sh

chmod +x after and add it to your path
Updates to the metasploit framework will happen automatically.
The repos are updated on a weekly basics (usually on Wednesday or Thursday) to support the updates for Metasploit on Kali.
Source: https://community.rapid7.com/thread/3007

If you wish for more tools to be updated, don't forget about the bleeding edge repos: Bleeding Edge (http://www.kali.org/kali-monday/bleeding-edge-kali-repositories/)