nil0x42
nil0x42
It would be nice to have an option to collect IP Addresses of computers. And have it in the "Service Principal Names" or even a dedicated "IP Addresses" section
Add `obsidian` which sounds interesting. Resources: - https://obsidian.md/features#_ - https://twitter.com/THB_STX/status/1349678448273453057 Which are the pros & cons @s7x ??
`MEDIUM_LINE_BYTES` is currently hardcorded in `const.h`, to a value of 8. The hasmap & chunks chunks are then made in such way that if real medium length of lines is...
### HDD vs SSD On HDD, sequential access is relatively fast, while random access is terribly slow. That's why `duplicut`, written back in 2014 has been optimized thinking of it....
it is usefull when duplicut is run using stdin as input file.
splice() method could be implemented too, if it works on more platforms REFERENCE: http://blog.superpat.com/2010/06/01/zero-copy-in-linux-with-sendfile-and-splice/
the SIGINT unix signal should be catched to properly clean things such as temporary created file
Current implementation of `proclist` plugin uses `win32_ps_list_procs()` php function on Windows host. Therefore, linux implementation is a simple `system("ps -a")`, which is OPSEC unsafe, an would probably trigger EDR alerts....
if two or more phpsploit instances are run with the same session file, the framework should advise user before overriding the session with `session save`, on case where the session...
Travis-ci is able to check OSX operating system, phpsploit should be compatible with it and run tests correctly Need to add them on travis's matrix