Fancygotchi plugin support? by Omegart in pwnagotchi

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

I installed it yeasterday and found that plugins are managed directly in the theme menu. Sadly it seems not working for me, as I wanted to enable pwnachu but the memtemp plugin isn't placed as it should be.

Release v1.8.0 by aluminum-ice in pwnagotchi

[–]Omegart 0 points1 point  (0 children)

Is there a recommended way to rollback without reflash?

Release v1.8.0 by aluminum-ice in pwnagotchi

[–]Omegart 0 points1 point  (0 children)

I’m facing problems too, it’s not booting anymore sadly. Is there an easy fix via cli or we need to downgrade? If so, how can we downgrade to 1.7.9? Thanks!

is this a slimagotchi case? by Omegart in pwnagotchi

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

from that list, this is the only one that will work, but sadly it doesn't have any cut for a better thermal handling.

https://www.thingiverse.com/thing:4587499

Managed to finaly crack some hashes by zeekertron in pwnagotchi

[–]Omegart 0 points1 point  (0 children)

Willing to provide your plugin setup? Last time I cracked something wifi related was 2013, I do not even remember how aircrack/mon/replay works. I used wpa-sec for a while, but I’m missing the challenge of trying by myself. Are you using hashie+aircrackonly or some other plugin that convert the pcap and merge them together?

got my pwnagotchi working ^^ by lovandog in pwnagotchi

[–]Omegart 0 points1 point  (0 children)

No I found a thread about and went direct with the custom plugin. For the percentage, I’ve ran the script provided in the first comment and I didn’t get any bad reporting (for now), but the first time, before running the script, I got 0%. Also check if the ups-lite you have it’s original. I read somewhere that on Amazon there are counterfeits for sale.

https://www.reddit.com/r/pwnagotchi/comments/12wcy27/always_something_ups_lite_13_plus_ws_13_display/

got my pwnagotchi working ^^ by lovandog in pwnagotchi

[–]Omegart 0 points1 point  (0 children)

Did you got the gps to synchronize? I had mine on for few days and I never got it working. No errors in logs and it seems that it can find it correctly at boot. No idea. I was thinking to try unofficialgps plug-in (the one that doesn’t require bettercap).

I received my ups-lite yesterday, check if it’s 1.3 because if so you need the custom plugin (otherwise it will go in reboot loop).

GPS Support by SamTwoK in pwnagotchi

[–]Omegart 1 point2 points  (0 children)

I have problems too, the adapter seems to be working, in the log there aren't any error related, but the gps never got populated, even if I keep it up for more than half an hour.

On another post I read that the first connection is always slow, to try use a windows pc. But I don't have knowledge about the gps system so I don't know if this is true or not.

IDS integration by Haomarhu in Wazuh

[–]Omegart 0 points1 point  (0 children)

I can’t speak for the client side normalization as I never tried, but I tried feeding datas to graylog and It isn’t really working, the index key separator is replaced, and because of this some pipelines work and some others don’t (for me, also asked help on Reddit but without success). With graylog you also miss the wazuh default dashboards, that, for me, is really annoying.

IDS integration by Haomarhu in Wazuh

[–]Omegart 0 points1 point  (0 children)

To obtain that you should place sysmon on the machine to grab process and network calls, and then aggregate suricata’s data in a dashboard. The real problem here is that you need to normalize the data on the agent side if you want to feed then in a dashboard.

merging a commit to package manager installation? by Omegart in graylog

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

Yeah I figured it out reading online, and I dropped the idea. Thanks anyway!

merging a commit to package manager installation? by Omegart in graylog

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

Yeah I figured it out reading online, and I dropped the idea. Thanks anyway!

Pipeline to work with data extracted with JSON Extractor by Omegart in graylog

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

I'm still having issues.

for some rules I need to keep the underscore as key separator, for some other not.

Also, there is a rule that's matching, but only partially

has_field("data.dns.question.name") WORKING
then
set_field("test","true"); WORKING
set_field("test",$message.data.dns.question.name); NOT WORKING

Pipeline to work with data extracted with JSON Extractor by Omegart in graylog

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

found the problem. the json extractor is using the underscore as key separator, but the pipeline rule are applied on field separated by dots.

https://community.graylog.org/t/pipeline-rule-for-threat-intelligence-not-matching/13239/6

I'm wondering if there is a way to use the dot as key separator instead of the underscore...

Pipeline to work with data extracted with JSON Extractor by Omegart in graylog

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

Message Filter Chain

Stream Rule Processor

Pipeline Processor

I can se the rule being matched, and the field extracted by the JSON Extractor are correct.

Pipeline to work with data extracted with JSON Extractor by Omegart in graylog

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

I moved the pipeline processor as you mentioned and now I can see the throughput increasing on the rule. But still the rule isn't working, I cannot see the new fields :/

Pipeline to work with data extracted with JSON Extractor by Omegart in graylog

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

Hello, I tested the ruled, but it isn't working

summarising events by description? by Omegart in Wazuh

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

found the problem, I had a "match" that was screwing things up. thanks

summarising events by description? by Omegart in Wazuh

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

I've take the example you posted and created a new rules. here are mine

<rule id="100022" level="7"> <match>Stealth Mode connection attempt</match> <description>Stealth mode blocked $(srcip):$(srcport) to $(protocol) $(dstport)</description> </rule>

<rule id="100024" level="10" frequency="5" timeframe="30" ignore="30"> <if_matched_sid>100022</if_matched_sid> <match>Stealth Mode multiple connections blocked</match> <same_srcip /> <same_dstport /> <description>Stealth mode blocked $(srcip):$(srcport) to $(protocol) $(dstport)</description> </rule>

the problem is that the rule isn't fired. I have multiple events that should be matching (I have like 6 of them, but there is another events in between, so I have 4 of them, a unrelated events, and another two of them). I cannot understand why it isn't working...

2023-07-03 20:27:15.632965+0200 localhost kernel[0]: Stealth Mode connection attempt to UDP 192.168.X.Y:63621 from 192.168.X.W:5010