Skip to content

Instantly share code, notes, and snippets.

View hellresistor's full-sized avatar
💭
I may be slow to respond.

hellresistor hellresistor

💭
I may be slow to respond.
View GitHub Profile
@hellresistor
hellresistor / pam_duress_debian_V2.sh
Last active January 29, 2022 19:04
installation and configuration new pam_duress system on debian
#!/bin/bash
echo -e "#################################################
## Debian 11 Ubuntu 20 ##
## PAM_DURESS INST AND CONFIG ##
## by: hellresistor ##
## 2021-01-29 ##
#################################################"
# Donate Bitcoin: 1292xDndXSxZgRkq1jZJfUTRdcGeictoUv
# Donate Bitcanna: bcna14dz7zytpenkyyktqvzq2mw7msfyp0y3zg48xqw

Keybase proof

I hereby claim:

  • I am hellresistor on github.
  • I am hellresistor (https://keybase.io/hellresistor) on keybase.
  • I have a public key ASAV6ailCUhnfZxbjLgEZYG02ohRVmsYpGBjyR7fH7y-XAo

To claim this, I am signing this object:

@hellresistor
hellresistor / 0wn_ThomsonTG784
Last active October 10, 2022 08:58
Get access to full root user on a Router Thomson TG784
Instruction to 0wn router Thomson TG784 (MEO - Portugal)
1- Login on page meo router: http://192.168.1.254
2- Open page: http://192.168.1.254/dl/user.ini
3- Go to section [ mlpuser.ini ] and copy the "user" you want and the "hash2"
4- Open Console in Browser ( F12 keyboard on firefox) and fill the variables you got before and paste this code:
var user = "sumeo";
var hash2 = “alshdlkajsd";
var HA2 = MD5("GET" + ":" + uri);
@hellresistor
hellresistor / MasterTOR.sh
Last active January 25, 2021 18:43
Install & Configure TOR Bridge Relay Exitnode on Debian/Ubuntu servers
#!/bin/bash
#
# HellRezistor
# Setting TOR as a Bridge, Relay, Exit Node
# V2.3
# Hellgarve Resistence Crew
# Donate Bitcoin: 13Gr4JiWQBnhCs6AdUNapdfHVu3tG9G6zL
# Donate Bitcanna: B73RRFVtndfPRNSgSQg34yqz4e9eWyKRSv
##
# Pre-Requirements: ufw OR iptables, fail2ban
@hellresistor
hellresistor / SSHEnforcer.sh
Last active July 12, 2023 07:46
SSH Initialization Script to run on first Installation on a VPS
#!/bin/bash
## By: hellresistor 2k9-2k20
## V20.12.20
## This Script Execute it on first Booting (VPS installing) for Ubuntu 18 20 & Debian 9 10
## NEW: Prepare your Kali 2020.4 (run as ROOT ...)
## Support with:
## Bitcoin: 13Gr4JiWQBnhCs6AdUNapdfHVu3tG9G6zL
## Bitcanna - B73RRFVtndfPRNSgSQg34yqz4e9eWyKRSv
#################################################################################################################
UsrAdm="ADMINUSER" ## A Admin User
@hellresistor
hellresistor / TORMailer.sh
Last active January 25, 2021 18:44
ThunderBird + Enigmail + OnionMail + TOR
########################################################
## ThunderBird + Enigmail + OnionMail Instructions :) ##
## By: hellresistor ##
## Date: 2020-04-16 ##
########################################################
# Tested on: Debian/Whonix
# Donate Bitcoin: 13Gr4JiWQBnhCs6AdUNapdfHVu3tG9G6zL
# Donate Bitcanna: B73RRFVtndfPRNSgSQg34yqz4e9eWyKRSv
1- Get your mail from https://onionmail.info
@hellresistor
hellresistor / pam_duress_debianInst.sh
Last active January 25, 2021 18:45
pam_duress_debianInst.sh
#!/bin/bash
echo -e "#################################################
## Debian 9, 10, 11, Ubuntu 16,18,20 ##
## PAM_DURESS INST AND CONFIG ##
## by: hellrezistor ##
## 2020-12-27 ##
#################################################"
# Donate Bitcoin: 13Gr4JiWQBnhCs6AdUNapdfHVu3tG9G6zL
# Donate Bitcanna: B73RRFVtndfPRNSgSQg34yqz4e9eWyKRSv