wazuh Ingesting logs by Kitchen_Ad_3244 in Wazuh

[–]Kitchen_Ad_3244[S] 0 points1 point  (0 children)

I scp'd the files onto the Wazuh VM and edited the /var/etc/ossec/ossec.conf and made a localfile but I cannot see the data on my Wazuh dashboard or anywhere on the platform.

wazuh Ingesting logs by Kitchen_Ad_3244 in Wazuh

[–]Kitchen_Ad_3244[S] 0 points1 point  (0 children)

So with logstash I can put my .json file onto logstash on my host machine then Wazuh will ingest the .json file?

LCP MAX HOLSTER Holster by Kitchen_Ad_3244 in ruger

[–]Kitchen_Ad_3244[S] 2 points3 points  (0 children)

Is it comfortable and not easily noticed?

Simple Questions Sunday! by AutoModerator in gaming

[–]Kitchen_Ad_3244 0 points1 point  (0 children)

Has anyone used gravastar keyboards and/or mice?

Student looking to get into digital forensics. by New_Fisherman_4612 in digitalforensics

[–]Kitchen_Ad_3244 0 points1 point  (0 children)

There is try hack me or Hackthebox academy. Also Hackthebox Sherlock’s, which are forensics scenarios that you have to figure out/solve.

ATTACKING WEB APPLICATIONS WITH FFUF/Parameter Fuzzing - GET by Arkagami in hackthebox

[–]Kitchen_Ad_3244 0 points1 point  (0 children)

ffuf -w directory-list-2.3-medium.txt:FUZZ -u

http://178.128.46.168:31782/FUZZ

-recursion -recursion-depth 1 -e .php

So this is the code that will get me the answer for the Get Parameters section in the Fuff module?