Skip to content
KonnectCraft
IT Consulting & Service for Small Businesses
KonnectCraft
  • Home
  • Blog Posts
  • Remote Support
  • Contact
FacebookTwitterDribbble
Search
+17026372551
menu
  • Home
  • Blog Posts
  • Remote Support
  • Contact

Category Archives: pentest

You are here:
  1. Home
  2. Category "pentest"

check (or monitor for)compromised email accounts

network, pentest, securityBy konnectcraftSeptember 26, 2018Leave a comment

Firefox Monitor https://monitor.firefox.com/ Firefox Monitor uses the data provided by HIBP by Troy Hunt https://haveibeenpwned.com/ With HIBP, you are able to set email notifications when there is any breach with your email addresses.

managing saved WLAN profiles in windows

cmd, network, pentest, security, wifi, windowsBy konnectcraftJuly 6, 2018Leave a comment

Exporting Profiles: netsh wlan export profile folder=”Z:\wifi” Importing Profiles: netsh wlan add profile filename=”Wireless Network Connection 123456.xml” Importing Profiles (batch): for %%f in (wifi\*) do ( netsh wlan add profile filename=”wifi\%%~nf.xml” ) Source: Spiceworks Community

Viewing saved WiFi passwords on Windows

cmd, network, pentest, wifi, windowsBy konnectcraftJune 22, 2018Leave a comment

netsh wlan show profiles netsh wlan show profile name=”[SSID]” key=clear

Mute Console Beeps in Kali

linux, pentest, securityBy konnectcraftNovember 27, 2017Leave a comment

To mute the console beeps, execute the following: setterm -blength 0

Enable or Disable GUI on Kali 2+

linux, pentest, securityBy konnectcraftNovember 27, 2017Leave a comment

to boot without X systemctl set-default multi-user.target to boot to X systemctl set-default graphical.target find the current info systemctl get-default

Copyright © 2019 | 2456835 Ontario Inc. o/a KonnectCraft
Go to Top