Sinisterly
Research Project Idea - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools)
+--- Thread: Research Project Idea (/Thread-Research-Project-Idea)



Research Project Idea - Adorapuff - 01-12-2014

So I have to do a 3 year research project for school and I want to do it security based. I'm thinking of created a scanner which analyzes source code for vulnerabilites. What do you guys think? Suggestions would be great.


RE: Research Project Idea - lux - 01-12-2014

How will the data collected create good results?

Try to harvest something that will create a good results table and show change over 3 years.


RE: Research Project Idea - w00t - 01-12-2014

If this is for a thesis, you better be changing something major to improve it, as these tools already exist.

Maybe a tool to scan for places where you can use ASM to massively improve performance( SIMD, force variables into registers, etc ) and make those changes in the code?


Research Project Idea - Adorapuff - 01-12-2014

(01-12-2014, 07:35 PM)w00t Wrote: If this is for a thesis, you better be changing something major to improve it, as these tools already exist.

Maybe a tool to scan for places where you can use ASM to massively improve performance( SIMD, force variables into registers, etc ) and make those changes in the code?

It's an EOSS for my high school, so I can use something saturated and I will look into performance improvement. Thanks w00t


RE: Research Project Idea - Tix - 01-12-2014

That is actually a very good idea dude!
Good luck!


RE: Research Project Idea - Adorapuff - 01-13-2014

(01-12-2014, 09:31 PM)Tix Wrote: That is actually a very good idea dude!
Good luck!
Thanks, I'll need the luck if I'll actually go through with it and start analyzing a bunch of exploits and vulnerable code lol.


RE: Research Project Idea - Dong - 01-17-2014

(01-13-2014, 12:03 AM)Adorapuff Wrote: Thanks, I'll need the luck if I'll actually go through with it and start analyzing a bunch of exploits and vulnerable code lol.

What sort of vulnerabilities will you be looking for?
Also, what language are you thinking of using? Just wondering.


Research Project Idea - Adorapuff - 01-17-2014

(01-17-2014, 10:01 PM)Aristotle Wrote: What sort of vulnerabilities will you be looking for?
Also, what language are you thinking of using? Just wondering.

Probably BOF flow applications and SQLi and RfI for network. In an ideal world I'd like to learn c but I'll probably u se python