MetaSploit tutorial for beginners
MetaSploit tutorial for beginners This (updated for 2021) MetaSploit tutorial for beginners is meant to be a starting guide on how to use MetaSploit if you have never used it…
MetaSploit tutorial for beginners This (updated for 2021) MetaSploit tutorial for beginners is meant to be a starting guide on how to use MetaSploit if you have never used it…
This tutorial will show you how to make a Raspberry Pi hack tool by installing Kali on the Raspberry Pi - by the end of this guide you will have…
Metasploit for website pentest using wmap. This is a short tutorial on using the wmap module inside metasploit. Wmap is a web application scanner that runs within metasploit. We can…
It turns out that coding in php on android is possible (even if its not as good as on a mac, linux or even windows). In this blog post I'll…
There are a couple of things you need for mining monero in osx using xmring: 1) A monero wallet (get one from mymonero.com) 2) Homebrew (brew.sh) mining monero in osx…
Blackarch on the chuwi hi10pro - prereq's a usb hub a usb flashdrive a usb mouse a usb wifi adaptor (at least for the initial setup) Download blackarch from https://blackarch.org/downloads.html…
This post is now updated with install information for using 2020 versions of Kali on the Chuwi Hi10 Pro. When I first wrote this post I seriously wouldn't have recommended…
Altcoins exploded in 2015. Minergate is a nice little site that offers various GUI clients for cpu and gpu mining. This is a short little post about mining altcoins in…
Pihole on a raspberry pi - making a network wide advert blocker with a raspberry pi. I have a router using dnsmasq with adblocking setup on my router. I also…
This is a quick post about importing nessus6 scan results into metasploit. This can be very useful for adding a ton of information into a new Metsploit database, or adding…
[et_pb_section fb_built="1" admin_label="section" _builder_version="3.0.47"][et_pb_row admin_label="row" _builder_version="3.0.48" background_size="initial" background_position="top_left" background_repeat="repeat"][et_pb_column type="4_4" _builder_version="3.0.47" parallax="off" parallax_method="on"][et_pb_text admin_label="Text" _builder_version="3.0.74" background_size="initial" background_position="top_left" background_repeat="repeat"] This is a short post on Installing vagrant on centos 7. First,…
The LG 34um95 yosemite resolution bug is pretty annoying. I have an lg 34um95 screen - it runs at 3440x1440 - its a great screen, unless you have upgraded to…
This is a basic openvas tutorial for beginners. I will explain a little of how to use openvas web ui to perform a test of your systems. It will give…
This tutorial is a basic Kali linux arachni tutorial: to get arachni up and running on your kali linux system and perform a basic scan. Arahni is a vulnerability scanner…
This post will show you how to install phpcs and phpmd in sublime text on your mac: Following on from my post about using git and phpcs in brackets, I…
This post will show you how to mount a remote ssh filesystem as a 'drive' in osx using a bash script, osxfuse and brew. There are a few ways to…
This is a basic nikto tutorial for kali linux. It will get you started with nikto. For advanced usage, see 'man nikto' or the cirt website Nikto is a web…
Setting up brackets editor with git and phpcs with wordpress coding standard etc Brackets editor (brackets.io) is an editor that I've wanted to try out for a while now, but…
This post will show you how to show hidden files in finder (like .htaccess). There isn't an easy 'on/off' switch for it, instead, you have to enable it from the…
How to change the number of icons in launchpad - this is a great tip: change the number of icons in launchpad! if you use launchpad a lot (I don't,…
This is an excellent tweak to make to your osx or linux system open man pages in safari (or firefox or chrome): man pages are great, but they arent the…
How to disable sleepsafe hibernate mode on your mac. Your mac has a few cool features to let it wake form hibernation quickly. one is called sleepsafe. sleepsafe works by…
This post will show you how to change the default notification sound for the osx notification centre. firstly, there are a couple of rules: 1) the file has to be…
Show full path in finder title: This post will show you how to show the full path in the title bar of your finder windows on mac osx. open terminal…
The osx help app is very good. there is a lot of information contained within it, but it has an odd behavior that none of the other osx apps have:…
mc for mac osx! GNU Midnight Commander - mc - is an excellent orthodox text mode file manager. mc runs in your console, and has mouse support. It also has…
This post will show you how to change the warning that happens in osx when you try to change the file extension in finder. open terminal type in defaults write…
If you find yourself needing to click a link from terminal in osx, then there is a way to open it without having to copy / paste it to your…
Since ubuntu 11.04 the scrollbars have been funny. they are inspired by the osx lion scrollbars and only show when you hover over where they should be. fortunately you can…
How to change the default save location from icloud in osx mountain lion and newer. The default save location for icloud enabled apps is no longer on your own hard-drive.…
customise osx bash prompt: I was reading over an old lifehacker post (I was looking for the bash profiles site, and found this too), its a pretty good way to…
If you use the terminal app a lot, you will know that you can press the up arrow to get to the last command you typed to save you typing…
In osx lion and mountain lion the ~/Library folder is hidden. this terminal command will un-hide it for you. open terminal type chflags nohidden ~/Library you will now be able…
This post will show you how to disable smooth scrolling in osx mountain lion. open terminal type defaults write -g NSScrollAnimationEnabled -bool NO smooth crolling will now be disabled!
I upgraded from lion to mountain lion on my Macbook air 2012. This is how I fixed my mountain lion battery issues on a 2012 macbook air. As soon as…
This post will show you how to mount a macox dmg image file in linux. firstly, open terminal sudo mount -o loop /path/to/image.dmg /place/to/mount now your dmg file will be…
How to enable 2d dock on osx: This post will show you how to enable the black 2d dock in osx. enable 2d dock on osx open terminal and type:…
This post will show you how to disable the annoying popups when you try to launch an application for the first time on osx optn the terminal and type: defaults…
This will show you how to find bios version information from linux command line terminals. open the terminal / command prompt and run the command: sudo lshw -html > lshw.html…