Re: Exploitation Framework
I know this is the obvious answer, but doesnt metasploit fit most of those requirements? A former co-worker friend put plenty of his own stuff into metasploit. And it has an RPC daemon that can be used for external apps. Also have an SVN repo. As far as users, you could just add users and properly manage permissions with sudo with proper fine tuning. Just my 2 cents, though from the sound of it, you're more talented than I in much of this... I've yet to delve into exploit development for instance. Guess I've spent too much time lately on my telco stuff, but hey, thats my line of work.
Re: Exploitation Framework
I couldn't seem to find the Metasploit 4 repo.
I thought about using Metasploit 3 and adding functions to it (maybe even fork it).
Re: Exploitation Framework
Quote:
Originally Posted by
Illiac
I couldn't seem to find the Metasploit 4 repo.
Repos: apt-cache show framework && apt-get install framework
Path: /pentest/exploits/framework or /opt/framework
Re: Exploitation Framework
Though the URL says framework3, I believe 4 resides on it, as if you dig around on the svn repo a bit (tags rather than trunk) , you can find weekly updates into october of this year.
Code:
svn checkout https://www.metasploit.com/svn/framework3/trunk /opt/metasploit3/msf3/
so that should still be valid for work from 'from-source'. Just change the directory it ends up in if you so desire.
Re: Exploitation Framework
Quote:
Originally Posted by
g0tmi1k
Repos: apt-cache show framework && apt-get install framework
Path: /pentest/exploits/framework or /opt/framework
Alright, let me correct myself.
Source Code Repositories.
@iproute
Thanks I didn't look at far. I'll have a look.
Anyone an other thought about the other frameworks?