Jonathans BlogJonathans Blog
  • Adventures
    • DIY
    • WhiskyWhisky!
    • Beerphotos of the beer I drink…
    • Cooking
    • Fitness
    • London
    • Edinburgh
    • Liverpool
    • Glasgow
    • CYBERUK19
    • Amsterdam Blockchain 2018
    • Sorrento 2015
    • West Highland Way 2014
    • West Island Way 2014
    • Aberfoyle 2013
    • Scottish islands cycle 2012
    • Cyprus 2011
    • Europe cycle 2010
    • Cycle across europe 2009
  • Crypto Coins
    • Amsterdam Blockchain
    • Alt coins
    • Bitcoin
    • Exchanges
    • Mining
  • Development
    • Editors
    • Methodology
    • Multiloquent
    • Multiloquent wordpress theme
    • Php
    • SEO
    • SQL
    • Vagrant
    • vuejs
    • WordPress
  • Hardware
    • raspberry pi
  • Pentest
    • Kali Linux
    • Metasploit
    • Hacking Tools
    • CYBERUK19
    • OSCP
  • Android
  • Linux
    • Apache
    • Kali Linux
    • Commandline
    • Networking
    • Metasploit
  • Apple
    • Iphone and ipad
    • Apple tv
    • Addressbook / contacts
    • Dock
    • Finder
    • Gaming
    • Google chrome
    • Icalthis is the category for ical. in it you will find lots of tips and tricks and some hacks for ical on your mac.
    • Ichat / messages
    • Iphoto
    • Itunes
    • Mail.app
    • Mission control
    • Notification center
    • Osx
    • Reminders.app
    • Safari
    • Security
    • Spotlight
    • Tasks
    • Terminal
    • Time machine
  • Other
    • News
    • Music
    • Ableton
    • Albums
    • Legal stuff
    • Protoolsprotools
    • Internet
    • Social networking
    • Formula 1
  • About Me
    • Portfolio

Directory

Website crawler software kali linux
jonathansblog

Website crawler software kali linux

Spidering a web application using website crawler software in kali linux There are lots of tools to spider a web application (an companies which are based on this tech, eg google) short list of tools to help you spider a site (eg for creating a sitemap for SEO, or recon Read more…

By Jonathan Mitchell, 2 years5 months ago
image courtesy of https://www.flickr.com/photos/christiaancolen/20607701226
jonathansblog

WordPress Security

This is a WordPress Security mega-post containing a lot of best-practice information on securing, hardening, updating and maintaining a WordPress site. Used by more than 60 million websites, including 30% of the top 10 million websites as of April 2018, WordPress is the most popular website management system in use. Read more…

By Jonathan Mitchell, 2 years7 months ago
Metasploit for website pentest
jonathansblog

Metasploit for website pentest

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 use wmap to get an outline of the application we are probing. Start dvwa inside vagrant In this tutorial I’ll Read more…

By Jonathan Mitchell, 2 years7 months ago
Kali Linux

Installing metasploitable with vagrant

Metasploitable background: What is metasploitable? “Metasploitable is a Virtual Machine that is built from the ground up with a large amount of security vulnerabilities. It is intended to be used as a target for testing exploits with metasploit.” Why do we need metasploitable? One of the problems you encounter when Read more…

By Jonathan Mitchell, 2 years7 months ago
Php

Laravel quickstart gist migrating existing tables

This follows on from the previous laravel gist. it covers generating mdels, views and bootstrapping for controllers for pre-existing database tables.Useful if you have a few hundred tables and relationships in an existing database. cd ~/git brew install nmp brew install nodejs curl -sS https://getcomposer.org/installer | php composer global require Read more…

By Jonathan Mitchell, 3 years2 years ago
Kali Linux

Vega scanner tutorial for beginners in kali linux

This is a simple Vega scanner tutorial for beginners on XSS scanning with vega scanner in kali linux. VEGA is an open-source web security scanner, written in java with a GUI. you can scan for XSS issues and can also scan for SQL injection vulnerabilities. In this short introduction tutorial Read more…

By Jonathan Mitchell, 3 years2 years ago
Alt coins

Mining monero in osx using xmring

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 using xmring: dependencies You have to make sure you have homebrew installed (so that you can install the xmrig dependencies), Read more…

By Jonathan Mitchell, 3 years2 years ago
Hardware hacking

Blackarch on the chuwi hi10pro – install and config

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 write to a usb drive (I used Etcher to do this part) Plug into chuwi and boot – Press F7 Read more…

By Jonathan Mitchell, 3 years3 years ago
Hardware hacking

Ubuntu on the chuwi hi10 pro

After trying Kali on the hi10 pro (its totally not ready for the bay-trail / cherry-trail platforms) I decided to give ubuntu on the chuwi hi10 pro a go (after hearing good things about their support) This is a short tutorial on dual booting ubuntu linux and windows10 on the Read more…

By Jonathan Mitchell, 4 years3 years ago
Hardware hacking

Kali on the Chuwi Hi10 Pro – updated for Kali 2020

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 Kali on the Chuwi Hi10 Pro as an every-day system – Starting with 2018.01 and the 4.14 kernel it makes Read more…

By Jonathan Mitchell, 4 years7 months ago
Commandline

Linux commands for networking with command line

This post has a collection of Linux commands for networking. There are basic linux network commands, advanced linux network commands and some centos network configuration commands, but I’ve tried to keep it to the point. jump to:Linux Network ConfigurationBasic Linux Network CommandsAdvanced Linux Network Commands Linux commands for Networking Configuration Read more…

By Jonathan Mitchell, 4 years8 months ago
Apache

Configuring free SSL certs with Letsencrypt in centos

Configuring free ssl certs with letsencrypt in centos Using letsencrypt in centos requires a few modifications to your centos before you can run the letsencrypt client. The setup for vhosts in centos is different from the setup in debian based distros. This is how I modified my centos install to Read more…

By Jonathan Mitchell, 5 years2 years ago
Commandline

Copy a file to multiple locations in linux

How to copy a file to multiple locations in linux. cp doesnt let you copy one file to multiple locations; There are a few ways to do this, but the one I always return to uses find To copy the contents of a directory to multiple other directories find /location/to/folder Read more…

By Jonathan Mitchell, 5 years3 years ago
jonathansblog

Wapiti tutorial

This post is a wapiti tutorial. You’ll find various wapiti options, how to import wapiti scan results into metasploit and how you can disable wapiti modules to speed up your scans. A basic one-liner command to get you started would be: More about the command line arguments: These basics will Read more…

By Jonathan Mitchell, 5 years8 months ago
Kali Linux

Plecost tutorial

This is a basic plecost tutorial. Plecost is a commandline utility that will scan your wordpress host and identify lots of information leaks that could potentially help crackers breaking in to your site. There is some information at iniqua labs, but its a little difficult to get to grips with. Read more…

By Jonathan Mitchell, 6 years2 years ago
Methodology

The build process for multiloquent theme

Since I released my first public wordpress theme (I have made lots of themes over the years, but have never released any as open-source) I decided I would share the build process for multiloquent theme – just incase anyone wanted to know. the tools I use: 1) eclipse (zend-php-eclipse) 2) Read more…

By Jonathan Mitchell, 7 years3 years ago
Development

How to install phpunit in centos

This post will show you how to install phpunit in centos using pear or composer. I prefer using composer as its mega easy to add lots of cool stuff and keep it all updated. Install phpunit in centos with composer. Firstly, If you don’t have composer, then you’ll need to Read more…

By Jonathan Mitchell, 8 years2 years ago
Terminal

Install mc for mac osx – GNU Midnight commander

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 support for utf-8. It has a builtin editor (though you can configure your own, so you can use vim if Read more…

By Jonathan Mitchell, 8 years5 years ago
Commandline

How to convert all filenames in a directory to lowercase on linux

This post will show you how to convert all filenames in a directory to lowercase (or uppercase). This is on that I don’t use often, so I’m adding it here in order to find it later on, hopefully! convmv –lower –notest * you can use *.jpg to rename all jpeg Read more…

By Jonathan Mitchell, 9 years6 years ago
Commandline

How to find the ten biggest files or directories in linux

This short blog post will show you a command that will let you find the ten biggest files or directories in linux and osx machines. I forget these commands every time I need to use them, so I have added a post to my blog to help me be able Read more…

By Jonathan Mitchell, 9 years4 years ago
Google chrome

Ios style pull to refresh in chrome or safari

You can get the ios style ‘scroll down and release’ or ‘pull to refresh’ feature in google chrome or safari on osx by installing a simple extension. go here https://github.com/weetidy/Pull-to-refresh-for-Chrome-and-Safari and download the file as a zip. the extracted file contains two folders. click on the crx file in the Read more…

By Jonathan Mitchell, 9 years8 years ago
Finder

Mount sftp folder with finder

This will show you how to mount a remote directory in finder using sftp. (Mount sftp folder with finder). There is a link at the bottom to a post to mount any remote system you have ssh access to using homebrew. check that out if you like working with the Read more…

By Jonathan Mitchell, 10 years5 years ago
Commandline

Cool useful linux and osx commandline tools

This post will show you a few of the cool useful linux and osx commandline tools that I use every day. They are mostly available for osx, but some require fink or brew to install on a mac. # ssh available by default on osx and linux. lets you log Read more…

By Jonathan Mitchell, 10 years5 years ago
Development

Setting up XMAPP on a mac with xdebug

This post is about setting up XMAPP on a mac with xdebug. The first thing we are going to do is to change the document root inside xampp to the ‘Sites’ folder. Changing the DocumentRoot has a few benefits – one being that its far easier to get to in Read more…

By Jonathan Mitchell, 10 years2 years ago
Itunes

Transferring your itunes library from a windows box to a mac

This one is simple. copy it across. intact. it just works. a few things to do before you copy it across though – consolodate it so that all the music is in the itunes folder. you might want to let itunes sort all the songs into folders – just goto Read more…

By Jonathan Mitchell, 11 years10 years ago
Development

Never ever ever upgrade plesk. unless you allow it through your firewall.

A few things went wrong today. well, not exactly wrong, just not the way I had expected. we got a message from mcaffee saying that their copy of nessus had found that we were running apache < 2.2.9 – which we were, so it was time for us to update Read more…

By Jonathan Mitchell, 11 years5 years ago
Itunes

How to convert mp3 files to audiobooks using itunes

How to convert mp3 files to audiobooks using itunes. new method: Select a track in itunes. Right click > get info > options > set “media kind” to “audiobook”. The selected track is now an audiobook! How to convert mp3 files to audiobooks using itunes the old way I was looking Read more…

By Jonathan Mitchell, 11 years5 years ago
Top Posts
  • How to use metasploit to scan for vulnerabilities
  • MetaSploit tutorial for beginners
  • Website crawler software kali linux
  • Remote Debugging PHP in Visual Studio Code with XDebug
  • Mount sftp folder with finder
  • How to enable spotlight indexing on a network drive
  • Airplay from iphone or ipad to linux target
  • Burpsuite beginners tutorial - how to use burp suite
  • Install xdebug in centos7 with php7
  • Adding cordova to an existing vue app
Recent Posts
  • Arran the bodega sherry cask single malt
  • Stirfry
  • Investigating uPNP with Python for fun and profit
  • Ethan John Mitchell
  • Beer52 Melbourne Craft beers Jan 2021
  • Aerston Sea Cask 10 year old single malt
  • snapcraft building arm snaps on raspberry PI
  • MetaSploit tutorial for beginners
  • Building custom blocks for WordPress
  • Cubot Note 20

  • Privacy Policy
  • Jonathan Mitchell BSc MSc MBCS – CTO at Cyber Security Startup ShadowDetect