celevra

Results 92 comments of celevra

are the Filters an AND or an OR? so, does that work? ``` name: whitelist debug: true filters: - Alert.GetValue() in ["109.237.xxx.xxx", "159.xxx.xxx.xxx"] - IpInRange(Alert.GetValue(), '192.168.0.0/16') - IpInRange(Alert.GetValue(), '10.0.0.0/8') -...

will this change in future?

thank you for your fast anwser, i have tried two configs with tomcast, one with http://192.168.10.25/stream/tunerequest00040000C0FFFFFF00B79800000400FF0085000E010102FF and one with http://192.168.10.25:10001 above are two logs, the first is with the long...

as expected, downloading with curl: curl 'http://192.168.10.25:10001' > test.ts and decrypting with tsdecrypt: tsdecrypt --camd-server 192.168.10.6:12345 --camd-user xxx --camd-pass xxx -A NEWCAMD --input test.ts --output decrypted.ts --ca-system NAGRA is working...

i'm very pleased for your code and for your help but i think you heavn't read my postings the long url is only to tune and redirects to the short...

obelix tomcast # cat test.conf discovery 192.168.10.6:5050 http://192.168.10.25:10001/ obelix tomcast # ./tomcast -c test.conf tomcast 1.15 Copyright (C) 2010-2013 Unix Solutions Ltd. Configuration: Server ident : unixsol/tomcast Channels file :...

my compose: ``` version: "3.7" services: server: image: padloc/server build: context: github.com/padloc/padloc.git#main dockerfile: Dockerfile-server environment: PL_DATA_BACKEND: leveldb PL_DATA_LEVELDB_DIR: /data PL_DATA_ATTACHMENTS_BACKEND: fs PL_DATA_ATTACHMENTS_DIR: /attachments PL_SERVER_CLIENT_URL: http://localhost:8081 ports: - 3000:3000 volumes: -...

updating to newest yara removed the syntax error, but it didn't recognized my bad .msg [Test Meeting.zip](https://github.com/Neo23x0/signature-base/files/11012143/Test.Meeting.zip)

I've created the msg with this poc: https://github.com/api0cradle/CVE-2023-23397-POC-Powershell