<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Projects on </title>
    <link>https://thedeanangle.xyz/projects/</link>
    <description>Recent content in Projects on </description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Mon, 10 Jul 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://thedeanangle.xyz/projects/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Rustscan2NMap</title>
      <link>https://thedeanangle.xyz/projects/rustscan2nmap/rustscan2nmap/</link>
      <pubDate>Mon, 10 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://thedeanangle.xyz/projects/rustscan2nmap/rustscan2nmap/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://thedeanangle.xyz/images/logorsrnm.png&#34; alt=&#34;alt text&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://thedeanangle.xyz/images/scotland.png&#34; alt=&#34;alt text&#34;&gt;&#xA;Rustscan2NMap - Scan fast. Scan smart. Scan Scottish.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;-script-information&#34;&gt;🛠️ Script Information&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;Rustscan2NMap&lt;/strong&gt; is a cheeky wee Python script that blends the &lt;em&gt;blistering speed&lt;/em&gt; of Rustscan with the &lt;em&gt;depth and verbosity&lt;/em&gt; of NMap — saving you time and making scanning feel less like a chore and more like a dance.&lt;/p&gt;&#xA;&lt;p&gt;With a touch of Scottish humour and a healthy dose of automation, this script:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Uses Rustscan to rapidly identify open ports&lt;/li&gt;&#xA;&lt;li&gt;Passes those ports directly into NMap for full-blown enumeration&lt;/li&gt;&#xA;&lt;li&gt;Logs output to a specified directory (or defaults to the current one)&lt;/li&gt;&#xA;&lt;li&gt;Possibly saves you &lt;strong&gt;up to 10^5 seconds&lt;/strong&gt; per scan. (Aye, possibly.)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;-dependencies&#34;&gt;⚙️ Dependencies&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;🦀 &lt;a href=&#34;https://github.com/RustScan/RustScan&#34; target=&#34;_blank&#34;&gt;Rustscan&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;📡 &lt;a href=&#34;https://nmap.org/&#34; target=&#34;_blank&#34;&gt;NMap&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;🐍 Python 3+&lt;/li&gt;&#xA;&lt;li&gt;🎨 &lt;code&gt;colorama&lt;/code&gt; (or &lt;em&gt;colourama&lt;/em&gt;, if you&amp;rsquo;re civilised)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;-suggested&#34;&gt;💭 Suggested&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;🧠 A Brain (optional, but highly recommended)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;-how-to-use&#34;&gt;▶️ How to Use&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;Arguments:&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Prober</title>
      <link>https://thedeanangle.xyz/projects/theprober/the-prober/</link>
      <pubDate>Mon, 10 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://thedeanangle.xyz/projects/theprober/the-prober/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://github.com/deannreid/The-Prober/assets/5481657/efaf7279-fba2-4034-84c4-5eadc4eb3a81&#34; alt=&#34;logo&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;description&#34;&gt;Description&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;The Prober&lt;/strong&gt; aims to be an all-in-one enumeration tool, like the Pea but potentially cooler.&lt;/p&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;/h2&gt;&#xA;&lt;h3 id=&#34;parameters&#34;&gt;Parameters&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;SaveLocation&lt;/strong&gt;: Specifies the directory where results will be saved. Defaults to the current directory if not specified.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;NoConfig&lt;/strong&gt;: Switch to disable the creation of the configuration file.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Version&lt;/strong&gt;: Displays the script version information.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;examples&#34;&gt;Examples&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;.\pr0ber.ps1 -SaveLocation &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;C:\Scans&amp;#34;&lt;/span&gt; -NoConfig&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Captures a variety of system information, saving results to the specified folder in separate files for each test and encodes the full output to B64 to easily get it off the box.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
