props

0001-01-01

Read More

Pros V Joes

0001-01-01

Pros V Joes is an attack/defense CTF typically held at Security BSides events.

http://prosversusjoes.net/

Read More

proxy

0001-01-01

A proxy server is an intermediary between clients and servers used for monitoring, load balancing, security, and other purposes.

Read More

proxychains

0001-01-01

proxychains is an application that works on Linux that enables software that is not SOCKS aware to be used through a proxy server. ...

Read More

pseudo code

0001-01-01

pseudocode is source code that expresses the general idea of a programming concept, but doesn’t actually compile, interpret, or run.

Read More

pseudofile

0001-01-01

A pseudofile is a volatile file that resides in memory rather than on disk that can be accessed as if it were located on the filesystem.

Read More

Psychology

0001-01-01

Psychology is the study of the mind and behavior.

Read More

pthreads

0001-01-01

pthreads (POSIX Threads) is a library enabling developers to create and manage threads within applications

https://en.wikipedia.org/wiki/Pthreads

Read More

ptrace

0001-01-01

ptrace (process trace) is a system call found in Unix and Unix-like operating systems such as Linux. ptrace provides the means for a program to patch ...

Read More

ptrace request

0001-01-01

A ptrace request is a command sent to ptrace. Some examples are PTRACE_TRACEME, PTRACE_ATTACH/PTRACE_DETACH, PTRACE_PEEKDATA/PTRACE_POKEDATA, and ...

Read More