122 Posts
Django Python web server overview
While Django was created in 2005 by a newspaper web team, it is now a generic web development framework used by Big sites such as Instagram, Pinterest or BitBucket. Letβs...
Crack & Hack cheatsheet
Cheatsheet for various unix tools such as metasploit framework, enumeration, nmap, radare2 and volatility.
UNIX cheatsheet
Cheatsheet with filesystem, commands and common utilities for UNIX based systems (Linux, Mac).
Custom SQL functions Best Pratices (Adobe Campaign)
Create your own SQL functions to be used as XTK expressions in Adobe Campaign Query Editor!
Intro
Adobe Campaign lets us create custom SQL functions that will be...
HTTP Post for Adobe Campaign SOAP calls and queryDef from client-side
SOAP calls are not really handy when it comes to deploy to external vendors. Luckily, we can use a classic HTTP Post as we would do for a REST API.
...