Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jhN

Pages: [1]
1
C - C++ / Re: Ethical Hacking Tool [XSS,SQLi,RFI/LFI...]
« on: February 20, 2015, 08:35:06 pm »
Sorry, this is for the school. It is written in portuguese. I'm planning to allow the user to choose both languages in the future because I don't have many time now.

Thanks and regards

2
C - C++ / Ethical Hacking Tool [XSS,SQLi,RFI/LFI...]
« on: February 20, 2015, 04:53:24 pm »
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 cross-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/edit


Download: source-code + binaries -> https://github.com/joaovarelas/vuln-scanner

Thanks in advance.

Pages: [1]