This file contains hidden or 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 | |
nmap -iL supl-hosts.txt -p 7276,7275 |
This file contains hidden or 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
program EncryptedIni; | |
{$mode objfpc}{$H+} | |
uses | |
Classes, SysUtils, IniFiles, BlowFish, base64; | |
type | |
{ TIniFileEx } |
This file contains hidden or 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
<?xml version="1.0"?> | |
<project name="My project" xmlns:if="ant:if" xmlns:unless="ant:unless"> | |
<!-- Properties: --> | |
<!-- <property file="build.properties"/> --> | |
<property name="build_dir" location="build"/> | |
<!-- Targets: --> | |
<target name="clean"> | |
<delete dir="${build_dir}"/> |
This file contains hidden or 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/python3 | |
# | |
# Python script for making MySQL db backups to MEGA.nz | |
# | |
# Features: | |
# - Can backup multiple databases (each to separate sub-folder) | |
# - Upload backups to Mega.nz (no backups stored local) | |
# - Detect changes in database with checksum and do not upload unchanged data twice | |
# |
OlderNewer