<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Phishing on Cristian Livadaru's Blog</title><link>https://cristian.livadaru.net/tags/phishing/</link><description>Recent content in Phishing on Cristian Livadaru's Blog</description><generator>Hugo</generator><language>en-us</language><copyright>Cristian Livadaru</copyright><lastBuildDate>Fri, 26 Nov 2021 10:10:30 +0000</lastBuildDate><atom:link href="https://cristian.livadaru.net/tags/phishing/index.xml" rel="self" type="application/rss+xml"/><item><title>Flooding phishing forms with bash and curl</title><link>https://cristian.livadaru.net/flooding-phishing-with-curl/</link><pubDate>Fri, 26 Nov 2021 10:10:30 +0000</pubDate><guid>https://cristian.livadaru.net/flooding-phishing-with-curl/</guid><description>&lt;p>In 2018 I wrote a quick post on &lt;a href="__GHOST_URL__/how-to-deal-with-phishing-sites/">how to flood phishing pages&lt;/a> with a python script. Unfortunately that doesn&amp;rsquo;t work with python3 anymore and also doesn&amp;rsquo;t handle POST request, me not really being a python dev decided to use bash with two packages instead of coding something in ruby.&lt;/p>
&lt;h2 id="install-packages">Install packages&lt;/h2>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">apt install pwgen gpw
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>That&amp;rsquo;s it for the packages, now you have something to generate usernames and passwords.&lt;/p>
&lt;h2 id="gather-the-fields">Gather the fields&lt;/h2>
&lt;p>Looking at the page sources shows two fields being used, a field email and password.&lt;/p></description></item><item><title>How to deal with phishing sites</title><link>https://cristian.livadaru.net/how-to-deal-with-phishing-sites/</link><pubDate>Wed, 01 Aug 2018 12:16:24 +0000</pubDate><guid>https://cristian.livadaru.net/how-to-deal-with-phishing-sites/</guid><description>I&amp;rsquo;ve been receiving some phishing mails aimed at Zimbra users.
I could just delete and ignore them, but where&amp;rsquo;s the fun in that?</description></item></channel></rss>