6 Commits

Author SHA1 Message Date
S4ntiagoP d12d5572b6 rewrite "dir" command
- add support for recursive mode: /s
- add support for list files only: /f
- add support for list dirs only: /d
- add support for simple list output: /b
- add support for find files/folders that start with some str: /starts
- add support for find files/folders that constains some str: /constains
- add support for find files/folders that ends with some str: /ends

the idea is to make it possible to look for interesting files, such as
powershell scripts or text files
2023-08-17 23:23:08 -03:00
S4ntiagoP 4f4af485a7 fix a bazillion compiler warnings 2023-04-21 20:34:53 -03:00
S4ntiagoP ae42175d30 KillDate can be set by: config killdate 2023-03-14 23:59:05 2023-03-14 21:50:07 -03:00
S4ntiagoP 9027656b49 add ParseString and ParseUTF16String 2023-03-13 23:24:13 -03:00
S4ntiagoP b6687e943b add CanIRead() func to parse all incomming messags
this is to make it easier to ensure that the buffer is big enough
the server should always treat incomming traffic as suspicious
2023-03-13 13:26:50 -03:00
Cracked5pider 74ac7847ed major refactoring. bug fixes and changede the file structures for readablility etc. 2022-12-20 23:38:51 +01:00