Posts Tagged ‘linux’

Spaces? In MY SCP?!

Saturday, January 17th, 2009

Here is how to deal with space(s) in a remote source file with SCP:

scp user@hostname:”‘/path/to/my file name/which has spaces’” /local/path

Double quote, apostrophe.  It’s more likely than you think.

tiling-wms.odp

Wednesday, January 14th, 2009

Synopsis of tiling window managers, by neutral_insomniac.

Download: tiling-wms.odp

stack-overflow.odp

Wednesday, January 14th, 2009

Classic stack overflows, by int0x80.

Download: stack-overflow.odp

shellcode.odp

Wednesday, January 14th, 2009

Creating, modifying, and testing shellcode; by int0x80.

Download: shellcode.odp

begin-asm.odp

Wednesday, January 14th, 2009

Introduction to x86 Assembly in Linux, by int0x80.

Download: begin-asm.odp

bitswitch-sc.asm

Tuesday, January 13th, 2009

Shellcode that hides in the ELF header, by Bitswitch.

Download: bitswitch-sc.asm