<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wargames Archives - Tech Chronicles</title>
	<atom:link href="http://kostacipo.stream/category/wargames/feed/" rel="self" type="application/rss+xml" />
	<link>https://kostacipo.stream/category/wargames/</link>
	<description>Ramblings of a Tech Dude</description>
	<lastBuildDate>Wed, 21 Feb 2024 23:49:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://kostacipo.stream/wp-content/uploads/2019/12/cropped-profile-32x32.jpg</url>
	<title>Wargames Archives - Tech Chronicles</title>
	<link>https://kostacipo.stream/category/wargames/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Powershell Digital Forensics And Incident Response (DFIR) – Leveraging Scripts For Effective Cybersecurity</title>
		<link>http://kostacipo.stream/powershell-digital-forensics-and-incident-response-dfir-leveraging-scripts-for-effective-cybersecurity/</link>
					<comments>http://kostacipo.stream/powershell-digital-forensics-and-incident-response-dfir-leveraging-scripts-for-effective-cybersecurity/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Wed, 21 Feb 2024 23:49:00 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Wargames]]></category>
		<category><![CDATA[Powershell Digital Forensics]]></category>
		<guid isPermaLink="false">https://kostacipo.stream/?p=2181</guid>

					<description><![CDATA[<p>This repository contains multiple PowerShell scripts that can help you respond to cyber attacks on Windows Devices. The following Incident Response scripts are included: DFIR Script: Collects all items as listed in section DFIR Script. CollectWindowsEvents: Collects all Windows events and outputs it as CSV. CollectWindowsSecurityEvents: Collects all Windows security events and outputs it as CSV. [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/powershell-digital-forensics-and-incident-response-dfir-leveraging-scripts-for-effective-cybersecurity/">Powershell Digital Forensics And Incident Response (DFIR) – Leveraging Scripts For Effective Cybersecurity</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This repository contains multiple PowerShell scripts that can help you respond to cyber attacks on Windows Devices.</p>
<p>The following Incident Response scripts are included:</p>
<ul>
<li><a href="https://github.com/Bert-JanP/Incident-Response-Powershell/blob/main/DFIR-Script.ps1" target="_blank" rel="noreferrer noopener nofollow">DFIR Script</a>: Collects all items as listed in section <a href="https://github.com/Bert-JanP/Incident-Response-Powershell#dfir-script" target="_blank" rel="noreferrer noopener nofollow">DFIR Script</a>.</li>
<li><a href="https://github.com/Bert-JanP/Incident-Response-Powershell/blob/main/Scripts/CollectWindowsEvents.ps1" target="_blank" rel="noreferrer noopener nofollow">CollectWindowsEvents</a>: Collects all Windows events and outputs it as CSV.</li>
<li><a href="https://github.com/Bert-JanP/Incident-Response-Powershell/blob/main/Scripts/CollectWindowsSecurityEvents.ps1" target="_blank" rel="noreferrer noopener nofollow">CollectWindowsSecurityEvents</a>: Collects all Windows security events and outputs it as CSV.</li>
<li><a href="https://github.com/Bert-JanP/Incident-Response-Powershell/blob/main/Scripts/CollectPnPDevices.ps1" target="_blank" rel="noreferrer noopener nofollow">CollectPnPDevices</a>: Collects all Plug and Play devices, such as USB, Network and Storage.</li>
<li><a href="https://github.com/Bert-JanP/Incident-Response-Powershell/blob/main/Scripts/DumpLocalAdmins.ps1" target="_blank" rel="noreferrer noopener nofollow">DumpLocalAdmins</a>: Returns all local admins of a device.</li>
<li><a href="https://github.com/Bert-JanP/Incident-Response-Powershell/blob/main/Scripts/LastLogons.ps1" target="_blank" rel="noreferrer noopener nofollow">LastLogons</a> – List the last N successful logins of a device.</li>
<li><a href="https://github.com/Bert-JanP/Incident-Response-Powershell/blob/main/Scripts/ListInstalledSecurityProducts.ps1" target="_blank" rel="noreferrer noopener nofollow">ListInstalledSecurityProducts</a> – List the installed security products and their status.</li>
<li><a href="https://github.com/Bert-JanP/Incident-Response-Powershell/blob/main/Scripts/ListDefenderExclusions.ps1" target="_blank" rel="noreferrer noopener nofollow">ListDefenderExclusions</a> – List the FolderPath, FileExtension, Process and IP exclusions that are defined.</li>
</ul>
<h2 class="wp-block-heading"><strong>DFIR Script – Extracted Artefacts</strong></h2>
<p>The <a href="https://github.com/Bert-JanP/Incident-Response-Powershell/blob/main/DFIR-Script.ps1" target="_blank" rel="noreferrer noopener nofollow">DFIR script</a> collects information from multiple sources and structures the output in the current directory in a folder named ‘DFIR-hostname-year-month-date’.</p>
<p>This folder is zipped at the end, so that folder can be remotely collected. This script can also be used within Defender For Endpoint in a Live Response session (see below).</p>
<p>The DFIR script collects the following information when running as normal user:</p>
<ul>
<li>Local IP Info</li>
<li>Open Connections</li>
<li>Aautorun Information (Startup Folder &amp; Registry Run keys)</li>
<li>Active Users</li>
<li>Local Users</li>
<li>Connections Made From Office Applications</li>
<li>Active SMB Shares</li>
<li>RDP Sessions</li>
<li>Active Processes</li>
<li>Active USB Connections</li>
<li>Powershell History</li>
<li>DNS Cache</li>
<li>Installed Drivers</li>
<li>Installed Software</li>
<li>Running Services</li>
<li>Scheduled Tasks</li>
<li>Browser history and profile files</li>
</ul>
<p>For the best experience run the script as admin, then the following items will also be collected:</p>
<ul>
<li>Windows Security Events</li>
<li>Remotely Opened Files</li>
<li>Shadow Copies</li>
<li>MPLogs</li>
<li>Defender Exclusions</li>
</ul>
<h2 class="wp-block-heading"><strong>SIEM Import Functionality</strong></h2>
<p>The forensic artefacts are exported as CSV files, which allows responders to ingest them into their tooling. Some example tools in which you can ingest the data are Sentinel, Splunk, Elastic or Azure Data Explorer. This will allow you to perform filtering, aggregation and visualisation with your preferred query language.</p>
<p>The folder <em>CSV Results (SIEM Import Data)</em> includes all the CSV files containing the artefacts, the folder listing is shown below.</p>
<pre class="wp-block-code"><code>Name
----
ActiveUsers.csv
AutoRun.csv
ConnectedDevices.csv
DefenderExclusions.csv
DNSCache.csv
Drivers.csv
InstalledSoftware.csv
IPConfiguration.csv
LocalUsers.csv
NetworkShares.csv
OfficeConnections.csv
OpenTCPConnections.csv
PowerShellHistory.csv
Processes.csv
RDPSessions.csv
RemotelyOpenedFiles.csv
RunningServices.csv
ScheduledTasks.csv
ScheduledTasksRunInfo.csv
SecurityEvents.csv
ShadowCopy.csv
SMBShares.csv</code></pre>
<h2 class="wp-block-heading"><strong>DFIR Commands</strong></h2>
<p>The <a href="https://github.com/Bert-JanP/Incident-Response-Powershell/blob/main/DFIR-Commands.md" target="_blank" rel="noreferrer noopener nofollow">DFIR Commands page</a> contains invidividual powershell commands that can be used during your incident response process. The follwing catagories are defined:</p>
<ul>
<li>Connections</li>
<li>Persistence</li>
<li>Windows Security Events</li>
<li>Processes</li>
<li>User &amp; Group Information</li>
<li>Applications</li>
<li>File Analysis</li>
<li>Collect IOC Information</li>
</ul>
<h2 class="wp-block-heading"><strong>Windows Usage</strong></h2>
<p>The script can be excuted by running the following command.</p>
<pre class="wp-block-code"><code>.\DFIR-Script.ps1</code></pre>
<p>The script is unsigned, that could result in having to use the -ExecutionPolicy Bypass to run the script.</p>
<pre class="wp-block-code"><code>Powershell.exe -ExecutionPolicy Bypass .\DFIR-Script.ps1</code></pre>
<h2 class="wp-block-heading"><strong>DFIR Script | Defender For Endpoit Live Response Integration</strong></h2>
<p>It is possible to use the DFIR Script in combination with the Defender For Endpoint Live Repsonse. Make sure that Live Response is setup (See DOCS). Since my script is usigned a setting change must be made to able to run the script.</p>
<p>There is a blog article available that explains more about how to leverage Custom Script in Live Response: <a href="https://kqlquery.com/posts/leveraging-live-response/" target="_blank" rel="noreferrer noopener nofollow">Incident Response Part 3: Leveraging Live Response</a></p>
<p>To run unsigned scripts live Response:</p>
<ul>
<li>Security.microsoft.com</li>
<li>Settings</li>
<li>Endpoints</li>
<li>Advanced Features</li>
<li>Make sure that Live Response is enabled</li>
<li>If you want to run this on a server enable live resonse for servers</li>
<li>Enable Live Response unsigened script execution</li>
</ul>
<p>Execute script:</p>
<ul>
<li>Go to the device page</li>
<li>Initiate Live Response session</li>
<li>Upload File to library to upload script</li>
<li>After uploading the script to the library execute: <code>run DFIR-script.ps1</code> to start the script.</li>
<li>Execute <code>getfile DFIR-DeviceName-yyyy-mm-dd</code> to download the retrieved artifacts to your local machine for analysis.</li>
</ul>
<h2 class="wp-block-heading"><strong>Docs</strong></h2>
<ul>
<li><a href="https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/live-response?view=o365-worldwide" target="_blank" rel="noreferrer noopener nofollow">Microsoft Documentation Live Response</a></li>
<li><a href="https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/user-roles?view=o365-worldwide" target="_blank" rel="noreferrer noopener nofollow">DFE User permissions</a></li>
<li><a href="https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/advanced-features?view=o365-worldwide#live-response" target="_blank" rel="noreferrer noopener nofollow">Defender For Endpoint Settings Live Response</a></li>
</ul>
<p>The post <a href="http://kostacipo.stream/powershell-digital-forensics-and-incident-response-dfir-leveraging-scripts-for-effective-cybersecurity/">Powershell Digital Forensics And Incident Response (DFIR) – Leveraging Scripts For Effective Cybersecurity</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/powershell-digital-forensics-and-incident-response-dfir-leveraging-scripts-for-effective-cybersecurity/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Penetration Testing Framework – Pure Blood</title>
		<link>http://kostacipo.stream/penetration-testing-framework-pure-blood/</link>
					<comments>http://kostacipo.stream/penetration-testing-framework-pure-blood/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Thu, 07 Jan 2021 19:55:45 +0000</pubDate>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Pentesting]]></category>
		<category><![CDATA[Wargames]]></category>
		<category><![CDATA[Penetration Testing Framework]]></category>
		<guid isPermaLink="false">http://kostacipo.stream/?p=2001</guid>

					<description><![CDATA[<p>Introduction Pure Blood is a Penetration Testing Framework intended for all hackers, pentesters, bug hunters and those that wants to get involved in pentesting and cybersecurity area. It’s simple tool, created for everyone who need help for daily pentesting tasks, such as information gathering (Whois, DNS Lookup, Reverse DNS Lookup, etc), vulnerability analysis, etc.&#160; &#160; [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/penetration-testing-framework-pure-blood/">Penetration Testing Framework – Pure Blood</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>Introduction</h3>
<div class="row">
<div class="col-lg-12">
<p>Pure Blood is a Penetration Testing Framework intended for all hackers, pentesters, bug hunters and those that wants to get involved in pentesting and cybersecurity area. It’s simple tool, created for everyone who need help for daily pentesting tasks, such as information gathering (Whois, DNS Lookup, Reverse DNS Lookup, etc), vulnerability analysis, etc.&nbsp;</p>
<div class="wp-block-image img-fluid text-center">&nbsp;</div>
<div class="alert alert-success">Penetration testing, also known as pentesting or ethical hacking, is the practice of testing a computer system, network/web application to find security vulnerabilities that an evil user (attacker) could exploit. Penetration testing can be automated with software apps/ programms, penetration testing frameworks or performed manually.&nbsp;</div>
<h2>Pure Blood v2:&nbsp;A Penetration Testing Framework created for Hackers</h2>
<p>This penetration testing tool is tested on Windows and Kali Linux, but should work on any Linux distro and OS X.</p>
<h2>Features</h2>
<h3>Web Pentest/Information Gathering</h3>
<div class="row">
<div class="col-12 col-lg-4">
<ul>
<li>Banner Grab&nbsp;</li>
<li>Whois&nbsp;</li>
<li>Traceroute&nbsp;</li>
<li>DNS Record&nbsp;</li>
<li>Reverse DNS Lookup&nbsp;</li>
<li>Zone Transfer Lookup</li>
</ul>
</div>
<div class="col-12 col-lg-4">
<ul>
<li>Port Scan&nbsp;</li>
<li>Admin Panel Scan&nbsp;</li>
<li>Subdomain Scan&nbsp;</li>
<li>CMS Identify&nbsp;</li>
<li>Reverse IP Lookup&nbsp;</li>
<li>Subnet Lookup&nbsp;</li>
</ul>
</div>
<div class="col-12 col-lg-4">
<ul>
<li>Extract Page Links&nbsp;</li>
<li>Directory Fuzz&nbsp;</li>
<li>File Fuzz&nbsp;</li>
<li>Shodan Search &nbsp;</li>
<li>Shodan Host Lookup</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-6">
<div class="alert alert-danger">
<h3>&nbsp;</h3>
<h3>Web Application Attack:</h3>
<ul>
<li>WordPress (WPScan, WPScan Bruteforce, WordPress Plugin Vulnerability Checker)</li>
<li>Auto SQL Injection</li>
</ul>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="alert alert-success">
<h3>&nbsp;</h3>
<h3>Generator:</h3>
<ul>
<li>Deface Page&nbsp;</li>
<li>Password Generator</li>
<li>Text To Hash</li>
</ul>
</div>
</div>
</div>
<h3>Requirements:</h3>
<ul>
<li>Python v2/3</li>
<li>All from <code>requrements.txt</code> file: (<code>colorama</code>,<code> requests</code>, <code>python-whois</code>, <code>dnspython</code>, <code>bs4</code>, <code>shodan</code>)</li>
</ul>
<p>Modules can also be installed independently.</p>
<h2>Install</h2>
<p>Clone it form the Pure Blood GitHub repo:</p>
<pre class="wp-block-preformatted">$ git clone https://github.com/cr4shcod3/pureblood</pre>
<p>Then navigate to the Pure Blood directory and install modules (<code>requirements.txt</code>):</p>
<pre class="wp-block-preformatted">$ cd pureblood
$ pip3 install -r requirements.tx</pre>
<h2>Usage</h2>
<p>To start Pure Blood, run:</p>
<pre class="wp-block-preformatted">$ python3 pureblood.py</pre>
<pre class="wp-block-preformatted">██▓███   █    ██  ██▀███  ▓█████  ▄▄▄▄    ██▓     ▒█████   ▒█████  ▓█████▄                                                                                              
▓██░  ██▒ ██  ▓██▒▓██ ▒ ██▒▓█   ▀ ▓█████▄ ▓██▒    ▒██▒  ██▒▒██▒  ██▒▒██▀ ██▌                                                                                             
▓██░ ██▓▒▓██  ▒██░▓██ ░▄█ ▒▒███   ▒██▒ ▄██▒██░    ▒██░  ██▒▒██░  ██▒░██   █▌                                                                                             
▒██▄█▓▒ ▒▓▓█  ░██░▒██▀▀█▄  ▒▓█  ▄ ▒██░█▀  ▒██░    ▒██   ██░▒██   ██░░▓█▄   ▌                                                                                             
▒██▒ ░  ░▒▒█████▓ ░██▓ ▒██▒░▒████▒░▓█  ▀█▓░██████▒░ ████▓▒░░ ████▓▒░░▒████▓                                                                                              
▒▓▒░ ░  ░░▒▓▒ ▒ ▒ ░ ▒▓ ░▒▓░░░ ▒░ ░░▒▓███▀▒░ ▒░▓  ░░ ▒░▒░▒░ ░ ▒░▒░▒░  ▒▒▓  ▒                                                                                              
░▒ ░     ░░▒░ ░ ░   ░▒ ░ ▒░ ░ ░  ░▒░▒   ░ ░ ░ ▒  ░  ░ ▒ ▒░   ░ ▒ ▒░  ░ ▒  ▒                                                                                              
░░        ░░░ ░ ░   ░░   ░    ░    ░    ░   ░ ░   ░ ░ ░ ▒  ░ ░ ░ ▒   ░ ░  ░                                                                                              
            ░        ░        ░  ░ ░          ░  ░    ░ ░      ░ ░     ░                                                                                                 
                                        ░                            ░                                                                                                   
&nbsp;    --=[ Author: Cr4sHCoD3                     ]=--                                                                                                                     
| -- --=[ Version: 2                            ]=-- -- |                                                                                                                
| -- --=[ Website: https://github.com/cr4shcod3 ]=-- -- |                                                                                                                
| -- --=[ PureHackers ~ Blood Security Hackers  ]=-- -- |


[ PureBlood Menu ]

     01) Web Pentest / Information Gathering
     02) Web Application Attack
     03) Generator
     99) Exit

PureBlood&gt;</pre>
<p>Usage is very simple. Just choose an option, pick the target and follow the instructions.&nbsp;</p>
<h3>Web Pentest/Information Gathering Example:</h3>
<p>Choose Web Pentest from menu:</p>
<pre class="wp-block-preformatted">PureBlood&gt; 1
[ Web Pentest ]
   01) Banner Grab
   02) Whois
   03) Traceroute
   04) DNS Record
   05) Reverse DNS Lookup
   06) Zone Transfer Lookup
   07) Port Scan
   08) Admin Panel Scan
   09) Subdomain Scan
   10) CMS Identify
   11) Reverse IP Lookup
   12) Subnet Lookup
   13) Extract Page Links
   14) Directory Fuzz
   15) File Fuzz
   16) Shodan Search
   17) Shodan Host Lookup
   90) Back To Menu
   95) Set Target
   99) Exit

PureBlood (WebPentest)&gt;</pre>
<p>Then&nbsp;select one of the options, and set the target:</p>
<pre class="wp-block-preformatted">PureBlood (WebPentest)&gt; 2

PureBlood(WebPentest)&gt; 95
[#] - Please don't put "/" in the end of the Target.
PureBlood&gt;WebPentest&gt;(Target)&gt; www.google.com</pre>
<p>Result:</p>
<pre class="wp-block-preformatted">"domain_name": [
    "GOOGLE.COM",
    "google.com"
  ],
  "registrar": "MarkMonitor, Inc.",
  "whois_server": "whois.markmonitor.com",
  "referral_url": null,
  "updated_date": [
    "2018-02-21 18:36:40",
    "2018-02-21 10:45:07"
  ],
  "creation_date": [
    "1997-09-15 04:00:00",
    "1997-09-15 00:00:00"
  ],
  "expiration_date": [
    "2020-09-14 04:00:00",
    "2020-09-13 21:00:00"
  ],
  "name_servers": [
    "NS1.GOOGLE.COM",
    "NS2.GOOGLE.COM",
    "NS3.GOOGLE.COM",
    "NS4.GOOGLE.COM",
    "ns4.google.com",
    "ns2.google.com",
    "ns1.google.com",
    "ns3.google.com"
  ],
  "status": [
    "clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited",
    "clientTransferProhibited https://icann.org/epp#clientTransferProhibited",
    "clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited",
    "serverDeleteProhibited https://icann.org/epp#serverDeleteProhibited",
    "serverTransferProhibited https://icann.org/epp#serverTransferProhibited",
    "serverUpdateProhibited https://icann.org/epp#serverUpdateProhibited",
    "clientUpdateProhibited (https://www.icann.org/epp#clientUpdateProhibited)",
    "clientTransferProhibited (https://www.icann.org/epp#clientTransferProhibited)",
    "clientDeleteProhibited (https://www.icann.org/epp#clientDeleteProhibited)",
    "serverUpdateProhibited (https://www.icann.org/epp#serverUpdateProhibited)",
    "serverTransferProhibited (https://www.icann.org/epp#serverTransferProhibited)",
    "serverDeleteProhibited (https://www.icann.org/epp#serverDeleteProhibited)"
  ],
  "emails": [
    "abusecomplaints@markmonitor.com",
    "whoisrelay@markmonitor.com"
  ],
  "dnssec": "unsigned",
  "name": null,
  "org": "Google LLC",
  "address": null,
  "city": null,
  "state": "CA",
  "zipcode": null,
  "country": "US"
}</pre>
<h3>Web App Attack Example:</h3>
<figure class="wp-block-image"><a href="https://asciinema.org/a/193578" target="_blank" rel="nofollow noopener"><img decoding="async" class="wp-image-4433 lazyloaded" src="https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example.jpg" sizes="(max-width: 1000px) 100vw, 1000px" srcset="https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example.jpg 1000w, https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example-300x160.jpg 300w, https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example-768x409.jpg 768w, https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example-500x267.jpg 500w" alt="PureBlood Web Attack Example" data-srcset="https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example.jpg 1000w, https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example-300x160.jpg 300w, https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example-768x409.jpg 768w, https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example-500x267.jpg 500w" data-src="https://cdn.cyberpunk.rs/wp-content/uploads/2018/12/we_app_attack_example.jpg" data-sizes="(max-width: 1000px) 100vw, 1000px"></a><figcaption>Web Application Attack Usage Example (DEMO)</figcaption></figure>
<div class="row justify-content-center mb-3">
<div class="col-lg-4">
<figure><a href="https://github.com/cr4shcod3/pureblood" target="_blank" rel="nofollow noopener">Download Pureblood</a></figure>
</div>
</div>
</div>
</div>
<p>The post <a href="http://kostacipo.stream/penetration-testing-framework-pure-blood/">Penetration Testing Framework – Pure Blood</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/penetration-testing-framework-pure-blood/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to stay Anonymous online in 2020: VPN, TOR, WHONIX &#038; TAILS</title>
		<link>http://kostacipo.stream/how-to-stay-anonymous-online-in-2020-vpn-tor-whonix-tails/</link>
					<comments>http://kostacipo.stream/how-to-stay-anonymous-online-in-2020-vpn-tor-whonix-tails/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Fri, 21 Feb 2020 13:21:15 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Pentesting]]></category>
		<category><![CDATA[Wargames]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Tails]]></category>
		<category><![CDATA[tor]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[WHONIX]]></category>
		<guid isPermaLink="false">http://www.kostacipo.stream/?p=1756</guid>

					<description><![CDATA[<p>&#160; &#160; &#160; In many applications including surfing the internet, chatting, sending confidential documents anonymity has become a necessary and legitimate desire. A piece of information can be encrypted by using many encryption techniques, but it will only give you the encrypted content and will not hide your identity because It is still possible to [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/how-to-stay-anonymous-online-in-2020-vpn-tor-whonix-tails/">How to stay Anonymous online in 2020: VPN, TOR, WHONIX &#038; TAILS</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<div class="td_block_wrap tdb_single_author tdi_89_fc1 td-pb-border-top td_block_template_1 tdb-post-meta" data-td-block-uid="tdi_89_fc1">&nbsp;</div>
<div class="wpb_wrapper td_block_wrap vc_raw_html tdi_92_d22 ">
<div class="td-fix-index">
<div class="social-share">
<div class="td-post-sharing tdb-block td-ps-bg td-ps-padding td-post-sharing-style2 ">
<div class="td-social-but-text">&nbsp;</div>
</div>
</div>
</div>
</div>
<div class="td_block_wrap tdb_single_featured_image tdi_93_081 tdb-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_93_081">
<div class="tdb-block-inner td-fix-index">
<div class="wpb_video_wrapper"><iframe id="td_youtube_player" src="https://www.youtube.com/embed/Cx2riWV360I?enablejsapi=1&amp;feature=oembed&amp;wmode=opaque&amp;vq=hd720" allowfullscreen="allowfullscreen" data-mce-fragment="1" width="100%" height="560" frameborder="0"></iframe></div>
</div>
</div>
<div class="td_block_wrap tdb_single_content tdi_94_845 td-pb-border-top td_block_template_1 td-post-content tagdiv-type" data-td-block-uid="tdi_94_845">
<div class="tdb-block-inner td-fix-index">
<p>In many applications including surfing the internet, chatting, sending confidential documents anonymity has become a necessary and legitimate desire. A piece of information can be encrypted by using many encryption techniques, but it will only give you the encrypted content and will not hide your identity because It is still possible to know the source and destination of the communicating end.&nbsp; Anonymity in a business network can be devastating as it can make an organization vulnerable to security risks, liability and potential litigation and it is very useful for your competitor to know your moves. Moreover many renowned big companies like Amazon, Microsoft, and Google have collected your personal information in order to serve up targeted ads.</p>
<p>There is nothing wrong to be anonymous and controlling your own personal privacy if you are doing the legitimate business. Several ways are present to ensure your privacy while browsing the internet</p>
<h2><strong>VPN </strong></h2>
<p>VPN is the acronym for the Virtual Private Network, a technology that allows you to connect to one or more computers by using a private network from public internet connection. Your IP (internet protocol) address is the prime identity number that Internet provider assigns your computer to let you go anywhere on the Internet. It’s exactly like the house number on your home. &nbsp;It masks an IP address so all online activities are virtually untraceable from any one. User’s initial IP address is replaced with one from the Virtual Private Network provider so that a communication take place without being tracked, monitored, and identified.</p>
<p>Why VPN is called a network because you’re using a special network of VPN servers that covers the entire globe.</p>
<h2><strong>How does VPN Work?</strong></h2>
<p>VPN works in a way to bypass censorship by creating a pathway within a client and server ends with different control points through which data packets travel. When using a VPN an encryption and authentication layer is applied to that pathway in order to protect the traffic and data packets travel. Data packets travel through virtual, private and secure channel. This technique is called VPN Tunneling which creates a secure communication channel within network of computers.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-4992 size-full td-animation-stack-type0-2" title="How does VPN work" src="https://www.ehacking.net/wp-content/uploads/2020/01/vpn-1.png" sizes="(max-width: 706px) 100vw, 706px" srcset="https://www.ehacking.net/wp-content/uploads/2020/01/vpn-1.png 706w, https://www.ehacking.net/wp-content/uploads/2020/01/vpn-1-300x129.png 300w, https://www.ehacking.net/wp-content/uploads/2020/01/vpn-1-696x299.png 696w" alt="How does VPN work" width="706" height="303"></p>
<h2><strong>Drawbacks of VPN</strong></h2>
<p>For end-device users, VPN might be an easy set up since you just need to download your VPN application and install it on your device but it has the drawback of being monitored from VPN service providers as they allow you to use their private servers in exchange for your data. There have been cases where VPN service providers are monitoring the data from their users for their own benefits in that way your communication is not all private but be monitored by service providers.</p>
<h2><strong>What is TOR?</strong></h2>
<p>The Onion Router (TOR) is a free and open-source software for enabling anonymous communication. It is designed to stop people tracking your browsing habits including government agencies and corporations. The name (The Onion Router) refers to the way that Tor protects your data by&nbsp;<strong>wrapping it in multiple layers of encryption</strong>&nbsp;like an onion.</p>
<h2><strong>How does TOR work?</strong></h2>
<p>TOR Browser routes all web traffic through the TOR network, making it anonymous. As the image below shows, TOR consists of a three-layer proxy, like layers of an onion. At first, TOR Browser connects at random to one of the publicly listed entry guards, bounces that traffic through a randomly selected middle relay, and finally directed the traffic through the third and final exit relay.</p>
<p><img decoding="async" class="size-full wp-image-4989 aligncenter td-animation-stack-type0-2" src="https://www.ehacking.net/wp-content/uploads/2020/01/tor.png" sizes="(max-width: 819px) 100vw, 819px" srcset="https://www.ehacking.net/wp-content/uploads/2020/01/tor.png 819w, https://www.ehacking.net/wp-content/uploads/2020/01/tor-300x168.png 300w, https://www.ehacking.net/wp-content/uploads/2020/01/tor-768x431.png 768w, https://www.ehacking.net/wp-content/uploads/2020/01/tor-696x391.png 696w, https://www.ehacking.net/wp-content/uploads/2020/01/tor-748x420.png 748w" alt="how does tor work" width="819" height="460"></p>
<h2><strong>Drawbacks of TOR</strong></h2>
<p>One of the drawbacks of TOR browser is that your ISP can see that you’re connected to TOR hence <strong>it can draw attention to you. Although, </strong>your ISP can’t see your activities but it will raise suspicion about what you’re doing.</p>
<p>Another drawback of using TOR browser is that it only hides traffic going through TOR network and won’t anonymize other apps on your computer hence not completely giving the concept of anonymity.</p>
<h2><strong>WHONIX OS</strong></h2>
<p>Whonix is a Debian based Linux operating system used to provide anonymity, privacy and security on browsing the Internet. It consists of two main components i.e. Whonix workstation and Whonix gateway.</p>
<p>Both components are VirtualBox virtual machine appliances, so as to run it on any operating system that has VirtualBox.</p>
<h2><strong>How Does Whonix Work?</strong></h2>
<p>At first the Whonix workstation and gateway are configured on host machine. Workstation consists of the desktop application, routes all of its traffic to the gateway which is connected to the workstation. The gateway is further connected to the TOR network for accessing the internet. Whonix gateway is the only way for the workstation to transmit the information through internet because the workstation is an isolated machine and it has no idea about its own host IP and configuration.</p>
<p>From the image we can see that all the traffic that is directed through the gateway is TORrified while the traffic from the host machine in non TORified.The host machine does not participate in the Whonix private network and that is why continues to use its normal internet connection.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4991 td-animation-stack-type0-2" src="https://www.ehacking.net/wp-content/uploads/2020/01/whonix.jpg" sizes="auto, (max-width: 799px) 100vw, 799px" srcset="https://www.ehacking.net/wp-content/uploads/2020/01/whonix.jpg 799w, https://www.ehacking.net/wp-content/uploads/2020/01/whonix-300x161.jpg 300w, https://www.ehacking.net/wp-content/uploads/2020/01/whonix-768x413.jpg 768w, https://www.ehacking.net/wp-content/uploads/2020/01/whonix-696x375.jpg 696w, https://www.ehacking.net/wp-content/uploads/2020/01/whonix-780x420.jpg 780w" alt="how does whonix work" width="799" height="430"></p>
<p>It is a huge advantage of isolating the workstation from a network to keep an IP address private even if any application in a Whonix workstation is compromised, it is almost impossible to reveal your IP because it does not know your IP.</p>
<h2><strong>Drawbacks of Whonix</strong></h2>
<p>Although Whonix provides transparency of your IP address, it has a notable disadvantage in terms of physical security. If your host machine is ever compromised, all the stored personal information and your internet browsing activity could be discovered easily.</p>
<h2><strong>TAILS Linux OS</strong></h2>
<p>If your goal is to leave&nbsp;<strong>no</strong>&nbsp;trace of every activity you did on the host machine then choose Tails. Tails or The Amnesic Incognito Live System is a live Debian based linux operating system that aims to provide privacy and anonymity. You can start TailsOS on almost any computer from a USB stick or a DVD. Tails sends its traffic by using TOR network, leaving no trace on the system you are using.</p>
<p>Live means it runs on the medium typically a USB, immediately upon starting the system. The entire operating system lives on that USB. All you have to do is first download the live operating system, write it on a USB, insert it to the system, after turning it on you will get a live operating system simply boots from a USB device.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4988 td-animation-stack-type0-2" src="https://www.ehacking.net/wp-content/uploads/2020/01/tails.jpg" sizes="auto, (max-width: 300px) 100vw, 300px" srcset="https://www.ehacking.net/wp-content/uploads/2020/01/tails.jpg 300w, https://www.ehacking.net/wp-content/uploads/2020/01/tails-150x150.jpg 150w" alt="tails OS linux" width="300" height="300"></p>
<p>The portability of TailsOS solves the problem of physical security as if your USB device ever gets lost or compromised, there will be no personal information present on that USB as well as the system on which you have inserted that USB and nothing can be learned about your specific usage.</p>
<h2><strong>And The Winner Is?</strong></h2>
<p>As we have seen there are many techniques and tools available to hide a person’s identity while browsing the internet. The above mentioned techniques provide anonymity at some point and has some notable drawbacks which can lessen the degree of anonymity so by comparing VPN, TOR, WHONIX and TAILS, the technique that is said to be the best practice for providing complete anonymity as well as safe and secure communication is TAILS as it gives you complete security for traffic transmission, privacy of identity and the physical security.</p>
</div>
</div>
<p>The post <a href="http://kostacipo.stream/how-to-stay-anonymous-online-in-2020-vpn-tor-whonix-tails/">How to stay Anonymous online in 2020: VPN, TOR, WHONIX &#038; TAILS</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/how-to-stay-anonymous-online-in-2020-vpn-tor-whonix-tails/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WhatTheHack &#8211; A Collection Of Challenge Based Hack-A-Thons Including Student Guide, Proctor Guide, Lecture Presentations, Sample/Instructional Code And Templates</title>
		<link>http://kostacipo.stream/whatthehack-a-collection-of-challenge-based-hack-a-thons-including-student-guide-proctor-guide-lecture-presentations-sample-instructional-code-and-templates/</link>
					<comments>http://kostacipo.stream/whatthehack-a-collection-of-challenge-based-hack-a-thons-including-student-guide-proctor-guide-lecture-presentations-sample-instructional-code-and-templates/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Fri, 07 Feb 2020 10:27:06 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Wargames]]></category>
		<category><![CDATA[wargames]]></category>
		<guid isPermaLink="false">http://www.kostacipo.stream/?p=1742</guid>

					<description><![CDATA[<p>&#160; WhatTheHack is a collection of challenge based hack-a-thons including student guide, proctor guide, lecture presentations, sample/instructional code and templates. What, Why and How &#8220;What the Hack&#8221; is a challenge based hackathon format Challenges describe high-level tasks and goals to be accomplished Challenges are not step-by-step labs Attendees work in teams of 3 to 5 [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/whatthehack-a-collection-of-challenge-based-hack-a-thons-including-student-guide-proctor-guide-lecture-presentations-sample-instructional-code-and-templates/">WhatTheHack &#8211; A Collection Of Challenge Based Hack-A-Thons Including Student Guide, Proctor Guide, Lecture Presentations, Sample/Instructional Code And Templates</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<p>WhatTheHack is a collection of challenge based hack-a-thons including student guide, proctor guide, lecture presentations, sample/instructional code and templates.</p>
<p><b>What, Why and How</b></p>
<ul>
<li>&#8220;What the Hack&#8221; is a challenge based hackathon format</li>
<li>Challenges describe high-level tasks and goals to be accomplished</li>
<li>Challenges are not step-by-step labs</li>
<li>Attendees work in teams of 3 to 5 people to solve the challenges</li>
<li>Attendees &#8220;learn from&#8221; and &#8220;share with&#8221; each other</li>
<li>By having to &#8220;figure it out&#8221;, attendee knowledge retention is greater</li>
<li>Proctors provide guidance, but not answers to the teams</li>
<li>Emcees provide lectures &amp; demos to setup challenges &amp; review solutions</li>
<li>What the Hack can be hosted in-person or virtually via MS Teams</li>
</ul>
<p><a name="more"></a><br /><b>How to Add Your Hack</b><br />We welcome all new hacks! The process for doing this is:</p>
<ul>
<li>Fork this repo into your own github account</li>
<li>Create a new branch for your work</li>
<li>Add a new top level folder using the next number in sequence, eg:
<ul>
<li>011-BigNewHack</li>
</ul>
</li>
<li>Within this folder, create two folders, each with two folders with in that looks like this:
<ul>
<li>Host
<ul>
<li>Guides</li>
<li>Solutions</li>
</ul>
</li>
<li>Student
<ul>
<li>Guides</li>
<li>Resources</li>
</ul>
</li>
</ul>
</li>
<li>The content of each folder should be:
<ul>
<li><strong>Student/Guides</strong>: The Student&#8217;s Guide</li>
<li><strong>Student/Resources</strong>: Any template or &#8220;starter&#8221; files that students may need in challenges</li>
<li><strong>Host/Guides</strong>: The Proctor&#8217;s Guide lives here as well as any Lecture slide decks</li>
<li><strong>Host/Solutions</strong>: Specific files that the proctors might need that have solutions in them.</li>
</ul>
</li>
<li>Once your branch and repo have all your content and it formatted correctly, follow the instructions on this page to submit a pull request back to the main repository:
<ul>
<li><a title="https://help.github.com/articles/creating-a-pull-request-from-a-fork/" href="https://help.github.com/articles/creating-a-pull-request-from-a-fork/" target="_blank" rel="nofollow noopener noreferrer">https://help.github.com/articles/creating-a-pull-request-from-a-fork/</a></li>
</ul>
</li>
</ul>
<div><b><a class="kiploit-download" title="Download WhatTheHack" href="https://github.com/microsoft/WhatTheHack" target="_blank" rel="nofollow noopener noreferrer">Download WhatTheHack</a></b></div>
<p>The post <a href="http://kostacipo.stream/whatthehack-a-collection-of-challenge-based-hack-a-thons-including-student-guide-proctor-guide-lecture-presentations-sample-instructional-code-and-templates/">WhatTheHack &#8211; A Collection Of Challenge Based Hack-A-Thons Including Student Guide, Proctor Guide, Lecture Presentations, Sample/Instructional Code And Templates</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/whatthehack-a-collection-of-challenge-based-hack-a-thons-including-student-guide-proctor-guide-lecture-presentations-sample-instructional-code-and-templates/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>OverTheWire Bandit Walkthrough – Level 0 – 6</title>
		<link>http://kostacipo.stream/overthewire-bandit-walkthrough-level-0-6/</link>
					<comments>http://kostacipo.stream/overthewire-bandit-walkthrough-level-0-6/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Fri, 07 Feb 2020 10:16:10 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Wargames]]></category>
		<category><![CDATA[wargames]]></category>
		<guid isPermaLink="false">http://www.kostacipo.stream/?p=1736</guid>

					<description><![CDATA[<p>&#160; What is OverTheWire? The wargames offered by the OverTheWire community can help you to learn and practice security concepts in the form of fun-filled games. Link: https://overthewire.org What is OverTheWire Bandit? The Bandit wargame is aimed at absolute beginners. It will teach the basics needed to be able to play other wargames. Getting Started [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/overthewire-bandit-walkthrough-level-0-6/">OverTheWire Bandit Walkthrough – Level 0 – 6</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<p><iframe loading="lazy" title="OverTheWire Bandit Walkthrough - Level 0 - 6" src="https://www.youtube.com/embed/ff2Au8BIy_A?feature=oembed" allowfullscreen="allowfullscreen" data-mce-fragment="1" width="678" height="381" frameborder="0"></iframe></p>
<h1>What is OverTheWire?</h1>
<p>The wargames offered by the OverTheWire community can help you to learn and practice security concepts in the form of fun-filled games.</p>
<p>Link: <a href="https://overthewire.org">https://overthewire.org</a></p>
<h2>What is OverTheWire Bandit?</h2>
<p>The Bandit wargame is aimed at absolute beginners. It will teach the basics needed to be able to play other wargames.</p>
<h2>Getting Started</h2>
<p>To get started with the wargames, you need to use SSH to connect to the OverTheWire bandit servers, you can do this by using SSH clients on both Windows and Linux. The preferred SSH client for Windows is <a href="https://putty.org/">Putty</a> and the preferred client for Linux is OpenSSH.</p>
<p>You can install the OpenSSH client on Linux by running the following command:</p>
<blockquote>
<p>sudo apt-get install openssh-client</p>
</blockquote>
<p>Alternatively, if you are running an Arch-based distribution you can run the following command with pacman:</p>
<blockquote>
<p>sudo pacman -S openssh</p>
</blockquote>
<p>After you have an SSH client installed you can connect to the OverTheWire Bandit server by using the following syntax.</p>
<blockquote>
<p>ssh username@address -p &lt;port&gt;</p>
</blockquote>
<h2>Level 0 – 1</h2>
<p>We can get started with level 0 by connecting to the server with the following credentials:</p>
<p>Username: bandit0</p>
<p>Password: bandit0</p>
<p>We can connect to the server via SSH with the following syntax:</p>
<blockquote>
<p>ssh bandit0@bandit.labs.overthewire.org -p 2220</p>
</blockquote>
<p>After authenticating with the server, we should have access as bandit0. After listing the files in the current working directory, we are greeted with a readme file. We get the password for the next level by displaying the content of the file.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-5883" src="https://hsploit.com/wp-content/uploads/2020/01/level0-1-300x108.png" sizes="auto, (max-width: 525px) 100vw, 525px" srcset="https://hsploit.com/wp-content/uploads/2020/01/level0-1-300x108.png 300w, https://hsploit.com/wp-content/uploads/2020/01/level0-1.png 602w" alt="" width="525" height="189"></p>
<h2>Level 1 – 2</h2>
<p>The objective for this level is to display the content of a file called -. After displaying the content of the file with cat, we get the password for the next level.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-5885" src="https://hsploit.com/wp-content/uploads/2020/01/level1-2-300x108.png" sizes="auto, (max-width: 528px) 100vw, 528px" srcset="https://hsploit.com/wp-content/uploads/2020/01/level1-2-300x108.png 300w, https://hsploit.com/wp-content/uploads/2020/01/level1-2.png 602w" alt="" width="528" height="190"></p>
<h2>Level 2 – 3</h2>
<p>The objective for this level is to display the content of a file with spaces in the filename. We can use cat to display the content of the file as shown in the screenshot below.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-5886" src="https://hsploit.com/wp-content/uploads/2020/01/level2-3-300x108.png" sizes="auto, (max-width: 536px) 100vw, 536px" srcset="https://hsploit.com/wp-content/uploads/2020/01/level2-3-300x108.png 300w, https://hsploit.com/wp-content/uploads/2020/01/level2-3.png 602w" alt="" width="536" height="193"></p>
<h2>Level 3 – 4</h2>
<p>The password for level 4 can be found in the <strong>inhere</strong> directory. After listing the files in the directory, we are greeted with a dot file called <em><strong>.hidden</strong></em>. We can use cat to display the content of the file to get the next password.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-5887" src="https://hsploit.com/wp-content/uploads/2020/01/level3-4-300x163.png" sizes="auto, (max-width: 545px) 100vw, 545px" srcset="https://hsploit.com/wp-content/uploads/2020/01/level3-4-300x163.png 300w, https://hsploit.com/wp-content/uploads/2020/01/level3-4.png 602w" alt="" width="545" height="296"></p>
<h2>Level 4 – 5</h2>
<p>This level involves finding a human-readable file stored in the inhere directory. We can utilize the find command in conjunction with the xargs utility. This will display the files in the directory and their type. In this case, we find that the only human-readable file in the directory is -file07. We can use cat to display the content of the file to get the password for the next level.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-5889" src="https://hsploit.com/wp-content/uploads/2020/01/level4-5-300x269.png" sizes="auto, (max-width: 553px) 100vw, 553px" srcset="https://hsploit.com/wp-content/uploads/2020/01/level4-5-300x269.png 300w, https://hsploit.com/wp-content/uploads/2020/01/level4-5.png 602w" alt="" width="553" height="496"></p>
<h2>Level 5 – 6</h2>
<p>This level involves finding a file in the inhere directory with specific parameters:</p>
<ul>
<li>Is human-readable</li>
<li>1033 bytes in size</li>
<li>not executable</li>
</ul>
<p>We can utilize the find command with specific arguments tailored to the specific characteristics of the file we are looking for.</p>
<blockquote>
<p>find . -type -f -size 1033c ! -executable</p>
</blockquote>
<p>After running the command, we find that the file that matches the search parameters is <em><strong>.file2.&nbsp;</strong></em>We can display the content of the file with cat to get the password for the next level.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-5891" src="https://hsploit.com/wp-content/uploads/2020/01/level5-6-300x68.png" sizes="auto, (max-width: 569px) 100vw, 569px" srcset="https://hsploit.com/wp-content/uploads/2020/01/level5-6-300x68.png 300w, https://hsploit.com/wp-content/uploads/2020/01/level5-6.png 693w" alt="" width="569" height="129"></p>
<h2>Level 6 – 7</h2>
<p>Similar to level 5, this level involves finding a file on the server with specific parameters and ownership permissions:</p>
<ul>
<li>Owner by user bandit7</li>
<li>owned by group bandit6</li>
<li>33 bytes in size</li>
</ul>
<p>We can use the find command with the following options and parameters to fine-tune our results.</p>
<blockquote>
<p>find / -type f -user bandit7 -group bandit6 -size 33c</p>
</blockquote>
<p>After running the command we find the file that we were looking for.</p>
<p><img loading="lazy" decoding="async" class="alignnone  wp-image-5893" src="https://hsploit.com/wp-content/uploads/2020/01/level6-7-300x26.png" sizes="auto, (max-width: 577px) 100vw, 577px" srcset="https://hsploit.com/wp-content/uploads/2020/01/level6-7-300x26.png 300w, https://hsploit.com/wp-content/uploads/2020/01/level6-7-678x60.png 678w, https://hsploit.com/wp-content/uploads/2020/01/level6-7.png 693w" alt="" width="577" height="50"></p>
<p>The post <a href="http://kostacipo.stream/overthewire-bandit-walkthrough-level-0-6/">OverTheWire Bandit Walkthrough – Level 0 – 6</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/overthewire-bandit-walkthrough-level-0-6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
