Skip to content

Instantly share code, notes, and snippets.

View Kremilly's full-sized avatar
💻
Hello World!

César "Kremilly" Silva Kremilly

💻
Hello World!
View GitHub Profile
(?i)<script.*?>.*?</script>
@Kremilly
Kremilly / test-wordlist.txt
Created July 24, 2025 19:46
test-wordlist.txt
test
test
test
test
test
test
test
test
test
test
api
developer
docs
www
gist
(?i)<script.*?>.*?</script>
(?i)<iframe.*?>.*?</iframe>
(?i)<object.*?>.*?</object>
(?i)<embed.*?>.*?</embed>
(?i)<applet.*?>.*?</applet>
(?i)<form.*?>.*?</form>
(?i)<link.*?href=["']javascript:.*?>
(?i)<meta.*?content=["'].*?url=.*?>
(?i)<body.*?onload=.*?>
(?i)<svg.*?>.*?</svg>
version: '3.1'
services:
redis:
image: 'redis:alpine'
mysql:
image: 'mysql:8.0'
working_dir: /app
volumes:
- '.:/app'
@Kremilly
Kremilly / dumpsync.yml
Last active November 4, 2024 17:08
DumpSync setting's base
exports:
dump_data: true
drop_table_if_exists: true
database_if_not_exists: true
connection:
max_retries: 3
retry_connection_interval: 5
@Kremilly
Kremilly / openvpn-install.sh
Created August 7, 2024 12:55
openvpn-install.sh
#!/bin/bash
# shellcheck disable=SC1091,SC2164,SC2034,SC1072,SC1073,SC1009
# Secure OpenVPN server installer for Debian, Ubuntu, CentOS, Amazon Linux 2, Fedora, Oracle Linux 8, Arch Linux, Rocky Linux and AlmaLinux.
# https://github.com/angristan/openvpn-install
function isRoot() {
if [ "$EUID" -ne 0 ]; then
return 1
fi
@Kremilly
Kremilly / run_python.rs
Last active July 28, 2024 04:13
run_python.rs
use pyo3::prelude::*;
use std::error::Error;
fn main() -> Result<(), Box<dyn Error>> {
// Inicializa o Python
Python::with_gil(|py| {
// Define o script Python
let code = r#"
import pymupdf # PyMuPDF
.markdown-body .octicon {
display: inline-block;
fill: currentColor;
vertical-align: text-bottom;
}
.markdown-body .anchor {
float: left;
line-height: 1;
margin-left: -20px;
25a4cddd8e012dccc9745c03da39bc89891d1a7acb3033642a05d2e52709ad91 protegido.pdf