Skip to content

{ Monthly Archives } February 2012

Basic Shellcode Analysis

Analyzing a shellcode is always instructive, it can give the penetration tester hints about what is used in it, or the penetration tester can learn about the techniques used, but he might also prevent himself to use destructive shellcodes. After a few searches on the Internet I found a pastebin page to illustrate my example. [...]

Tagged , , , ,

SSH known host on OSX

To manage my multiple machines and test computers on my local network I use SSH, and often after reinstalling a test machine I want to connect back by SSH and my Mac just pops me back this message : noktec:release Noktec$ ssh xavier@192.168.0.2 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS [...]

Tagged , , ,

Installing Gerix on Ubuntu from Backtrack’s repository

GerixWiFiCracker is GUI for Aircrack-ng suite, is designed for pentesting in a realworld with efficent and userfriendly graphic interface. Note: This small tutorial is based on the repositories from backtrack 5 R1 and ubuntu 11.10 The first step is to add those lines to “etc/apt/sources.list” deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing deb http://32.repository.backtrack-linux.org revolution [...]

Tagged , , , , , , ,

Purge OS X inactive Memory

The memory in OSX is divided in four important categories such as shown below :   Those “types” of memory combined together are the full size of your ram, in my case 8Gb. Each type as a specific function in OS X those are described below : Free: This is RAM that’s not being used. [...]

Tagged , , , ,