[ad] It seems like security/pen-testing software can be quite lucrative – especially with the prices Core Security charge for their flagship tool Core Impact (Around $25,000 per seat?). They have offices in two countries and are now looking to expand into new markets, anyway this is a bit of corporate security news for a change. […]
core-security
Pcapy – Python Interface to LibPcap
[ad] Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets. Advantages of […]
Universal Hooker – An Ollydbg Plugin
The Universal Hooker is a tool to intercept execution of programs. It enables the user to intercept calls to API calls inside DLLs, and also arbitrary addresses within the executable file in memory. Why is it ‘Universal’? There are different ways of hooking functions in a program, for example, it can be done by setting […]