index
:
potd.git
feature/jail_packet
feature/jail_protocol
master
skeleton
thesis
A high scalable low to medium interactive SSH/TCP honeypot using Linux Namespaces, capabilities, seccomp, cgroups designed for OpenWrt and IoT devices.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
delegate/save errno in pevent forward_connection
Toni Uhlig
2019-01-24
*
pseccomp: allow old x32 chown32 syscall for default allowed
Toni Uhlig
2019-01-22
*
SECCOMP: allow getdents for protocol/jail
Toni Uhlig
2019-01-17
*
- use per target LIBS to skip linking other apps with superfluous libs
Toni Uhlig
2018-09-10
*
fake /sbin/init skeleton
Toni Uhlig
2018-09-09
*
do not print an error if network namespace does not exist, which happens on p...
Toni Uhlig
2018-08-30
*
enable SECCOMP text/bpf export
Toni Uhlig
2018-08-30
*
print usage if an invalid/missing config was detected
Toni Uhlig
2018-08-14
*
fixed some code style issues reported by codacy
Toni Uhlig
2018-08-14
*
log2syslog
Toni Uhlig
2018-08-13
*
ssh login cache saves denied user/pass combinations
Toni Uhlig
2018-08-10
*
removed keyboard INTERACTIVE from auth methods and added PUBLICKEY (denies ac...
Toni Uhlig
2018-08-10
*
log notice if client wants to use AUTH_METHOD_NONE(1) e.g. when reading the s...
lns
2018-08-10
*
potd --help example is now shell compatible
lns
2018-08-10
*
user-namepsace: use macro instead of commenting out uid-mapping setup
lns
2018-08-10
*
use potd event buffer as epoll data instead of a fd
lns
2018-08-07
*
do not spam logs with nonexistant files/dirs while trying to disable those
lns
2018-08-07
*
additional autoconf check for ambient raise securebit to support kernels prio...
Toni Uhlig
2018-08-02
*
set PR_SET_SECUREBITS and PR_SET_NO_NEW_PRIVS
lns
2018-08-02
*
Merge branch 'master' of ssh://127.0.0.1:2223/git/potd
lns
2018-07-23
|
\
|
*
fixed/ignore coverity errors/false-positives
Toni Uhlig
2018-07-20
|
*
gitlab/travis: run cppcheck only in ./src, disabled potd --test as it is not ...
Toni Uhlig
2018-07-20
|
*
added TODO regarding gitlab/travis problems
Toni Uhlig
2018-07-20
|
*
fixed typo, temporarily disabled selftest functions (for some reason they don...
Toni Uhlig
2018-07-20
*
|
force flawfinder to ignore false-positives for correctly used functions such ...
lns
2018-07-23
|
/
*
added compat module and functions
lns
2018-07-19
*
ArchLinux: fixed compiler warnings (libc functions marked with
lns
2018-07-18
*
Coverity CID 301785: check return value of remove() although it is not necessary
Toni Uhlig
2018-07-18
*
Coverity CID 301781: fixed wrong if clause for socket() return value check
Toni Uhlig
2018-07-18
*
Coverity CID 301775: check for valid fd before close()
Toni Uhlig
2018-07-18
*
Coverity CID 301780: fixed missing break (that was on purpose by the dev but ...
Toni Uhlig
2018-07-18
*
Coverity CID 301773: out-of-bounds array access fixed (false positive anyway)
Toni Uhlig
2018-07-18
*
Coverity CID 301774: do not call any log function after chroot but before chd...
Toni Uhlig
2018-07-18
*
Coverity CID 301779: check return value of chmod()
Toni Uhlig
2018-07-18
*
Coverity CID 301779: fixed fd leak
Toni Uhlig
2018-07-18
*
Copyright info updated
Toni Uhlig
2018-07-18
*
Coverity CID 301781: fixed resource leak when ioctl fails
Toni Uhlig
2018-07-17
*
selftest: test jail/sandbox during startup or with --test
lns
2018-07-17
*
selftest: check existence of additional directories
Toni Uhlig
2018-07-16
*
selftest: print detailed error if file/dir checks fail
Toni Uhlig
2018-07-16
*
selftest: added valgrind check and print warning
Toni Uhlig
2018-07-16
*
more copyright informations
Toni Uhlig
2018-07-11
*
updated copyright informations
Toni Uhlig
2018-07-11
*
added logging priority 'PROTOCOL' for protocol speicific data
Toni Uhlig
2018-06-28
*
zero out mmap'd memory
Toni Uhlig
2018-06-28
*
protocol ssh max session limit
Toni Uhlig
2018-06-27
*
protocol ssh login cache [+] login probability
Toni Uhlig
2018-06-27
*
logging pid rjust
Toni Uhlig
2018-06-25
*
improved daemon multi process (exit) signal handling e.g. do not send double ...
Toni Uhlig
2018-06-25
*
fixed long-term libssh pki-keygen bug, EMPTY PASSPHRASE is NOT an EMPTY STRIN...
Toni Uhlig
2018-06-25
[next]