Scripts moved to:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import random | |
from bs4 import BeautifulSoup | |
# Make sure you install BeautifulSoup first | |
# pip3 install beautifulsoup4 | |
# Define a function to get a list of phone numbers in a given country | |
def get_numbers(country): | |
# Make a GET request to the website to get the HTML content |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Puedes ver una versión más avanzada de este bot en https://github.com/nukeador/chatgpt-tegram-bot | |
# Requisitos: | |
# 1. Tener una cuenta de Telegram y haber creado un bot de Telegram utilizando el BotFather. | |
# 2. Tener una cuenta de OpenAI y haber obtenido una clave de acceso a la API de ChatGPT. | |
# 3. Tener instalado Python 3 en el sistema. | |
# 4. Instalar los módulos de python `pyTelegramBotAPI` y `openai` utilizando pip. | |
# 5. Configurar el token del bot de Telegram y la clave de acceso a la API de ChatGPT en el script. | |
# 6. Ejecutar el script utilizando una conexión a Internet activa. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
Usage bulk-ban.py room-list.txt @userid:server.com | |
Please set the notice_room variable to the room your want to notify when | |
banning an user. | |
You will need matrix-commander installed configured before | |
https://github.com/8go/matrix-commander/ | |
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You need two csv files with the links to the vendor wav files | |
# vendor1.csv should have urls in the 5th column | |
# vendor2.csv should have urls in the 13th column | |
rm vendor1.audios.txt | |
rm vendor2.audios.txt | |
mkdir -p audios | |
awk -F "\"*,\"*" '{print $5}' vendor1.csv | shuf -n20 >> vendor1.audios.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Your VPN name on Network Manager, to list all connections you can use: nmcli con | |
VPN_NAME="your.vpn.name" | |
# List of apps you want to kill before disconnecting from the VPN, if you don't kill them, they will leak traffic | |
KILL_APPS="firefox thunderbird transmission-gtk" | |
# Killing apps | |
killall $KILL_APPS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Your VPN ip address, you can use: host yourvpnaddress.com | |
VPN_IP="X.X.X.X" | |
# Your VPN name on Network Manager, to list all connections you can use: nmcli con | |
VPN_NAME="your.vpn.name" | |
# Your network device, usually wlan0 for wifi and eth0 for cable, check with: ifconfig | |
NW_DEVICE="wlan0" | |
# Your local network range, change if different | |
LOCAL_NW="192.168.0.0/16" |
I hereby claim:
- I am nukeador on github.
- I am nukeador (https://keybase.io/nukeador) on keybase.
- I have a public key whose fingerprint is E5FF 384E C4AA 2E58 E6DC 9CD2 17E0 ABDB C6F4 23E6
To claim this, I am signing this object:
##Install Discourse using docker
https://github.com/discourse/discourse/blob/master/docs/INSTALL-digital-ocean.md
##Configure and run the importer script
Let's ssh inside the docker
$ cd /var/discourse
$ ./launcher ssh app
This guide provides detailed steps for setting up DNS records, configuring a DNS tunneling server and client, and setting up a browser for secure proxy connections.
- Bypassing Network Restrictions: iodine excels in environments with strict network restrictions. It utilizes DNS queries, which are typically allowed through firewalls, to tunnel data where traditional methods like VPNs might be blocked.
- Efficient for Limited Bandwidth: Ideal for situations with bandwidth limitations, iodine requires less bandwidth compared to standard VPNs, making it a practical choice for networks with restricted data flow.
- Customizability and Open Source: As an open-source tool, iodine offers extensive customization options. Users with specific technical needs or those interested in a hands-on approach to network tunneling can tailor iodine to their requirements.
NewerOlder