Hello, I'm currently studying network and systems programming. I was proposed for a project, because it is the last year on the school.
I decided to develop a security tool because I have some knowledge in pentesting, and it was a challenge for me to do something related with programming and security. Both software source codes are available on my GitHub (
http://github.com/joaovarelas/vuln-scanner)
The main app, the scanner, was coded in C++ with the help of Qt IDE. It allows to scan vulnerable services in a target machine, test c
ross-site scripting (XSS) in web applications, SQL injection, local and remote file inclusion, and many others.
The second app, the vuln database, was coded in PHP and MySQL. It will save all the scans done with the main application for further analysis and exploitation.
I'm sharing with you guys, because I would like to know what you think about the idea. Until now, I'm still having a nice feedback from it.
Screenshots:Small video:https://docs.google.com/file/d/0BwPFOxkRfkGgb1d3b2ZDLTc0OXc/editDownload: source-code + binaries ->
https://github.com/joaovarelas/vuln-scannerThanks in advance.