Skip to content
JONATHANS BLOG
View website Menu
  • Adventures
    • DIY
    • WhiskyWhisky!
    • Beerphotos of the beer I drink…
    • Cooking
    • Fitness
    • London
    • Edinburgh
    • Liverpool
    • Glasgow
    • digit expo 2023
    • digitexpo 2022
    • 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
    • Metasploit
    • Hacking Tools
    • CYBERUK19
    • OSCP
  • Android
  • Kali Linux
  • 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
    • Mission control
    • Notification center
    • Osx
    • Reminders.app
    • Safari
    • Mail.app
    • Security
    • Spotlight
    • Tasks
    • Terminal
    • Time machine
  • Other
    • News
    • Ableton
    • Music
    • Albums
    • Legal stuff
    • Protoolsprotools
    • Internet
    • Social networking
    • Formula 1
  • About Me
    • Portfolio
  • Type your search
Search this website
  • Adventures
    • DIY
    • Whisky
    • Beer
    • Cooking
    • Fitness
    • London
    • Edinburgh
    • Liverpool
    • Glasgow
    • digit expo 2023
    • digitexpo 2022
    • 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
    • Metasploit
    • Hacking Tools
    • CYBERUK19
    • OSCP
  • Android
  • Kali Linux
  • Linux
    • Apache
    • Kali Linux
    • Commandline
    • Networking
    • Metasploit
  • Apple
    • Iphone and ipad
    • Apple tv
    • Addressbook / contacts
    • Dock
    • Finder
    • Gaming
    • Google chrome
    • Ical
    • Ichat / messages
    • Iphoto
    • Itunes
    • Mission control
    • Notification center
    • Osx
    • Reminders.app
    • Safari
    • Mail.app
    • Security
    • Spotlight
    • Tasks
    • Terminal
    • Time machine
  • Other
    • News
    • Ableton
    • Music
    • Albums
    • Legal stuff
    • Protools
    • Internet
    • Social networking
    • Formula 1
  • About Me
    • Portfolio
  • Type your search

Development

  1. Home>
  2. Development>
  3. Page 6
Read more about the article sql injection attack types – a list of sqli types and papers

sql injection attack types – a list of sqli types and papers

  • Post author:jonathansblog
  • Post published:June 10, 2020
  • Post category:Methodology/Pentest/SQL
  • Post comments:0 Comments

My research notes about the different types of sqli - sql injection attack types; inband (eg reading errors from the screen) out-of-band (getting information from a different channel eg from…

Continue Readingsql injection attack types – a list of sqli types and papers
Read more about the article Securing Web Application Code by Static Analysis and Runtime Protection

Securing Web Application Code by Static Analysis and Runtime Protection

  • Post author:jonathansblog
  • Post published:June 3, 2020
  • Post category:Methodology
  • Post comments:0 Comments

What is the paper about? a holistic approach for a static analysis algorithm to detect sqli in web applications using run-time inspection Who is the intended audience? researchers Is title/abstract…

Continue ReadingSecuring Web Application Code by Static Analysis and Runtime Protection
Read more about the article A Classification of SQL Injection Attacks and Countermeasures

A Classification of SQL Injection Attacks and Countermeasures

  • Post author:jonathansblog
  • Post published:May 27, 2020
  • Post category:Methodology/Pentest/SQL
  • Post comments:0 Comments

This paper (A Classification of SQL Injection Attacks and Countermeasures) has an excellent section on Injection mechanisms - the way that sql code is modified to actually perform the injection…

Continue ReadingA Classification of SQL Injection Attacks and Countermeasures
Read more about the article Building a PWA vuejs app with wordpress API – Part 7

Building a PWA vuejs app with wordpress API – Part 7

  • Post author:jonathansblog
  • Post published:September 11, 2019
  • Post category:vuejs
  • Post comments:0 Comments

By now in out Building a PWA vuejs app with wordpress API journey, we have a basic vuejs app which can fetch data from a Wordpress API using axios and…

Continue ReadingBuilding a PWA vuejs app with wordpress API – Part 7
Read more about the article Building a PWA vuejs app with wordpress API – Part 6

Building a PWA vuejs app with wordpress API – Part 6

  • Post author:jonathansblog
  • Post published:September 4, 2019
  • Post category:vuejs
  • Post comments:0 Comments

Conditional rendering. Our category system is a bit basic right now - it doesnt check to see which categories actuall have posts (and which categories have child-categories), so in this…

Continue ReadingBuilding a PWA vuejs app with wordpress API – Part 6
Read more about the article Building a PWA vuejs app with wordpress API – Part 5

Building a PWA vuejs app with wordpress API – Part 5

  • Post author:jonathansblog
  • Post published:August 28, 2019
  • Post category:vuejs
  • Post comments:0 Comments

Building a PWA vuejs app with wordpress API – Part 5 at this point pour app looks pretty poor, this part of the turorial we will fix some of the…

Continue ReadingBuilding a PWA vuejs app with wordpress API – Part 5
Read more about the article Building a PWA vuejs app with wordpress API – Part 4

Building a PWA vuejs app with wordpress API – Part 4

  • Post author:jonathansblog
  • Post published:August 21, 2019
  • Post category:vuejs
  • Post comments:0 Comments

Building a PWA vuejs app with wordpress API – Part 3 In part 3 we will be looking at categories (or archives in wordpress terminology) At this point, its good…

Continue ReadingBuilding a PWA vuejs app with wordpress API – Part 4
Read more about the article Building a PWA vuejs app with wordpress API – Part 3

Building a PWA vuejs app with wordpress API – Part 3

  • Post author:jonathansblog
  • Post published:August 14, 2019
  • Post category:vuejs
  • Post comments:0 Comments

In part 3 we will be looking at categories (or archives in wordpress terminology) At this point, its good to look into the wordpress API – fortunately there is excellent…

Continue ReadingBuilding a PWA vuejs app with wordpress API – Part 3
Read more about the article Building a PWA vuejs app with wordpress API – Part 2

Building a PWA vuejs app with wordpress API – Part 2

  • Post author:jonathansblog
  • Post published:August 7, 2019
  • Post category:vuejs
  • Post comments:0 Comments

Continuing on fom Part1, where we made a (very) basic vuejs app to fetch data from a wordpress API, we will move on and in this tutorial we will set…

Continue ReadingBuilding a PWA vuejs app with wordpress API – Part 2
  • Go to the previous page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 21
  • Go to the next page

Latest Posts

  • A Guide to Open-WebUI: Using It with Ollama
  • How to install ollama and run deepseek
  • Operation Triangulation: Unraveling a Sophisticated Cyber Espionage Campaign
  • Digit Expo 2024
  • Modifying my guitar hardware
  • Mkcert on Laravel Homestead for trusted SSL certs
  • Bash & Zsh Command History Hacks: Say Goodbye to history | grep
  • WordPress Yoast add focus keywords to all posts without focus keywords
  • Configure azure notification hub for ios android and web
  • Azure static website hosting with blob storage and CDN
  • Azure Notification Hubs for push notifications in laravel and nextjs
  • How to block calls on your iphone
  • WildCard SSL certificates with Letsencrypt in Azure App-Service
  • Azure Wildcard Subdomains
  • New Guitar Day

Popular Posts

  • How to install ollama and run deepseek
  • DIY Skateboard Light
  • MetaSploit tutorial for beginners
  • OS Detection Techniques
  • Website crawler software kali linux
  • WordPress Security
  • Metasploit for website pentest
  • Remote Debugging PHP in Visual Studio Code with XDebug
  • How to use metasploit to scan for vulnerabilities
  • Coding in php on android
  • Burpsuite beginners tutorial – how to use burp suite
  • Ubuntu on the chuwi hi10 pro
  • Linux commands for networking with command line
  • Wapiti tutorial
  • Nikto tutorial for kali linux
  • Privacy Policy
  • Jonathan Mitchell CITP BSc MSc MBCS
Copyright - WordPress Theme by OceanWP