<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Ethical Hacking Training*</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Aleksandr V. Dorofeev</string-name>
          <email>a.dorofeev@npo-echelon.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alexey S. Markov</string-name>
          <email>a.markov@bmstu.ru</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yuri V. Rautkin</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Bauman Moscow State Technical University</institution>
          ,
          <addr-line>Moscow</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>NPO Echelon</institution>
          ,
          <addr-line>Moscow</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <fpage>47</fpage>
      <lpage>56</lpage>
      <abstract>
        <p>Topical issues of teaching students to information security are considered. It is concluded that security testing training is a fundamental factor in professional staff training. The well-known documents, techniques and tools for security testing are briefly reviewed. The need to accumulate training efforts on comprehensive solving of real-world problems is specified. A single platform for practical training is offered. A review of the original training course is given. It is concluded that the final stage of thematic training should be integrated with cyber exercises. The scheme of typical cyber exercises is considered. Recommendations for cyber exercises are given.</p>
      </abstract>
      <kwd-group>
        <kwd>IS-training</kwd>
        <kwd>Information Security Audit</kwd>
        <kwd>Cybersecurity Training</kwd>
        <kwd>Cybersecurity Learning</kwd>
        <kwd>Ethical Hacking</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        To protect your IT infrastructure from modern cyber threats, you need to constantly test
the security of information systems. To assess the real level of security, you need to use
the tools and approaches used by real attackers (ethical hacking) [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4">1-4</xref>
        ]. Future
information security specialists should be proficient in ethical hacking methods, and such
training should be carried out in higher educational institutions [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ].
      </p>
      <p>
        Training to ethical hacking involves a number of problems, among which the main
one is the lack of a unified security testing methodology based on the main technical
aspects and adopted in the professional community. The other challenges include: the
need to teach in the context of existing legal norms, maintain an up-to-date set of
targeted vulnerable systems and test tools, and to constantly update teachers’ knowledge
and practical skills [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ]. Many courses devoted to this topic are aimed at studying only
certain types of attacks and tools used for their implementation. The authors have
developed and taught a course that takes into account the practical experience of security
*
testing projects to the maximum extent possible, which made it possible to focus
teaching not only on the tools, but also on the methodology of comprehensive testing of
information systems security.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Security Testing Methodology</title>
      <p>It is obvious that the methodology of comprehensive security testing should include a
description of the project phases and methods of conducting specific technical checks.</p>
      <p>
        Regarding how to structure the phases of the security testing project, there are
generally accepted methods, governed by such documents as: NSA IEM, NIST SP
800115, BSI Penetration Testing Model [
        <xref ref-type="bibr" rid="ref7 ref8 ref9">7-9</xref>
        ]. The sequence of stages of the security testing
project can be presented as follows:
 Determining the scope of the project;
 Collecting information about systems;
 Planning of specific checks;
 Performing checks;
 Analysis of the data received;
 Preparation of a report and formation of recommendations.
      </p>
      <p>
        As to specific checks, it is worth paying attention to the presence of at least three
conceptual approaches [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref13">10-13</xref>
        ]:
      </p>
      <p>A classic penetration test, which is the search and exploitation of the most dangerous
vulnerabilities to demonstrate the possibility of hacking systems. The main advantage
of the approach is detection of real attack vectors, and the main disadvantage is
potential violating of the availability of services and systems.</p>
      <p>Vulnerabilities scanning. Vulnerabilities scanning uses special software –
vulnerability scanners. The scanner determines the versions of network services and checks to
ensure that information about the published vulnerabilities is available in its constantly
updated database. The main advantage is a high audit speed, the main disadvantage is
“linear” logic of the scanner and inability to detect non-trivial attack vectors.</p>
      <p>Configuration analysis. During the system configuration analysis, various system
security settings are checked, for example, password policy, access rights to system
resources, availability of installed updates etc. The main advantage is the possibility of
finding vulnerabilities associated not only with errors in software development, but also
because of errors made during administration.</p>
      <p>The methods of specific technical checks should also be based on hacking methods
used by real attackers. A potential sequence of their actions is shown in Fig. 1.</p>
      <p>Analysis of the possibility of combining the well-known security testing methods
and hacker approaches has allowed us to formulate a common integration testing
methodology, which includes the following steps:
 Inventory of resources/search for testing goals;
 Vulnerability search (manual search, scanning, configuration analysis);
 Exploiting vulnerabilities and conducting attacks (penetration testing);
 Expansion of access (see Fig. 2).</p>
      <p>
        The advantages of this approach are as follows [
        <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
        ]:
 Identifying the maximum number of vulnerabilities and non-trivial attack vectors;
 Controlled risks of system malfunctions;
 Verification of vulnerabilities.
Based on the practice of security testing projects, the following list of necessary tools
can be generated:
 Port scanners;
 Vulnerability scanners;
 Web vulnerability scanners;
 Penetration testing frameworks, including exploit kits;
 Password guessing tools based on hash values obtained;
 Password guessing tools for network services;
 Network sniffers;
 utilities for Man-in-the-Middle attacks (for example, ARP-poisoning);
 Utilities to test wireless networks etc.
      </p>
      <p>It should be noted that such a common class of security analysis tools as vulnerability
scanners is just a small part of the complete set of tools of an ethical hacking specialist.</p>
      <p>
        To implement a set of checks, Kali Linux environment is often used to launch a set
of unix utilities. Unfortunately, its disadvantage is the absence of a unified report and a
friendly shell focused on different levels of training and privileges of specialists
[1619]. These shortcomings can be eliminated by using the certified security analysis
complex “Scanner-VS” [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], which allows you to perform the full scope of checks
required from the uniform environment, taking into account the level of user training,
and to receive a unified report on the comprehensive audit of the system and network
safety etc.
4
      </p>
    </sec>
    <sec id="sec-3">
      <title>Training Course Structure</title>
      <p>Based on a comprehensive approach to security, we have developed the structure of
our training course, including the following 8 sections:
 Chapter 1. Introduction to the penetration testing.
 Chapter 2. Intelligence Gathering.
 Chapter 3. Vulnerability Analysis.
 Chapter 4. Exploitation.
 Chapter 5. Exploitation of Web-applications.
 Chapter 6. Social engineering.
 Chapter 7. Maintaining access.
5</p>
    </sec>
    <sec id="sec-4">
      <title>Description of the Training Course Sections</title>
      <sec id="sec-4-1">
        <title>5.1 Introduction to the Penetration Testing</title>
        <p>
          In the very first section of the course, students get acquainted with the basic concepts
(vulnerability, APT, exploit, payload etc.), comprehensive testing methods,
documenting penetration testing results. This section of the course examines the
structure of the penetration test report: the chapters “Summary for Management”,
“Project Scope” and chapters with descriptions of detected vulnerabilities. The
descriptions of vulnerabilities contain subsections: finding – risk – recommendation
[
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. The “finding” subsection describes what kind of vulnerability has been detected
and in which system, and demonstrates the possibility of its exploitation with
appropriate screenshots. The “risk” subsection describes the situation that can occur if
potential attackers exploit this vulnerability. For the proper assessment, testers need to
find out the criticality of the compromised resource. In the “recommendation”
subsection, security testing experts give advice on how to correct the situation.
        </p>
        <p>Throughout all other sections of the course, students develop and supplement the
report on vulnerabilities detected in the course of laboratory work.</p>
      </sec>
      <sec id="sec-4-2">
        <title>5.2. Intelligence Gathering</title>
        <p>
          This section analyses methods of collecting and analysing information to identify the
purposes for which security testing will be conducted. Students perform laboratory
work to find network nodes on the Internet related to a particular organization (using
whois service, various queries to DNS servers), as well as to identify nodes during
internal security testing (scanning of network ports, tracing of network routes). This
section also teaches to Structured Analysis Techniques, which are used for efficient
information retrieval [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. It also considers the use of search engine operators for the
targeted information retrieval on the Internet.
        </p>
      </sec>
      <sec id="sec-4-3">
        <title>5.3. Vulnerability Analysis</title>
        <p>
          The third section of the course covers two approaches to vulnerability search: manual
and automated (using vulnerability scanners) search [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ].
        </p>
        <p>Manual search for vulnerabilities involves determining the software version and the
list of vulnerabilities known for this version of the product. You can find out the version
of the software product in a number of ways. For example, many network services,
when accessing them, demonstrate a so-called banner containing version data.
Sometimes the version can be determined analytically. For example, you can find a
press release of a developer or integrator company that created an Internet portal to be
hacked by an attacker. The press release often contains all the necessary information
about the technologies used, and comparing the release date of this news with the
information about the release dates of the corresponding product allows you to easily
determine which versions were used. Performing the appropriate laboratory work,
students master the methods of analysis and comparison of data obtained using
techniques mastered in the previous section of the course (port scanning and search for
information on the Internet).</p>
        <p>Vulnerability search can be automated using special vulnerability scanners. Students
perform laboratory work to search for vulnerabilities using a vulnerability scanner,
learn how to choose and form scanning policies correctly, as well as apply scanning
modes with and without an administrative account. An equally important skill that is
developed within the framework of this section is the ability to interpret scanning
results.</p>
      </sec>
      <sec id="sec-4-4">
        <title>5.4. Exploitation</title>
        <p>
          In the fourth section of the course students learn techniques of exploiting
vulnerabilities, as well as a number of common attacks. Metasploit Framework is used
as the main tool for exploiting vulnerabilities in the laboratory [
          <xref ref-type="bibr" rid="ref22 ref23">22, 23</xref>
          ]. In addition to
exploiting vulnerabilities, students learn such attack methods as password guessing and
traffic interception using ARP-poisoning.
        </p>
        <p>
          Students gain practical experience in both bruteforce and dictionary attacks. In the
first case, passwords are generated based on the set rules [
          <xref ref-type="bibr" rid="ref24">24, 25</xref>
          ]. Dictionary attacks
allow you to try your luck and check if the user is using a common password. Recent
password leaks clearly show that many users prefer to choose keyboard passwords
(such as qwerty, qazwsxedc), phone numbers, dates, names etc. Students learn how to
create password dictionaries using analytical methods.
        </p>
      </sec>
      <sec id="sec-4-5">
        <title>5.5. Exploitation of Web-applications</title>
        <p>Exploitation of vulnerabilities in web applications is considered in a separate section.
The main attacks related to web applications are considered: Cross Site Scripting - CSS
and SQL injection. In the case of CSS, the script is implemented on the website pages,
which is executed in the user’s browser when viewing the page. This can happen, for
example, due to an error of the programmer, who did not implement the correct filtering
of data entered by the user, for example, when a user posts a message on the forum.
SQL injection consists in the fact that due to an error in the data filtering or web
application architecture, an attacker can directly interact with the application database
via SQL commands through the web interface.</p>
      </sec>
      <sec id="sec-4-6">
        <title>5.6. Social Engineering</title>
        <p>The sixth section of the course addresses social engineering techniques aimed at
provoking users to take actions that are beneficial for attackers. In the course of
laboratory work, students learn phishing attack techniques and exploitation methods for
vulnerabilities in the application software used by users.</p>
      </sec>
      <sec id="sec-4-7">
        <title>5.7. Maintaining Access</title>
        <p>The final section of the course is devoted to expanding the zone of influence and
maintaining comfortable access to the infrastructure under test, simulating similar
actions by attackers.</p>
        <p>Expansion of the zone of influence is discussed using the following two examples.
In the course of the laboratory work, students gain access to a web server at the
operating system level. This access allows them to find configuration files of web
applications running on the server and extract passwords from them to access databases
hosted on other servers. The second example is related to obtaining user passwords and
verifying their validity to other systems deployed in the test infrastructure.</p>
        <p>In the laboratory work, devoted to creating comfortable access to the target system,
students learn how to implement a backdoor in the installation deb package based on
Metasploit Framework components.
6</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Description of a Vulnerable Training System</title>
      <p>The course uses a specialized Linux build, containing vulnerable network services,
Metasploitable 2. Metasploitable 2 contains more than 200 vulnerabilities in such
services as FTP server, Web server, Postgres, MySQL, IRC, VNC etc. The build also
contains vulnerable Web applications like DVWA.
7</p>
    </sec>
    <sec id="sec-6">
      <title>Ethical Hacking Development: Cyber Exercises</title>
      <p>The next step in ethical hacking development is cyber exercises involving creation of a
virtual infrastructure to be protected by one team of students and to be attacked by the
other. Let us look at Locked Shields drills conducted by the NATO Cooperative Cyber
Defence Centre of Excellence as open examples of such cyber exercises.</p>
      <p>Let us start with Locked Shields cyber drills that were conducted in 2013. The
organizers of the exercises have created a virtual infrastructure that includes about 400
nodes. The infrastructure is called Gamenet. Each team of defenders (Blue team)
received a network of 34 machines, including a router, firewalls, Linux and Windows
workstations, domain controllers, file, mail, DNS and web servers, and database
servers.</p>
      <p>It should be noted that the protected systems were as close to the reality as possible,
and the organizers of exercises prepared the following points:
 A few patches were missing on the operating systems, the application software was
mainly vulnerable;
 Two backdoors were introduced in advance, which started to access the management
servers at the appointed time;
 The network had a connected vulnerable laptop of the contractor’s specialist.</p>
      <p>Each protected infrastructure was also accessed by a representative of the organizing
team (White Team), who acted as a “blonde”, imitating a curious user who clicks on all
the links in the emails received and opens all attachments.</p>
      <p>The attackers (Red Team) were armed with full knowledge of the target IT
infrastructure, as well as the tools used during the cyber attacks: Kali Linux and
Metasploit. Attackers were divided into groups by the following specializations:
workstations, Web and DBMS, networks etc. The team of “Reds” was assigned 20
tasks, which had to be performed in stages during the exercise. Examples of tasks: to
change the content of an important Web page, organize denial of service, get
administrative access, introduce malicious code, get access to certain emails, receive a
specific report, replace a video file etc. The duration of the active phase of the exercise
was 3 days.</p>
      <p>Such cyber exercises following the ethical hacking course will help to consolidate
the acquired skills of security testing in practice.
8</p>
    </sec>
    <sec id="sec-7">
      <title>Conclusion</title>
      <p>The main factors of successful training of students in ethical hacking are the following:
the availability of methods, an appropriate set of vulnerable systems and tools for
security testing. In our opinion, we have managed to create a practical course on ethical
hacking, which allows students to master the key skills required by information security
specialists. Cyber exercises are the logical continuation of such training, which is the
subject of our further research.</p>
      <p>The proposed training course and the support platform were tested for a long time in
the Echelon training course, as well as in the framework of the international thematic
Olympiad-contest Echelon Defence.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Lane</surname>
          </string-name>
          , E.:
          <article-title>Hacking with Python: Beginner's Guide to Ethical Hacking, Basic Security</article-title>
          , Penetration Testing, and
          <string-name>
            <given-names>Python</given-names>
            <surname>Hacking. CreateSpace Independent Publishing Platform</surname>
          </string-name>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Petrenko</surname>
            ,
            <given-names>A.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Petrenko</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Makoveichuk</surname>
            ,
            <given-names>K.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chetyrbok</surname>
            ,
            <given-names>P.V.</given-names>
          </string-name>
          :
          <article-title>Protection Model of PCS of Subway from Attacks Type «Wanna cry», «Petya» and «Bad rabbit» IoT</article-title>
          .
          <source>In: Proceedings of the 2018 IEEE Conference of Russian Young Researchers in Electrical and Electronic Engineering (ElConRus</source>
          <year>2018</year>
          ). IEEE, pp.
          <fpage>945</fpage>
          -
          <lpage>949</lpage>
          (
          <year>2018</year>
          ). DOI:
          <volume>10</volume>
          .1109/EIConRus.
          <year>2018</year>
          .
          <volume>8317245</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Thompsons</surname>
          </string-name>
          , J.: Hacking: Hacking For Beginners Guide On How To Hack, Computer Hacking, And The Basics Of Ethical Hacking.
          <source>CreateSpace Independent Publishing Platform</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Walker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <string-name>
            <given-names>CEH</given-names>
            <surname>Certified Ethical Hacker</surname>
          </string-name>
          All-in-One Exam Guide: 3rd Ed.
          <string-name>
            <surname>McGraw-Hill Education</surname>
          </string-name>
          (
          <year>2016</year>
          ). 525 p.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Petrenko</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Petrenko</surname>
            ,
            <given-names>A.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Makoveichuk</surname>
            ,
            <given-names>K.A.</given-names>
          </string-name>
          :
          <article-title>Problem of Developing an EarlyWarning Cybersecurity System for Critically Important Governmental Information Assets</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          .
          <year>2081</year>
          , pp.
          <fpage>112</fpage>
          -
          <lpage>117</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Sheremet</surname>
            ,
            <given-names>I.A.</given-names>
          </string-name>
          :
          <article-title>Directions of a New Level Education to Counter Cyberthreats in Financial Sphere</article-title>
          .
          <source>Voprosy kiberbezopasnosti [Cybersecurity issues]. 4</source>
          , pp.
          <fpage>69</fpage>
          -
          <lpage>74</lpage>
          (
          <year>2017</year>
          ). DOI:
          <volume>10</volume>
          .21681/
          <fpage>2311</fpage>
          -3456-2016-5
          <issue>-3</issue>
          -7.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>BSI - Study A Penetration Testing Model. A Penetration Testing</surname>
          </string-name>
          <article-title>Modul</article-title>
          . BSI, https://bsi.bund.de/SharedDocs/Downloads/EN/BSI/Publications/Studies/Penetration/penet ration_pdf.pdf,
          <source>last accessed</source>
          <year>2019</year>
          /08/08.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Rogers</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fuller</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miles</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoagberg</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schack</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dykstra</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cunningham</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Little</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Network Security Evaluation Using the NSA IEM</article-title>
          .
          <string-name>
            <surname>Syngress</surname>
          </string-name>
          (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Scarfone</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Souppaya</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cody</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Orebaugh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Technical Guide to Information Security Testing and Assessment</article-title>
          .
          <source>NIST. SP 800-115</source>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>80</lpage>
          (
          <year>2008</year>
          ). DOI:
          <volume>10</volume>
          .6028/NIST.SP.
          <volume>800</volume>
          -
          <fpage>115</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Allsopp</surname>
          </string-name>
          , W.:
          <article-title>Advanced Penetration Testing: Hacking the World's Most Secure Networks</article-title>
          . John Wiley &amp; Sons (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Dorofeev</surname>
            ,
            <given-names>A.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rautkin</surname>
            ,
            <given-names>Y.V.</given-names>
          </string-name>
          <string-name>
            <surname>Applied</surname>
          </string-name>
          <article-title>Aspects of Security Testing</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          .
          <year>2081</year>
          , pp.
          <fpage>49</fpage>
          -
          <lpage>53</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <source>The Hacker Playbook</source>
          <volume>2</volume>
          :
          <string-name>
            <given-names>Practical</given-names>
            <surname>Guide to Penetration Testing. CreateSpace Independent Publishing Platform</surname>
          </string-name>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Shatob</surname>
          </string-name>
          , R.:
          <article-title>Step by Step Guide to Penetration Testing</article-title>
          . Tellwell
          <string-name>
            <surname>Talent</surname>
          </string-name>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Markov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barabanov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsirlov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Models for Testing Modifiable Systems</article-title>
          . In Book:
          <article-title>Probabilistic Modeling in System Engineering</article-title>
          , by ed.
          <source>A.Kostogryzov. IntechOpen. Chapter 7</source>
          , pp.
          <fpage>147</fpage>
          -
          <lpage>168</lpage>
          (
          <year>2018</year>
          ). DOI:
          <volume>10</volume>
          .5772/intechopen.75126.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Markov</surname>
            ,
            <given-names>A.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fadin</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsirlov</surname>
            ,
            <given-names>V.L.</given-names>
          </string-name>
          :
          <article-title>Multilevel Metamodel for Heuristic Search of Vulnerabilities in The Software Source Code</article-title>
          .
          <source>International Journal of Control Theory and Applications</source>
          .
          <volume>9</volume>
          ,
          <issue>30</issue>
          , pp.
          <fpage>313</fpage>
          -
          <lpage>320</lpage>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Dieterle</surname>
            ,
            <given-names>D.W.</given-names>
          </string-name>
          :
          <article-title>Basic Security Testing with Kali Linux 2</article-title>
          .
          <string-name>
            <given-names>CreateSpace</given-names>
            <surname>Independent Publishing Platform</surname>
          </string-name>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Hertzog</surname>
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>O'Gorman J.: Kali Linux</surname>
          </string-name>
          <article-title>Revealed: Mastering the Penetration Testing Distribution</article-title>
          . Offsec Press (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Schultz</surname>
            ,
            <given-names>C.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perciaccante</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Kali Linux Cookbook: Effective penetration testing solutions</article-title>
          : 2nd Ed. Packt
          <string-name>
            <surname>Publishing</surname>
          </string-name>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>White</surname>
            ,
            <given-names>A.K.</given-names>
          </string-name>
          : Hacking: The Underground Guide to Computer Hacking, Including Wireless Networks, Security, Windows, Kali Linux and
          <string-name>
            <given-names>Penetration</given-names>
            <surname>Testing. CreateSpace Independent Publishing Platform</surname>
          </string-name>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Scaner-VS. NPO Echelon</surname>
          </string-name>
          , http://scaner-vs.ru/trial, last accessed
          <year>2019</year>
          /08/08.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Dorofeev</surname>
            ,
            <given-names>A.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Markov</surname>
            ,
            <given-names>A.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsirlov</surname>
            ,
            <given-names>V.L.</given-names>
          </string-name>
          :
          <article-title>Social Media in Identifying Threats to Ensure Safe Life in a Modern City</article-title>
          .
          <source>Communications in Computer and Information Science</source>
          .
          <volume>674</volume>
          , pp.
          <fpage>441</fpage>
          -
          <lpage>449</lpage>
          (
          <year>2016</year>
          ). DOI:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -49700-6_
          <fpage>44</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Heriyanto</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Allen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ali</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Assuring Security by Penetration Testing</article-title>
          . Packt
          <string-name>
            <surname>Publishing</surname>
          </string-name>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Jaswal</surname>
          </string-name>
          , N.:
          <article-title>Metasploit Bootcamp: The fastest way to learn Metasploit Paperback</article-title>
          . Packt
          <string-name>
            <surname>Publishing</surname>
          </string-name>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Markov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sharunov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Mail Service Password Security</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          .
          <year>2081</year>
          , pp.
          <fpage>79</fpage>
          -
          <lpage>82</lpage>
          (
          <year>2017</year>
          ). Picolet,
          <string-name>
            <given-names>J. Hash</given-names>
            <surname>Crack: Password Cracking Manual. CreateSpace Independent Publishing Platform</surname>
          </string-name>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>