top of page
Search

An Idea for my Original Work

  • Writer: Charles Wolfe
    Charles Wolfe
  • Oct 7, 2019
  • 1 min read

ree
Automation

I have recently been working with different types of SQL injections as a part of my introduction into basic penetration testing. While practicing on various websites (legally, of course), I noticed that the process of carrying out injections was actually very methodical. Similar to brute forcing 6-character password given its hash, I realized that there are actually a relatively small, finite number of malicious SQL queries you could send to a website before you could safely say that it has sufficient countermeasures in place against injections. The most difficult scenario would be if a website was only vulnerable to boolean-based or time-based injections; This would significantly decrease the viability of extracting data from the underlying database because the attacker would have to enumerate it character by character. However, even in the case of databases with >100 tables, tables, and attributes, determined attackers can still steal massive amounts of information - especially if they have found a way to automate their attacks. Automation is at the heart of what I want my original work to be. I would like to create one such automated SQL injection executor, but not for malicious purposes. It could be used by web developers to quickly check their code for any vulnerabilities. Today, SQL injections remain one of the most common and dangerous web exploits. I hope that my original work may contribute to changing that.

 
 
 

Recent Posts

See All
Last Update Before College

Sorry I haven't posted here in a bit. A lot of things have happened. I've finished my final product and, fortunately, it was a veritable...

 
 
 
Late-Onset

I have always thought that senioritis would never really hit me. If anything, I thought I had only experienced a short phase of...

 
 
 
Screw Python

Title says all. I was forced to use Python for last year's machine learning project because that's what the Tensorflow/Keras API was...

 
 
 

Comments


bottom of page