Widespread Augmented Reality

Widespread Augmented Reality
Click on the image to get the Android Augmented Reality Heads up Display

Sunday, December 30, 2018

Kali Linux WiFite missing hcxpcaptool and hcxdumptool

Resolve Warning: Recommended app hcxpcaptool hcxdumptool was not found.

Go to the hcxdumptool git hub site
Find the clone of download drop down button.
Right click on download zip and copy the link address.
Open and Kali Linux terminal and type: wget [the link address], e.g. wget https://github.com/ZerBea/hcxdumptool/archive/master.zip
Wait for download then type unzip master.zip
CD (change directory) to hcxdumptool-master
Type make
Type sudo make install

Follow these same steps for the hcxpcaptool.
For example: wget https://github.com/ZerBea/hcxtools/archive/master.zip
You may find it first necessary to run the following:
sudo apt-get update
sudo apt-get install libssl-dev
sudo apt-get install openssl
sudo apt-get install zlib1g-dev
sudo apt-get install libpcap-dev
sudo apt-get install curl
sudo apt-get install libcurl4 ( or greater )
wget https://curl.haxx.se/download/curl-7.63.0.tar.gz
 :~/tar -xvzf curl-7.48.0.tar.gz
 :~/rm *.gz
 :~/cd curl-7.48.0
 :~/./configure
 :~/sudo make
 :~/sudo make install

Monday, December 10, 2018

Visual Studio C# Run Error

I am attempting to launch a project that I copied from another machine.

Unable to launch the IIS Express Web server.
The start URL specified is not valid. https://localhost/.....
Need to dropdown [Project] -> [Web Properties] -> Un-check Override Application Root.

Then get on your motorcycle and reward yourself for a job well done.