View InviReg.user.js
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
// ==UserScript== | |
// @name InviReg - YouTube->Invidious | |
// @author Albirew, heavily based on script by Tazeki | |
// @namespace https://gist.github.com/Albirew/ | |
// @description The smallest, possibly most useful YouTube-Invidious conversion script. RegEx based. Sends any /www.youtube.com/ sites to Invidious before page load. Does not affect /other.youtube.com/, (gaming.youtube.com, creatoracademy.youtube.com, etc.). | |
// @include *youtube* | |
// @version 1.1c | |
// @icon https://invidious.fdn.fr/favicon.ico | |
// @grant none | |
// @run-at document-start |
View ipmi.php
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>IPMI Midgard</title> | |
<meta name="description" content="page IPMI du serveur Albirew Midgard"> | |
<style type="text/css"> | |
tr:nth-child(even) {background-color: #f2f2f2;} | |
table, .list{ |
View dcs-5020l-camera-control.php
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
<?php | |
$camIP="172.16.3.14"; | |
$camUser="admin"; | |
$camPass=""; | |
?> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>D-Link DCS-5020L cam control for <?php echo($camIP); ?></title> | |
<meta charset="UTF-8"> |
View windows-1252.sh
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 | |
find -name *é* -exec rename 's/é/é/g' '{}' \; | |
find -name *è* -exec rename 's/è/è/g' '{}' \; | |
find -name *ç* -exec rename 's/ç/ç/g' '{}' \; | |
find -name *Ã * -exec rename 's/Ã /à/g' '{}' \; | |
find -name *ù* -exec rename 's/ù/ù/g' '{}' \; | |
find -name *ø* -exec rename 's/ø/ø/g' '{}' \; | |
find -name *â* -exec rename 's/â/â/g' '{}' \; | |
find -name *ë* -exec rename 's/ë/ë/g' '{}' \; | |
find -name *ÿ* -exec rename 's/ÿ/ÿ/g' '{}' \; |
View hash2magnet.php
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
<?php | |
if(isset($_POST['novar'])) | |
{ | |
$hash=$_POST['hache']; | |
$hash = trim($hash); | |
$hash = stripslashes($hash); | |
$hash = htmlspecialchars($hash); | |
} | |
if(isset($_POST['avar'])) | |
{ |
View capture-error-winload.bat
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
@echo off | |
:: script to use when capture image capture shows error 0xc000000f (failed to start winload.*) under 2012r2 | |
:: https://gist.github.com/Albirew/ff86c4871b252acf6d7b5c298283859c | |
echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» | |
echo º Bypass error 0xc000000f on capture.wim (failed to start winload.*) º | |
echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍŒ | |
echo. | |
if [%1]==[] goto noarg | |
:: UAC privilege escalation | |
:checkPrivileges |
View anti-disabled.user.js
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
// ==UserScript== | |
// @name anti-disabled | |
// @description Remove fuckin password and button limitation on websites | |
// @version 1.2 | |
// @author sysadmin_fr | https://discord.gg/ejJ4dsg | |
// @namespace https://gist.github.com/Albirew/ | |
// @grant none | |
// @include http://* | |
// @include https://* | |
// @run-at document-start |
View pocketmine.sh
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 | |
# /etc/init.d/pocketmine | |
### BEGIN INIT INFO | |
# Provides: pocketmine | |
# Required-Start: $local_fs $network $remote_fs screen-cleanup | |
# Required-Stop: $local_fs $network $remote_fs | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: PocketMine server |
View wannaPatch.bat
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
@echo off | |
:: https://gist.github.com/Albirew/613cbf63595647ff26b269d5271871a0 | |
:: added rev.18 of Matt's privilege escalation script: http://stackoverflow.com/posts/12264592/revisions | |
:: UAC privilege escalation | |
:checkPrivileges | |
NET FILE 1>NUL 2>NUL | |
if '%errorlevel%' == '0' ( goto gotPrivileges ) else ( goto getPrivileges ) | |
:getPrivileges | |
if '%1'=='ELEV' (echo ELEV & shift /1 & goto gotPrivileges) |
NewerOlder