<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Aslan Dukaev</title>
    <description>The latest articles on Forem by Aslan Dukaev (@dukaev).</description>
    <link>https://forem.com/dukaev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F70682%2Fcd52d676-b005-4ca3-8d1c-edafd150d284.jpg</url>
      <title>Forem: Aslan Dukaev</title>
      <link>https://forem.com/dukaev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/dukaev"/>
    <language>en</language>
    <item>
      <title>Your last Pull Request</title>
      <dc:creator>Aslan Dukaev</dc:creator>
      <pubDate>Mon, 23 Sep 2019 19:56:32 +0000</pubDate>
      <link>https://forem.com/dukaev/what-was-your-first-pull-request-5920</link>
      <guid>https://forem.com/dukaev/what-was-your-first-pull-request-5920</guid>
      <description>&lt;p&gt;Send link of your PR and write few words about it&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>github</category>
      <category>opensource</category>
      <category>programming</category>
    </item>
    <item>
      <title>Hack Rails with vulnerabilities by OWASP</title>
      <dc:creator>Aslan Dukaev</dc:creator>
      <pubDate>Sat, 14 Sep 2019 20:57:05 +0000</pubDate>
      <link>https://forem.com/dukaev/hack-rails-app-13i4</link>
      <guid>https://forem.com/dukaev/hack-rails-app-13i4</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aObGF_DY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/1o2y3c6dop0e64k3hgpl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aObGF_DY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/1o2y3c6dop0e64k3hgpl.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I found the &lt;a href="https://github.com/OWASP/railsgoat"&gt;rails app&lt;/a&gt; includes&lt;br&gt;
XSS, CSRF, SQL Injection vulnerabilities&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started with Docker
&lt;/h2&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/OWASP/railsgoat
&lt;span class="nb"&gt;cd &lt;/span&gt;railsgoat

docker-compose build
docker-compose run web rails db:setup
docker-compose up
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Open &lt;a href="http://localhost:3000"&gt;localhost:3000&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Analyze source code and try to find vulnerabilities.&lt;br&gt;
For hints use &lt;a href="https://github.com/OWASP/railsgoat/wiki"&gt;wiki&lt;/a&gt; and &lt;a href="https://github.com/presidentbeef/brakeman"&gt;brakeman&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy Hacking!&lt;/p&gt;

&lt;p&gt;Follow me on &lt;a href="https://github.com/dukaev"&gt;GitHub&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ruby</category>
      <category>rails</category>
      <category>hack</category>
      <category>security</category>
    </item>
  </channel>
</rss>
