The OpenClaw guide is now maintained as a proper repository with better structure and actionable examples.
New location: https://github.com/digitalknk/openclaw-runbook
- Streamlined narrative guide
- Copy-paste example templates
- VPS setup instructions
The OpenClaw guide is now maintained as a proper repository with better structure and actionable examples.
New location: https://github.com/digitalknk/openclaw-runbook
Enclosed are some sanitized samples of data GreyNoise has identified and collected related to the Log4J vulnerability exploitation in the wild. GreyNoise infrastructure IPs have been removed while preserving the data to the best of our ability. Please note that GreyNoise HAS NOT verified if any of these are effective. These examples are not a comprehensive coverage of all the payloads GreyNoise have observed.
These samples are intended to provide individuals with a clearer idea of some of the variation in the wild.
The follow section includes Log4Shell samples seen in the wild
What appears to be a failed attempt:
This worker script will evaluate your origin response, and replace html comments marked as fragment:key with a respective prefetch defined in a X-Fragments response header.
Your origin must include the X-Fragments header, specifying the a comma separated list of prefetch requests to make for that response.
< HTTP/1.1 200 OK
| 1. install postgres | |
| 2. run makedb.rb >tiles.csv | |
| 3. run tiles.sql | |
| 4. run archive.rb | |
| 5. enjoy |
This is a quick demo of using twisted enpoints with cowrie to be able to use systemd socket activation. This has been tested on a fresh install of Ubuntu 16.04.2:
Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.4.0-62-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
Last login: Tue May 2 23:47:09 2017
Please see the most up-to-date version of this protocol on my blog at https://darencard.net/blog/.
inotify-tools is installed (https://github.com/rvoicilas/inotify-tools)| #/bin/bash | |
| #Ask some info | |
| echo -n "Enter ELK Server IP or FQDN: " | |
| read eip | |
| echo -n "Enter Admin Web Password: " | |
| read adpwd | |
| #Update System | |
| sudo apt-get update | |
| sudo apt-get upgrade -y |
| from scapy.all import * | |
| import requests | |
| import time | |
| MAGIC_FORM_URL = 'http://put-your-url-here' | |
| def record_poop(): | |
| data = { | |
| "Timestamp": time.strftime("%Y-%m-%d %H:%M"), | |
| "Measurement": 'Poopy Diaper' | |
| } |
| Sometimes after a hard reboot (power cut), if your synology cannot be logged in with DSM and it shows "System is getting ready. Please log in later" , please do these steps : | |
| #Admin login via ssh | |
| > synobootseq --set-boot-done | |
| > synobootseq --is-ready | |
| #optional | |
| > /usr/syno/etc/rc.d/S97apache-sys.sh start | |
| > /usr/syno/etc/rc.d/S95sshd.sh start |