Frédéric Goossens
Frédéric Goossens
When will we see this feature in Appflowy?
Made this one for the ftp service: 'timestamp': '%{TIMESTAMP_ISO8601:timestamp}', 'server': '%{WORD:service}', 'action': '%{WORD:action}', 'data': {'cmd': '%{WORD:cmd}', 'args': %{QUOTEDSTRING:args}}, 'src_ip': '%{IP:src_ip}', 'src_port': '%{NUMBER:src_port}', 'dest_ip': '%{IP:dest_ip}', 'dest_port': '%{NUMBER:dest_port}'
Thanks for letting me know. But what you're suggesting still needs some tuning. I currently have the following logstash filter: ``` input { beats { port => 5044 } }...
here is the error when running the amd64 binary on a ARM CPU (using rosetta framework, as translation): ``` parallels@debian-gnu-linux-12:~/Desktop$ sliver Connecting to localhost:31337 ... ███████╗██╗ ██╗██╗ ██╗███████╗██████╗ ██╔════╝██║ ██║██║...
Alright, awesome. looking forward to it :)
> hey @fredericgoossens, were you able to find a solution or are you still waiting for the ARM support? I'm still waiting on ARM support. > From the [documentation](https://sliver.sh/docs?name=Compile+from+Source), `When...
I tried to execute my same payload using the 'runas' command, which executes the payload as a different user. In theory, this should result in a new beacon from that...
My setup looks like the following: KALI (Cobalt Strike) ===reverse shell obtained by phishing===> Workstation I'm currently using chisel proxies running on the workstation (just by using the executable).. that...
Correct here is an example from in notion: 
Same issue here: ``` ~# sudo ldconfig -p | grep iec61850 libiec61850.so.1.6.1 (libc6,AArch64) => /usr/local/lib/libiec61850.so.1.6.1 libiec61850.so (libc6,AArch64) => /usr/local/lib/libiec61850.so ~# python3 script.py Traceback (most recent call last): File "/root/script.py", line...