forked from segofensiva/OSfooler-ng
-
Notifications
You must be signed in to change notification settings - Fork 13
Installation
Simple_Not edited this page Nov 16, 2020
·
2 revisions
After distro specific steps are done.
pip2 install NetfilterQueue
git clone https://github.com/moonbaseDelta/OSfooler-ng
cd OSfooler-ng
python2 setup.py install
By far known dependencies are those distro-specific packages: python2 python2-dev libnetfilter_queue libnfnetlink
For exact steps choose one from those below.
yum install epel-release
yum install python git python-pip wget gcc make python-devel libnetfilter_queue-devel libnfnetlink-devel
sed -i s/enabled=0/enabled=1/ /etc/yum.repos.d/CentOS-PowerTools.repo
yum install epel-release
yum install python2 git python2-pip wget gcc make python2-devel libnetfilter_queue-devel libnfnetlink-devel
apt install libnetfilter-queue-dev libnfnetlink-dev python python-setuptools python-pip
After Osfooler-ng is installed & has been launched.
curl http://witch.valdikss.org.ru/ -Ss | sed -n '/^<pre/,/NTL/p'
Should return Detected OS = Windows NT kernel [generic]
- some home routers do change TCP options, so consider using a VPN to the cloud for tests
- Virtualbox also may change TCP options, so GuestVM->Host->VPN may not work because TCP opts are changed between GuestVM->Host.