Skip to content

Instantly share code, notes, and snippets.

View TheRinger's full-sized avatar
🖕
1EWEZACF6bsXC5zy7KTxGYs1aMunKF4WaZ

TheRinger TheRinger

🖕
1EWEZACF6bsXC5zy7KTxGYs1aMunKF4WaZ
View GitHub Profile
#!/bin/bash
#Linux 5.0
apt clean && apt autoclean && apt update && apt install fakeroot
echo "
-----BEGIN PGP SIGNATURE-----
iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAlx8YYIeHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGs5MIAIiVVIH+C0St60vf
nzfGpVe+BETe199UveM4Ic2FWMk97ZhSk5Oj6HwYY9vnw4iwoRCZIO5B8Dna4nxY
8XjiwxpJRVLq+7Y1d61O6NHo6UjFHF0GMzyeJeNNUq+mCISxZdLsqzsszt9X09mA
#!/usr/bin/env bash
#encoding=utf8
CPPFLAGS="-I/usr/local/include"
LDFLAGS="-L/usr/local/lib"
BUILD_DIR="/opt"
build_dir="/opt"
#prefix_dir="/usr/local"
#ssl_dir="/usr/local/ssl"
#lib_dir="/usr/local/ssl/lib"
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.13 Kernel Configuration
#
#
# Compiler: gcc-8 (Debian 8.2.0-13) 8.2.0
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80200
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.0.0 Kernel Configuration
#
#
# Compiler: gcc (Debian 8.2.0-14) 8.2.0
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80200
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.0.0 Kernel Configuration
#
#
# Compiler: gcc (Debian 8.2.0-14) 8.2.0
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80200
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.0.0 Kernel Configuration
#
#
# Compiler: gcc (Debian 8.2.0-14) 8.2.0
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80200
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.13 Kernel Configuration
#
#
# Compiler: gcc-8 (Debian 8.2.0-13) 8.2.0
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80200
#!/bin/bash
/usr/bin/python3 -m advancedhttpserver -w /opt/linux-5.0/Documentation/output/ -i 127.0.0.1 -p 80
exit 0
This file has been truncated, but you can view the full file.
OUI/MA-L Organization
company_id Organization
Address
E0-43-DB (hex) Shenzhen ViewAt Technology Co.,Ltd.
E043DB (base 16) Shenzhen ViewAt Technology Co.,Ltd.
9A,Microprofit,6th Gaoxin South Road, High-Tech Industrial Park, Nanshan, Shenzhen, CHINA.
shenzhen guangdong 518057
CN
#!/bin/bash
if [[ "$1" && -f "$1" ]]; then
FILE="$1"
else
echo 'Specify the .csv file to analyze.';
echo 'Usage:';
echo -e "\tbash wfw.sh /tmp/test-01.csv";
exit
fi