Services Blog Français

Security

Articles tagged "security"

yourlabs/python container adds security audit tools

2019-02-13
The new version of yourlabs/python docker image, which bundles npm and pip3 on alpine and a bunch of testing tools, was released with bandit and safety baked in. You can benefit from it in your Open Source software by adding .gitlab-ci.yml: …

yourlabs-security mailing list

2016-08-17
This post announces the creation of a mailing list for security issues concerning yourlabs. Members can read messages, but external users may only post to it: yourlabs-security@googlegroups.com Thanks Clayton Delay for the suggestion. You may request …

Scripted MITM AnyThing in Python with mitmproxy

2015-04-13
This article describes how to get a working transparent HTTP/HTTPS proxy which you can script in Python. I intend to use it to have custom caching and be able to abstract away all HTTP/HTTPS connections made in my LXC containers which are spawned by …

Fun with debugging symbols

2014-04-15
This article follows up with Basics of GDB debugging, focus on symbols. List symbols with nm Use the nm command to list symbols in a binary: $ nm main 0000000000600920 B __bss_start 0000000000600920 b completed.6330 0000000000600910 D __data_start …

GDB debugging basics

2014-04-13
Introduction GDB is a debugger for executables “objects” on Linux. It will use source code and “debug symbols” if available: source code to display the code ie. corresponding to a specific frame at runtime, debug symbols to …

Strace basics

2014-04-08
This is the first of a series of articles on security and exploiting. For starters we’ll cover basic debugging tools before we get into actual exploiting because the first step to exploiting is reverse-engineering most of the time. The series …

Ruby on rails remote code execution exploit

2013-01-11
Ruby on rails websites are highly vulnerable. Exploiting a rails site looks like this: $ msfconsole msf> use exploit/linux/misc/drb_remote_codeexec msf exploit(drb_remote_codeexec) > set URI druby://localhost:45074 msf …

Found 11 articles.

They trust us

Contact

logo