Installation of Metasploit on Fedora 21 / 22
Update 2015/08/04: Works on Fedora 22 too. I recently applied the exact same procedure with success. A quick update from a previous post for setting Metasploit on Fedora 21, the latest version. It is...
View ArticleQuick tip: harden your ARP table the easy way (Linux)
ARP spoofing is a good old attack on LAN and still a devastating one, leading to trafic interception (MiTM). You may want to make sure that nobody is tricking on you at office, at a security...
View ArticleA few (convenient) dockerfiles
I just put on my github a few dockerfiles for virtual machines that I frequently use to get some quick work done or to temporary share some data. Here they are: Debian-based Etherpad Debian-based...
View ArticleMetasploit Dockerfile
Hey, Managing updates and dependencies of a Metasploit installation have definitely been too much trouble and repetitive. Instead of keeping reproducing boring installation steps every x months, I...
View ArticleSmall improvements to the Metasploit-framework Dockerfile
I made a few improvements (at least, I think they are) to the metasploit-frameword Dockerfile : A volume from the container /root/.msf4 to $HOME/.msf4, so that you can benefit from your customized...
View ArticleLessons learned with Docker, Nodejs apps and volumes
Context I have kept playing with Docker recently, just for fun and to learn. It is very powerful, but still young. It quickly shows some limit when it comes to security or persistence. There are some...
View ArticleMsf docker image now in REMnux!
Just a quick note to say that I am very happy about this Metasploit docker image being useful to some people, according to the feedback I got. And Lenny was kind enough to integrate it into his Linux...
View ArticleMetasploit framework docker image now published on Docker Hub
I pushed the image on Docker Hub, so that deploying it is now as easy as: docker pull phocean/msf It is an automatic build based on the Github repository. It means that the image is built by Docker,...
View ArticleReducing the friction™ with social medias thanks to Netvibes
I have been a big fan of the “Reducing the friction” series of article published by Scott Lowe a while back. These articles consist in tips to automate or improve the smoothness of repeated...
View ArticleBeEF Docker
Just a quick update to tell about a new Docker based on the phocean/msf image. https://hub.docker.com/r/phocean/beef/ https://github.com/phocean/dockerfile-beef It provides an image for the BeEF...
View Article