Bryan Drewery
|
e2ed1f0606
* Fixed localhub attempting to spawn itself during binary rehash and cmd_conf
|
21 년 전 |
Bryan Drewery
|
4564197417
* Increased buffer size in binary config for binname/binpath/homedir
|
21 년 전 |
Bryan Drewery
|
7a2f224078
* Detection system run by localhub will kill all other running bots on shell with DIE/SUICIDE now.
|
21 년 전 |
Bryan Drewery
|
57ac308bc9
* After editing the binary with -C, also kill/remove any bots which were removed from the list
|
21 년 전 |
Bryan Drewery
|
df14fb2f47
* After editing binary with -C, new bots/hosts are automatically added if first bot is linked.
|
21 년 전 |
Bryan Drewery
|
693c4d652f
* Fxied up some misc bugs left from new conf system
|
21 년 전 |
Bryan Drewery
|
ce9e5dc1d0
* Default UID is now -1 (to fix running as root) (Fixes #12)
|
21 년 전 |
Bryan Drewery
|
eb11bc0b9d
* Removed unneeded pointer from conf struct
|
21 년 전 |
Bryan Drewery
|
488f4d034f
* tempdir is now filled in bin_to_conf
|
21 년 전 |
Bryan Drewery
|
867789d07a
* Added back free_conf()
|
21 년 전 |
Bryan Drewery
|
e3c19df9ec
* Converted conf.c
|
21 년 전 |
Bryan Drewery
|
a966a3b564
* Eliminated the conffile struct as it was a duplicate of conf
|
21 년 전 |
Bryan Drewery
|
697492b4bc
* init_conf -> init_conffile
|
21 년 전 |
Bryan Drewery
|
fc5591f169
|
21 년 전 |
Bryan Drewery
|
fbd041d970
* Added 'hub' to conf_bot_t so we can check to see if the current bot is a hub via conf.bot->hub
|
21 년 전 |
Bryan Drewery
|
bbbc309c0b
* Added cmdline option '-r <botname>' for restarting/starting specified bot.
|
21 년 전 |
Bryan Drewery
|
5130efa1de
* Added compat functions to read in a config file if a new binary's struct size if
|
21 년 전 |
Bryan Drewery
|
ec65bde143
* Fixed ipv6 bots connecting over ipv4
|
21 년 전 |
Bryan Drewery
|
df79d72a21
* Moved host/ip buffers in conf_bot to conf_bot.conf_net
|
21 년 전 |
Bryan Drewery
|
03d098da24
* C++ compile warning fixes (Still compat with C)
|
22 년 전 |
Bryan Drewery
|
8830f7402c
* Changed the update code around to write_settings() now
|
22 년 전 |
Bryan Drewery
|
e1e4cbe0d8
* More work on storing conf settings in binary
|
22 년 전 |
Bryan Drewery
|
673992b714
* Some padding fixes
|
22 년 전 |
Bryan Drewery
|
6213490db0
|
22 년 전 |
Bryan Drewery
|
6ccb88e447
* Removed CONFEDIT define
|
22 년 전 |
Bryan Drewery
|
eba1744ca6
* Ptrace blocker watcher/child
|
22 년 전 |
Bryan Drewery
|
17542dc650
* Finished up release version of cmd_conf
|
22 년 전 |
Bryan Drewery
|
76c954f09e
* Added attributes: format, noreturn
|
22 년 전 |
Bryan Drewery
|
7de570e2a9
* More cmd_conf work
|
22 년 전 |
Bryan Drewery
|
8d887406af
* Begin working on cmd_conf
|
22 년 전 |