<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Top Hat Sec Forum - Old Distros]]></title>
		<link>https://tophatsec.com/forum/</link>
		<description><![CDATA[Top Hat Sec Forum - https://tophatsec.com/forum]]></description>
		<pubDate>Fri, 12 Jun 2026 20:43:10 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Artificial Intelligence for Education]]></title>
			<link>https://tophatsec.com/forum/showthread.php?tid=1459</link>
			<pubDate>Thu, 30 Jun 2022 06:41:31 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://tophatsec.com/forum/member.php?action=profile&uid=1230">Vika Greg</a>]]></dc:creator>
			<guid isPermaLink="false">https://tophatsec.com/forum/showthread.php?tid=1459</guid>
			<description><![CDATA[There have been theories for quite some time that AI will revolutionize the digital space. But I didn't think the future would arrive so quickly. Recent news articles about artificial intelligence and innovative educational methods caught my eye. Is it possible for robots to create essays or dissertations in a matter of minutes?<br />
Although the quality of each paragraph is not great, I am amazed that the program can analyze short stories by Jack London or plays by Shakespeare. Additionally, modern technology has made college learning simpler and easier by facilitating data exchange. In the next ten year, we will all be able to comprehend new information faster.<br />
There are many websites that provide one-click data generation or knowledge retrieval technology. As you can see, AI is a huge part of education. The virtual learning environment was another aspect I enjoyed. Although I was a bit confused about how it all worked, students can now exchange data, launch streams, communicate online with professors, and take tests. This sounds revolutionary to me (the modern <a href="https://www.tme.net/blog/artificial-intelligence-in-education-how-things-are-changing/" target="_blank" rel="noopener" class="mycode_url">AI in education</a>). AI may allow my children to learn in virtual reality, or gain the same knowledge as Neo.]]></description>
			<content:encoded><![CDATA[There have been theories for quite some time that AI will revolutionize the digital space. But I didn't think the future would arrive so quickly. Recent news articles about artificial intelligence and innovative educational methods caught my eye. Is it possible for robots to create essays or dissertations in a matter of minutes?<br />
Although the quality of each paragraph is not great, I am amazed that the program can analyze short stories by Jack London or plays by Shakespeare. Additionally, modern technology has made college learning simpler and easier by facilitating data exchange. In the next ten year, we will all be able to comprehend new information faster.<br />
There are many websites that provide one-click data generation or knowledge retrieval technology. As you can see, AI is a huge part of education. The virtual learning environment was another aspect I enjoyed. Although I was a bit confused about how it all worked, students can now exchange data, launch streams, communicate online with professors, and take tests. This sounds revolutionary to me (the modern <a href="https://www.tme.net/blog/artificial-intelligence-in-education-how-things-are-changing/" target="_blank" rel="noopener" class="mycode_url">AI in education</a>). AI may allow my children to learn in virtual reality, or gain the same knowledge as Neo.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[FAQ about the THS-OS Apollo Distro]]></title>
			<link>https://tophatsec.com/forum/showthread.php?tid=14</link>
			<pubDate>Tue, 20 Aug 2019 16:48:36 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://tophatsec.com/forum/member.php?action=profile&uid=1">Threadmaker</a>]]></dc:creator>
			<guid isPermaLink="false">https://tophatsec.com/forum/showthread.php?tid=14</guid>
			<description><![CDATA[Q: <span style="font-weight: bold;" class="mycode_b">What is “THS-OS”?</span><br />
A: THS-OS is the Top-Hat-Sec Edition of Backbox. <br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">What makes the THS-OS different from other pentesting Distros, like Backbox or Backtrack?</span><br />
A: The THS-OS is a “tricked out” version of Backbox. It contains additional tools that R4V3N has put into the THS-OS that other operating systems don’t have.<br />
<br />
Q:<span style="font-weight: bold;" class="mycode_b"> What version of Ubuntu does the THS-OS use?</span><br />
A: It runs the same version as Backbox – Ubuntu 11. This makes it more compatible than Backtrack as Backtrack is running Ubuntu 10. Backtrack has a custom Kernel which causes further compatibility issues.  <br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">Where can I download the THS-OS?</span><br />
A: See the Apollo Distro Post for the link<br />
<br />
Q:<span style="font-weight: bold;" class="mycode_b"> How do I login?</span><br />
A: select "other" and login as: root   The password is: teamths<br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">When I try to install, I get an "Username not valid" error </span><br />
A: Run the live system. Login as root, open the terminal and type: ubiquity --no-migration-assitant &lt;hit enter&gt;. Then install it like you normally would.<br />
If this does not work, you could have a corrupt version of the THS-OS. The solution to that is to re-download the THS-OS and try to make sure you are not timing out or that your internet is not going down during the download. <br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">I can’t find the Top-Hat-Sec folder on the desktop… help!?</span><br />
A: You need to log in as “other” root    and put the password as teamths<br />
<br />
Q:<span style="font-weight: bold;" class="mycode_b"> What is the us3r account?</span><br />
A: The us3r account is a generic account created because Backbox would not allow us to create a Distro with Just a root account.  People that don’t want to log in as root can log in as us3r. The us3r account does not have the special programs that the root account does, and is more of a “blank slate” you can modify to your purposes.                       <br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">How can I delete the us3r account?</span><br />
A: Ubuntu: How to Remove a User Account:  From time to time, it becomes necessary to remove a user account from your computer. Removing a user account from your Ubuntu system is a simple task that requires two separate terminal commands.<br />
1. Open a terminal window.<br />
2. First, you’ll need to delete the user account. Input the following command and hit Enter (change to the name of the user account that is to be removed):<br />
sudo userdel (username) <br />
3. Now you’ll want to delete the Home directory for the deleted user account. Input the following command and hit Enter (change to the name of the user account that is to be removed):<br />
sudo rm -r /home// (usermame)<br />
<br />
Q:<span style="font-weight: bold;" class="mycode_b"> Is the root account fully updated?</span><br />
A: No. When you first install the THS-OS, you will need to run the updateme.sh script on the desktop (located under the Top-Hat-Sec folder). To do this, you will open the terminal and type in the following: cd Desktop &lt;hit enter&gt;    chmod 755 updateme.sh &lt;hit enter&gt;     ./updateme.sh &lt;hit enter&gt;     The update process can take quite a few minutes, so please be patience. When prompted, type in the letter y &lt;hit enter&gt; and wait for the update process to finish.<br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">Do I need to run the Patch as well?</span><br />
A: If you would like Cowpatty installed onto the THS-OS, or if you have WepWap1.6, then YES. Otherwise No.  <span style="color: blue;" class="mycode_color">The update should be run 1st before running the Patch!</span><br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">Where can I download the THS-OS Patch?</span><br />
A: The directions and site are located here: <a href="http://top-hat-sec.com/forum/index.php?topic=680.0" target="_blank" rel="noopener" class="mycode_url">http://top-hat-sec.com/forum/index.php?topic=680.0</a>   <br />
<br />
Q:  <span style="font-weight: bold;" class="mycode_b">Are we allowed to do apt-get dist-upgrade command on the THS-OS?</span><br />
A: Yes as we did not change the Kernel of Backbox. However, <span style="font-weight: bold;" class="mycode_b">we do not recommend updating Firefox </span>as that will prevent some of the custom programs from running correctly.<br />
<br />
Q:<span style="font-weight: bold;" class="mycode_b"> Do you have full personal support for your THS-OS?</span><br />
A: No. We can help out if you have an issue with a specific THS-OS feature, but if it is a problem related to Backbox or Ubuntu we ask that you use the THS forum and the Backbox/Ubuntu forums. Using the search bar on the THS forum can lead to many solved issues with the THS-OS.<br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">How come I can’t change my volume when I click on the speaker?</span><br />
A: The speaker icon is a part of the Backbox operating system that doesn’t function properly.  You can run a script to make it work in root, but at this time, I do not know what script this would be. <br />
To adjust your sound, go to the terminal and type: alsamixer         <br />
This will bring you to the screen where you can adjust the volume using the arrow keys (over to move to the next bar, up and down to adjust the sound)<br />
<span style="font-weight: bold;" class="mycode_b">UPDATE:</span> Alsamixer Desktop Icon - <a href="http://top-hat-sec.com/forum/index.php?topic=965.0;topicseen" target="_blank" rel="noopener" class="mycode_url">http://top-hat-sec.com/forum/index.php?t...;topicseen</a><br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">I have a Broadcom b43 wireless card. How come I can’t connect to the internet?</span><br />
A:  Backbox/Ubuntu 11 has a driver issue with Broadcom. To fix this, you will need to be connected to the internet either with a cable or an external wireless card.<br />
After you are connected to the internet, open up the terminal and type in the following command: <br />
 apt-get install firmware-b43-installer<br />
Type y and hit enter when prompted.<br />
<br />
Q:<span style="font-weight: bold;" class="mycode_b"> How come WePpy and WapPy do not work in the THS-OS?</span><br />
A: It can take 4 days to make our programs compatible with the THS-OS. Because the WepWap program was made compatible, WePpy and WapPy are on the backburner at least until after the SQL injection course is released.<br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">Why won’t my WepWap Program work in the THS-OS?</span><br />
A: There are a few reasons your WepWap Program may not work.<br />
     1)   You have WepWap1.5 which only works in Backtrack.    Solution: You will need WepWap1.6<br />
     2)   You have not downloaded  and installed the Patch 2.0.  Solution: Download Patch 2.0 <br />
     3)   If neither of these work, see FAQ about WepWap (in process and not posted at this time).<br />
<br />
Q:<span style="font-weight: bold;" class="mycode_b"> How do I run Metasploit on the THS-OS?</span><br />
A: Go into the menu, services, postgresql and start postgresql. It opens up the console, wait a few seconds, and then it will have postgresql started. From there, create a new user and database. Then open msfconsole and connect.<br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">Why won't my Alfa AWUS036NH work in Linux?</span><br />
A: Because it is not compatible. However the Alfa AWUS036H  (no "N") should work just fine.]]></description>
			<content:encoded><![CDATA[Q: <span style="font-weight: bold;" class="mycode_b">What is “THS-OS”?</span><br />
A: THS-OS is the Top-Hat-Sec Edition of Backbox. <br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">What makes the THS-OS different from other pentesting Distros, like Backbox or Backtrack?</span><br />
A: The THS-OS is a “tricked out” version of Backbox. It contains additional tools that R4V3N has put into the THS-OS that other operating systems don’t have.<br />
<br />
Q:<span style="font-weight: bold;" class="mycode_b"> What version of Ubuntu does the THS-OS use?</span><br />
A: It runs the same version as Backbox – Ubuntu 11. This makes it more compatible than Backtrack as Backtrack is running Ubuntu 10. Backtrack has a custom Kernel which causes further compatibility issues.  <br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">Where can I download the THS-OS?</span><br />
A: See the Apollo Distro Post for the link<br />
<br />
Q:<span style="font-weight: bold;" class="mycode_b"> How do I login?</span><br />
A: select "other" and login as: root   The password is: teamths<br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">When I try to install, I get an "Username not valid" error </span><br />
A: Run the live system. Login as root, open the terminal and type: ubiquity --no-migration-assitant &lt;hit enter&gt;. Then install it like you normally would.<br />
If this does not work, you could have a corrupt version of the THS-OS. The solution to that is to re-download the THS-OS and try to make sure you are not timing out or that your internet is not going down during the download. <br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">I can’t find the Top-Hat-Sec folder on the desktop… help!?</span><br />
A: You need to log in as “other” root    and put the password as teamths<br />
<br />
Q:<span style="font-weight: bold;" class="mycode_b"> What is the us3r account?</span><br />
A: The us3r account is a generic account created because Backbox would not allow us to create a Distro with Just a root account.  People that don’t want to log in as root can log in as us3r. The us3r account does not have the special programs that the root account does, and is more of a “blank slate” you can modify to your purposes.                       <br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">How can I delete the us3r account?</span><br />
A: Ubuntu: How to Remove a User Account:  From time to time, it becomes necessary to remove a user account from your computer. Removing a user account from your Ubuntu system is a simple task that requires two separate terminal commands.<br />
1. Open a terminal window.<br />
2. First, you’ll need to delete the user account. Input the following command and hit Enter (change to the name of the user account that is to be removed):<br />
sudo userdel (username) <br />
3. Now you’ll want to delete the Home directory for the deleted user account. Input the following command and hit Enter (change to the name of the user account that is to be removed):<br />
sudo rm -r /home// (usermame)<br />
<br />
Q:<span style="font-weight: bold;" class="mycode_b"> Is the root account fully updated?</span><br />
A: No. When you first install the THS-OS, you will need to run the updateme.sh script on the desktop (located under the Top-Hat-Sec folder). To do this, you will open the terminal and type in the following: cd Desktop &lt;hit enter&gt;    chmod 755 updateme.sh &lt;hit enter&gt;     ./updateme.sh &lt;hit enter&gt;     The update process can take quite a few minutes, so please be patience. When prompted, type in the letter y &lt;hit enter&gt; and wait for the update process to finish.<br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">Do I need to run the Patch as well?</span><br />
A: If you would like Cowpatty installed onto the THS-OS, or if you have WepWap1.6, then YES. Otherwise No.  <span style="color: blue;" class="mycode_color">The update should be run 1st before running the Patch!</span><br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">Where can I download the THS-OS Patch?</span><br />
A: The directions and site are located here: <a href="http://top-hat-sec.com/forum/index.php?topic=680.0" target="_blank" rel="noopener" class="mycode_url">http://top-hat-sec.com/forum/index.php?topic=680.0</a>   <br />
<br />
Q:  <span style="font-weight: bold;" class="mycode_b">Are we allowed to do apt-get dist-upgrade command on the THS-OS?</span><br />
A: Yes as we did not change the Kernel of Backbox. However, <span style="font-weight: bold;" class="mycode_b">we do not recommend updating Firefox </span>as that will prevent some of the custom programs from running correctly.<br />
<br />
Q:<span style="font-weight: bold;" class="mycode_b"> Do you have full personal support for your THS-OS?</span><br />
A: No. We can help out if you have an issue with a specific THS-OS feature, but if it is a problem related to Backbox or Ubuntu we ask that you use the THS forum and the Backbox/Ubuntu forums. Using the search bar on the THS forum can lead to many solved issues with the THS-OS.<br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">How come I can’t change my volume when I click on the speaker?</span><br />
A: The speaker icon is a part of the Backbox operating system that doesn’t function properly.  You can run a script to make it work in root, but at this time, I do not know what script this would be. <br />
To adjust your sound, go to the terminal and type: alsamixer         <br />
This will bring you to the screen where you can adjust the volume using the arrow keys (over to move to the next bar, up and down to adjust the sound)<br />
<span style="font-weight: bold;" class="mycode_b">UPDATE:</span> Alsamixer Desktop Icon - <a href="http://top-hat-sec.com/forum/index.php?topic=965.0;topicseen" target="_blank" rel="noopener" class="mycode_url">http://top-hat-sec.com/forum/index.php?t...;topicseen</a><br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">I have a Broadcom b43 wireless card. How come I can’t connect to the internet?</span><br />
A:  Backbox/Ubuntu 11 has a driver issue with Broadcom. To fix this, you will need to be connected to the internet either with a cable or an external wireless card.<br />
After you are connected to the internet, open up the terminal and type in the following command: <br />
 apt-get install firmware-b43-installer<br />
Type y and hit enter when prompted.<br />
<br />
Q:<span style="font-weight: bold;" class="mycode_b"> How come WePpy and WapPy do not work in the THS-OS?</span><br />
A: It can take 4 days to make our programs compatible with the THS-OS. Because the WepWap program was made compatible, WePpy and WapPy are on the backburner at least until after the SQL injection course is released.<br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">Why won’t my WepWap Program work in the THS-OS?</span><br />
A: There are a few reasons your WepWap Program may not work.<br />
     1)   You have WepWap1.5 which only works in Backtrack.    Solution: You will need WepWap1.6<br />
     2)   You have not downloaded  and installed the Patch 2.0.  Solution: Download Patch 2.0 <br />
     3)   If neither of these work, see FAQ about WepWap (in process and not posted at this time).<br />
<br />
Q:<span style="font-weight: bold;" class="mycode_b"> How do I run Metasploit on the THS-OS?</span><br />
A: Go into the menu, services, postgresql and start postgresql. It opens up the console, wait a few seconds, and then it will have postgresql started. From there, create a new user and database. Then open msfconsole and connect.<br />
<br />
Q: <span style="font-weight: bold;" class="mycode_b">Why won't my Alfa AWUS036NH work in Linux?</span><br />
A: Because it is not compatible. However the Alfa AWUS036H  (no "N") should work just fine.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Apollo Distro]]></title>
			<link>https://tophatsec.com/forum/showthread.php?tid=13</link>
			<pubDate>Tue, 20 Aug 2019 16:47:46 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://tophatsec.com/forum/member.php?action=profile&uid=1">Threadmaker</a>]]></dc:creator>
			<guid isPermaLink="false">https://tophatsec.com/forum/showthread.php?tid=13</guid>
			<description><![CDATA[This contains the link to the Apollo Distro. This distro is based off of Backbox from back in the day.<br />
To the best of my knowledge, Apollo doesn't work properly anymore. <br />
I am not including the majority of the old troubleshooting problems at this time (apart from the faq).<br />
Mostly I'm just posting this link because it was the first distro THS ever made. <br />
<br />
<a href="http://www.mediafire.com/file/im6s9loanbyyoyb/THSOS-Apollo.iso/file" target="_blank" rel="noopener" class="mycode_url">Apollo Distro</a>]]></description>
			<content:encoded><![CDATA[This contains the link to the Apollo Distro. This distro is based off of Backbox from back in the day.<br />
To the best of my knowledge, Apollo doesn't work properly anymore. <br />
I am not including the majority of the old troubleshooting problems at this time (apart from the faq).<br />
Mostly I'm just posting this link because it was the first distro THS ever made. <br />
<br />
<a href="http://www.mediafire.com/file/im6s9loanbyyoyb/THSOS-Apollo.iso/file" target="_blank" rel="noopener" class="mycode_url">Apollo Distro</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[THSOS-RTLE3]]></title>
			<link>https://tophatsec.com/forum/showthread.php?tid=12</link>
			<pubDate>Tue, 20 Aug 2019 16:47:06 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://tophatsec.com/forum/member.php?action=profile&uid=1">Threadmaker</a>]]></dc:creator>
			<guid isPermaLink="false">https://tophatsec.com/forum/showthread.php?tid=12</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Newest Distro, but still is pretty outdated now</span><br />
<br />
<br />
<a href="http://www.mediafire.com/folder/z9hpmztlurnn4/RTLE" target="_blank" rel="noopener" class="mycode_url">RTLE and md5 link</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Newest Distro, but still is pretty outdated now</span><br />
<br />
<br />
<a href="http://www.mediafire.com/folder/z9hpmztlurnn4/RTLE" target="_blank" rel="noopener" class="mycode_url">RTLE and md5 link</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[THS-OS V3 (CR@CK3RB0X)]]></title>
			<link>https://tophatsec.com/forum/showthread.php?tid=11</link>
			<pubDate>Tue, 20 Aug 2019 16:46:04 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://tophatsec.com/forum/member.php?action=profile&uid=1">Threadmaker</a>]]></dc:creator>
			<guid isPermaLink="false">https://tophatsec.com/forum/showthread.php?tid=11</guid>
			<description><![CDATA[One of the old distros that was created with the help of THS friends. :-)<br />
<br />
<a href="http://www.mediafire.com/file/0zokjahb5wmo5xc/THS-OS.v.3.1_32bit.iso/file" target="_blank" rel="noopener" class="mycode_url">THS-OS 32 bit</a>]]></description>
			<content:encoded><![CDATA[One of the old distros that was created with the help of THS friends. :-)<br />
<br />
<a href="http://www.mediafire.com/file/0zokjahb5wmo5xc/THS-OS.v.3.1_32bit.iso/file" target="_blank" rel="noopener" class="mycode_url">THS-OS 32 bit</a>]]></content:encoded>
		</item>
	</channel>
</rss>