R
R
Robert2019-02-11 18:43:46
Information Security
Robert, 2019-02-11 18:43:46

Software articles and literature for software scanning?

Good day! The essence of the question is as follows, I was interested in the topic of scanning software for various bugs as well as holes in the system, but for some reason I found little information about this, it all comes down to software for network scanning, but I need any information (articles, books, software, etc.) e.) to analyze the software, thank you in advance to everyone who helped!.
PS yes I'm banned from google.....

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Saboteur, 2019-02-11
@saboteur_kiev

And how do you imagine scanning "previously unknown various bugs" in various software?
It doesn't exist, so it hasn't been found.
You can scan the software for known bugs. For example, you know about a bug in a popular CMS or forum engine. Then you can try to write a scanner that will run through the list of sites with this CMS or engine and scan them for the presence of this particular bug (or lists of bugs).
So you can write a scanner of known vulnerabilities to various resources.
Software analysis can also be carried out by source code, by using a certain version of libraries.
But it all comes down to the fact that specific holes you should know in advance.

V
Vladimir Dubrovin, 2019-02-11
@z3apa3a

Unban yourself on Google and search for articles, software and literature on topics
Static analysis / static code analyzers
Dynamic analysis / dynamic code analyzers
Fuzzing / fuzzers Security
analysis with imitation of intruder actions / Security analyzers with imitation of actions
and specify what you are interested in, otherwise "any information" is too much for one answer.

A
Alexander, 2019-02-11
@NeiroNx

First you need to study how software is created in order to understand what mistakes a programmer could make because of his laziness.

D
dmfun, 2019-02-12
@dmfun

There is a PVS-studio code analyzer.
I also have a blog on habré.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question