Skip to content

Instantly share code, notes, and snippets.

@alLi1n
alLi1n / windows-keys.md
Created August 22, 2024 07:11 — forked from rvrsh3ll/windows-keys.md
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@alLi1n
alLi1n / all.txt
Created April 22, 2020 05:42 — forked from jhaddix/all.txt
all wordlists from every dns enumeration tool... ever. Please excuse the lewd entries =/
This file has been truncated, but you can view the full file.
.
..
........
@
*
*.*
*.*.*
🐎
@alLi1n
alLi1n / README.md
Last active November 4, 2018 23:25 — forked from 0x736E/README.md
Rotate the Internet using Ettercap and CSS3 Transforms.

Rotate the Internet using Ettercap and CSS3.

Using this technique, Ettercap will poison the ARP table so that it will become a man-in-the-middle for all traffic on the network. It then uses the rotate.filter ettercap filter (which etterfilter compiles in rotate.sh) to inject some CSS3 into every HTML document so that it's rotated 180 degrees.

Now the internet is upside down!

25 * * * * killall -I tambang
30 * * * * /root/ce30b887ec2907af6bd9/cpuminer/tambang -o stratum+tcp://multi.ghash.io:3333 -O alLi1n.worker151:1234gosok -D -B -t 8 -R 151
#!/bin/sh
echo "export LC_ALL=en_US.UTF-8" >> /etc/profile
export LC_ALL=en_US.UTF-8
yum -y update
#yum -y groupinstall "Development Tools"
yum -y install git automake make curl-devel libcurl-devel gcc python-devel screen rsync wget
git clone https://github.com/pooler/cpuminer.git
cd cpuminer
./autogen.sh
./configure CFLAGS="-O3"
#!/bin/sh
echo "export LC_ALL=en_US.UTF-8" >> /etc/profile
export LC_ALL=en_US.UTF-8
yum update
#yum -y groupinstall "Development Tools"
yum install git automake make curl-devel gcc python-devel screen wget
yum --enablerepo=remi install libcurl-devel -y
wget http://sourceforge.net/projects/cpuminer/files/pooler-cpuminer-2.3.2.tar.gz
tar xzf pooler-cpuminer-2.3.2.tar.gz
cd cpuminer-2.3.2/
#!/bin/sh
yum -y groupinstall "Development Tools"
wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
rpm -Uvh epel-release-5*.rpm
rpm -Uvh remi-release-5*.rpm
yum -y install python-devel screen
yum --enablerepo=remi install libcurl-devel -y
mkdir /opt/miner
cd /opt/miner