<?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>scraping Archives - Tech Chronicles</title>
	<atom:link href="http://kostacipo.stream/tag/scraping/feed/" rel="self" type="application/rss+xml" />
	<link>http://kostacipo.stream/tag/scraping/</link>
	<description>Ramblings of a Tech Dude</description>
	<lastBuildDate>Wed, 21 Feb 2024 23:53:50 +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>scraping Archives - Tech Chronicles</title>
	<link>http://kostacipo.stream/tag/scraping/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>H4X-Tools &#8211; Designed for Scraping, OSINT and Beyond</title>
		<link>http://kostacipo.stream/h4x-tools-designed-for-scraping-osint-and-beyond/</link>
					<comments>http://kostacipo.stream/h4x-tools-designed-for-scraping-osint-and-beyond/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Wed, 21 Feb 2024 23:53:50 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Exploitation Tools]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[scraping]]></category>
		<guid isPermaLink="false">https://kostacipo.stream/?p=2184</guid>

					<description><![CDATA[<p>Discover the power of H4X-Tools, a versatile toolkit designed for scraping, OSINT (Open-Source Intelligence), and beyond. From extracting information from social media accounts to conducting phone and IP lookups, H4X-Tools offers a wide array of functionalities to aid researchers, developers, and security enthusiasts alike. Explore its features, installation process, and community-driven development in this article. [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/h4x-tools-designed-for-scraping-osint-and-beyond/">H4X-Tools &#8211; Designed for Scraping, OSINT and Beyond</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Discover the power of H4X-Tools, a versatile toolkit designed for scraping, OSINT (Open-Source Intelligence), and beyond.</p>
<p>From extracting information from social media accounts to conducting phone and IP lookups, H4X-Tools offers a wide array of functionalities to aid researchers, developers, and security enthusiasts alike.</p>
<p>Explore its features, installation process, and community-driven development in this article. Toolkit for scraping, OSINT and more.</p>
<p>Submit feature requests and bugs in the <a href="https://github.com/V1li/H4X-Tools/issues" target="_blank" rel="noreferrer noopener nofollow">issues</a> tab.</p>
<p>If you want to help with the development, follow the instructions in <a href="https://github.com/vil/H4X-Tools/blob/master/CONTRIBUTING.md" target="_blank" rel="noreferrer noopener nofollow">contributing</a> and simply open a pull request. You can also <a href="https://vili.dev/#donate" target="_blank" rel="noreferrer noopener nofollow">donate</a> to keep the project alive and me motivated!</p>
<h2 class="wp-block-heading"><strong>Current Tools</strong></h2>
<h3 class="wp-block-heading"><strong>Warning</strong></h3>
<p>Some tools might not work on Windows systems.</p>
<figure class="wp-block-table">
<table>
<thead>
<tr>
<th>Tool Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ig Scrape</td>
<td>Scrapes information from IG accounts.</td>
</tr>
<tr>
<td>Web Search</td>
<td>Searches the internet for the given query.</td>
</tr>
<tr>
<td>Phone Lookup</td>
<td>Looks up a phone number and returns information about it.</td>
</tr>
<tr>
<td>Ip Lookup</td>
<td>Looks up an IP/domain address and returns information about it.</td>
</tr>
<tr>
<td>Port Scanner</td>
<td>Scans for open ports in a given IP/domain address.</td>
</tr>
<tr>
<td>Username Search</td>
<td>Tries to find a given username from many different websites.</td>
</tr>
<tr>
<td>Email Search</td>
<td>Efficiently finds registered accounts from a given email. Thanks to <a href="https://github.com/megadose/holehe" target="_blank" rel="noreferrer noopener nofollow">holehe.</a></td>
</tr>
<tr>
<td>Webhook Spammer</td>
<td>Spams messages to a discord webhook.</td>
</tr>
<tr>
<td>WhoIs Lookup</td>
<td>Looks up a domain and returns information about it.</td>
</tr>
<tr>
<td>SMS Bomber</td>
<td>Spams messages to a given mobile number.</td>
</tr>
<tr>
<td>Fake Info Generator</td>
<td>Generates fake information using <a href="https://pypi.org/project/Faker/" target="_blank" rel="noreferrer noopener nofollow">Faker</a>.</td>
</tr>
<tr>
<td>Web Scrape</td>
<td>Scrapes links from a given url.</td>
</tr>
<tr>
<td>Wi-Fi Finder</td>
<td>Scans for nearby Wi-Fi networks.</td>
</tr>
<tr>
<td>Wi-Fi Password Getter</td>
<td>Scans for locally saved Wi-Fi passwords.</td>
</tr>
<tr>
<td>Dir Buster</td>
<td>Bruteforce directories on a website.</td>
</tr>
<tr>
<td>Local Accounts Getter</td>
<td>Scans for all local accounts and their information.</td>
</tr>
<tr>
<td>Caesar Cipher</td>
<td>Encrypts/decrypts/bruteforce a message using the Caesar cipher.</td>
</tr>
<tr>
<td>BaseXX</td>
<td>Encodes/decodes a message using Base64/32/16.</td>
</tr>
<tr>
<td>About</td>
<td>Tells you about the tool.</td>
</tr>
<tr>
<td>Donate</td>
<td>My crypto addresses where to donate.</td>
</tr>
<tr>
<td>Exit</td>
<td>Exits the tool.</td>
</tr>
</tbody>
</table>
</figure>
<h2 class="wp-block-heading"><strong>Note</strong></h2>
<p>-IG Scrape requires you to log in, in order to use it.</p>
<p>-SMS Bomber only works with US numbers.</p>
<p>-You might get rate limited after using some of the tools for too long.</p>
<h2 class="wp-block-heading"><strong>Installation</strong></h2>
<p>I’ll upload already built executables to the <a href="https://github.com/vil/H4X-Tools/releases" target="_blank" rel="noreferrer noopener nofollow">releases</a> tab, but I’d recommend installing the tool manually by following the instructions below. This way you also get the freshest version.</p>
<h2 class="wp-block-heading"><strong>Setup</strong></h2>
<p>Important</p>
<p>Make sure you have <a href="https://www.python.org/downloads/" target="_blank" rel="noreferrer noopener nofollow">Python</a> and <a href="https://git-scm.com/downloads" target="_blank" rel="noreferrer noopener nofollow">Git</a> installed.</p>
<p>View the <a href="https://github.com/vil/H4X-Tools/wiki" target="_blank" rel="noreferrer noopener nofollow">wiki page</a> for more detailed tutorial.</p>
<h2 class="wp-block-heading"><strong>Linux</strong></h2>
<ol>
<li>Clone the repo <code>git clone https://github.com/vil/h4x-tools.git</code></li>
<li>Change directory <code>cd h4x-tools</code></li>
<li>Run <code>sh setup.sh</code> in terminal to install the tool.</li>
</ol>
<h2 class="wp-block-heading"><strong>Windows</strong></h2>
<ol>
<li>Clone the repo <code>git clone https://github.com/vil/h4x-tools.git</code></li>
<li>Change directory <code>cd h4x-tools</code></li>
<li>Run the <code>setup.bat</code> file.</li>
</ol>
<p>Setup files will automatically build the tool as an executable. You can also run the tool using <code>python h4xtools.py</code> in the terminal.</p>
<p>Also, dependencies can be installed manually using <code>pip install -r requirements.txt</code>.</p>
<p>The post <a href="http://kostacipo.stream/h4x-tools-designed-for-scraping-osint-and-beyond/">H4X-Tools &#8211; Designed for Scraping, OSINT and Beyond</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/h4x-tools-designed-for-scraping-osint-and-beyond/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
