Skip to content

Instantly share code, notes, and snippets.

View aderumier's full-sized avatar

alexandre derumier aderumier

View GitHub Profile
Jun 16 15:19:27 kvmformation1 frr[830721]: Loading capability module if not yet done.
Jun 16 15:19:27 kvmformation1 zebra[830751]: Setting netlink socket receive buffer size: 212992 -> 180000000
Jun 16 15:19:27 kvmformation1 zebra[830751]: netlink-cmd (NS 0) error: message truncated
Jun 16 15:19:27 kvmformation1 frr[830721]: Starting Frr daemons (prio:10):. zebra2018/06/16 15:19:27 errors: ZEBRA: netlink-cmd (NS 0) error: message truncated
Jun 16 15:19:27 kvmformation1 frr[830721]: 2018/06/16 15:19:27 errors: ZEBRA: netlink-cmd (NS 0) error: message truncated
Jun 16 15:19:27 kvmformation1 zebra[830751]: netlink-cmd (NS 0) error: message truncated
Jun 16 15:19:27 kvmformation1 zebra[830751]: Disabling MPLS support (no kernel support)
Jun 16 15:19:27 kvmformation1 frr[830721]: 2018/06/16 15:19:27 warnings: ZEBRA: Disabling MPLS support (no kernel support)
Jun 16 15:19:27 kvmformation1 zebra[830753]: Initializing own label manager
Jun 16 15:15:06 kvmformation1 frr[827769]: Loading capability module if not yet done.
Jun 16 15:15:06 kvmformation1 zebra[827800]: Setting netlink socket receive buffer size: 212992 -> 180000000
Jun 16 15:15:06 kvmformation1 zebra[827800]: netlink-cmd (NS 0) error: message truncated
Jun 16 15:15:06 kvmformation1 frr[827769]: Starting Frr daemons (prio:10):. zebra2018/06/16 15:15:06 errors: ZEBRA: netlink-cmd (NS 0) error: message truncated
Jun 16 15:15:06 kvmformation1 frr[827769]: 2018/06/16 15:15:06 errors: ZEBRA: netlink-cmd (NS 0) error: message truncated
Jun 16 15:15:06 kvmformation1 zebra[827800]: netlink-cmd (NS 0) error: message truncated
Jun 16 15:15:06 kvmformation1 zebra[827800]: Disabling MPLS support (no kernel support)
Jun 16 15:15:06 kvmformation1 frr[827769]: 2018/06/16 15:15:06 warnings: ZEBRA: Disabling MPLS support (no kernel support)
Jun 16 15:15:06 kvmformation1 zebra[827802]: Initializing internal label manager
''
2018/08/26 14:22:01 wazuh-modulesd:vulnerability-detector: DEBUG: (5462): Getting agent 7 software...
2018/08/26 14:22:01 wazuh-modulesd:vulnerability-detector: DEBUG: (5456): The 'gzip' package from agent 7 is not vulnerable to CVE-1999-1332. Condition: package version (1.6-4) less than 0:1.3.5-6.
2018/08/26 14:22:01 wazuh-modulesd:vulnerability-detector: DEBUG: (5456): The 'cpio' package from agent 7 is not vulnerable to CVE-1999-1572. Condition: package version (2.11+dfsg-4.1+deb8u1) less than 0:2.5-1.2.
2018/08/26 14:22:01 wazuh-modulesd:vulnerability-detector: DEBUG: (5456): The 'tcpdump' package from agent 7 is not vulnerable to CVE-2002-0380. Condition: package version (4.9.2-1~deb8u1) less than 0:3.7.1-1.2.
2018/08/26 14:22:01 wazuh-modulesd:vulnerability-detector: DEBUG: (5456): The 'openssl' package from agent 7 is not vulnerable to CVE-2002-0655. Condition: package version (1.0.2l-1~bpo8+1) less than 0:0.9.6e-1.
2018/08/26 14:22:01 wazuh-modulesd:vulnerability-detector: DEBUG: (5456): The 'opens
''
+++-==============================================-============================-============================-==================================================================================================
ii acl 2.2.52-2 amd64 Access control list utilities
ii acpi 1.7-1 amd64 displays information on ACPI devices
ii acpi-support-base 0.142-6 all scripts for handling base ACPI events such as the power button
ii acpid 1:2.0.23-2 amd64 Advanced Configuration and Power Interface event daemon
ii adduser 3.113+nmu3 all add and remove users and groups
ii alien
TypeError at /engines/policies/add
Direct assignment to the forward side of a many-to-many set is prohibited. Use scopes.set() instead.
Request Method: POST
Request URL: http://web:8003/engines/policies/add
Django Version: 2.2.3
Exception Type: TypeError
Exception Value:
Direct assignment to the forward side of a many-to-many set is prohibited. Use scopes.set() instead.
Exception Location: /opt/patrowl-manager/env3/lib/python3.7/site-packages/django/db/models/fields/related_descriptors.py in __set__, line 538
Python Executable: /opt/patrowl-manager/env3/bin/python3
<?php
/*
PUF: Phate's UDP Flooder V1.0.10
More info/latest version:
https://github.com/udp-flooder/puf
The MIT License (MIT)
Copyleft (c) 2013 Phate ~ github.com/udp-flooder/
sub activate_volume {
my ($class, $storeid, $scfg, $volname, $snapname, $cache) = @_;
my $vg = $scfg->{vgname};
# only snapshot volumes needs activation
if ($snapname) {
my $snapvol = "snap_${volname}_$snapname";
my $cmd = ['/sbin/lvchange', '-ay', '-K', "$vg/$snapvol"];
run_command($cmd, errmsg => "activate_volume '$vg/$snapvol' error");
@aderumier
aderumier / index.html
Created November 27, 2021 14:45
Isotope - packery layout mode
<h1>Isotope - packery layout mode</h1>
<div class="grid">
<div class="grid-item grid-item--width2"></div>
<div class="grid-item grid-item--height2"></div>
<div class="grid-item"></div>
<div class="grid-item"></div>
<div class="grid-item grid-item--width2 grid-item--height2"></div>
<div class="grid-item grid-item--width2"></div>
<div class="grid-item grid-item--width2"></div>
+ xtype: 'numberfield',
+ fieldLabel: gettext('Max Backups'),
+ name: 'maxfiles',
+ minValue: 0,
+ maxValue: 365,
+ value: me.create ? '1' : undefined,
+ allowBlank: false
+ },
+ {
+ xtype: 'numberfield',
185.122.204.97:33054 [14/Nov/2022:06:31:44.397] FO~ honeypot/<NOSRV> -1/20747/-1/-1/19959 500 208 - - PT-- 19/18/2/0/0 0/0 {www.domain.com|Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.0 Safari/537.36|https://www.domain.com/} {|} "GET /if(now()=sysdate(),sleep(15),0)/%20negociation.htm HTTP/1.1"
185.122.204.97:39780 [14/Nov/2022:06:32:07.229] FO~ honeypot/<NOSRV> -1/19908/-1/-1/19791 500 208 - - PT-- 17/17/6/0/0 0/0 {www.domain.com|Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.0 Safari/537.36|https://www.domain.com/} {|} "GET /if(now()=sysdate(),sleep(15),0)/coeur%20ouvert.htm HTTP/1.1"
185.122.204.97:33232 [14/Nov/2022:06:32:27.127] FO~ honeypot/<NOSRV> -1/19945/-1/-1/19890 500 208 - - PT-- 24/24/5/0/0 0/0 {www.domain.com|Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.0 Safari/537.36|https://www.domain.com/} {|} "GET /if(now()=sysdate(),sleep(15),0)/afnor.