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
Commit message (
Expand
)
Author
Age
...
*
libseccomp is now optional but still recommended
Toni Uhlig
2018-06-25
*
improved debug output while changing user/group
Toni Uhlig
2018-06-24
*
BUG: replaced pthread_detach with pthread_attr_setdetachstate to fix possible...
Toni Uhlig
2018-06-24
*
added backtrace support on SIGSEGV
Toni Uhlig
2018-06-24
*
instead of checking libutil for forkpty, check for openpty and login_tty
Toni Uhlig
2018-06-24
*
added seccomp blacklisted syscalls: ioperm, iopl
Toni Uhlig
2018-06-24
*
fixed buffer overwrite by libc functions basename/dirname, open(...) should s...
Toni Uhlig
2018-06-24
*
added timestamps in log_colored and log_file modules
Toni Uhlig
2018-06-24
*
fixed valgrind mount complaints (does not like NULL as src/fstype)
Toni Uhlig
2018-06-23
*
fixed blacklisting issues after safe_chroot, main jail-client process does no...
Toni Uhlig
2018-06-23
*
improved filesystem managment (blacklisting, mounting read-only/read-write ob...
Toni Uhlig
2018-06-23
*
introduced firejail alike filesystem managment (modified source from firejail)
Toni Uhlig
2018-06-21
*
gitlab yaml update
Toni Uhlig
2018-06-21
*
several minor bugfixes
Toni Uhlig
2018-06-21
*
added options OPT_SSH_RUN_DIR,OPT_CHUSER,OPT_CHGROUP required for setting cor...
Toni Uhlig
2018-06-20
*
autotools overhaul
Toni Uhlig
2018-06-19
*
gitlab yaml now builds a static binary
Toni Uhlig
2018-06-18
*
autoconf: proper extra CFLAG check/handling e.g. -f* and inter-library-depend...
Toni Uhlig
2018-06-18
*
seccomp: allow socket syscall in jail
Toni Uhlig
2018-06-18
*
check if a file path is an mountpoint (not only directories)
Toni Uhlig
2018-06-18
*
autoconf script added pthread macro/check
Toni Uhlig
2018-06-18
*
autoconf script checks for -std=gnu99 and secure_getenv availability
Toni Uhlig
2018-06-18
*
added cppcheck to gitlab yaml for code analysis
Toni Uhlig
2018-06-18
*
flawfinder ignores now seccomp syscall definitions
Toni Uhlig
2018-06-17
*
replaced getenv with secure_getenv
Toni Uhlig
2018-06-17
*
add gitlab flawfinder support
Toni Uhlig
2018-06-17
*
added --test to test essential app functions (more in future) during startup/...
Toni Uhlig
2018-06-17
*
added snprintf autoconf and runtime check
Toni Uhlig
2018-06-17
*
fixed gitlab yaml errors: ArchLinux dependencies pkg names, added OpenWrt doc...
Toni Uhlig
2018-06-17
*
Merge branch 'master' of ssh://git.lan:/git/potd
Toni Uhlig
2018-06-17
|
\
|
*
added archlinux build to gitlab yaml
lns
2018-06-14
*
|
jail multiple netns mount fix
Toni Uhlig
2018-06-17
*
|
fixed cross-compile libssh shlibs dependency error
Toni Uhlig
2018-06-17
|
/
*
do gitlab SAST only if env variable set
Toni Uhlig
2018-06-14
*
use debian stable as gitlab docker image
Toni Uhlig
2018-06-14
*
fixed gitlab yaml CI lint errors
Toni Uhlig
2018-06-13
*
- zero out struct ifr
lns
2018-06-13
*
- initial gitlab yaml
lns
2018-06-13
*
POTD skeleton.
lns
2018-06-13
*
Initial commit.
Toni Uhlig
2018-04-07
[prev]