<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elvis.hcw.ac.at/wiki/index.php?action=history&amp;feed=atom&amp;title=Website_Spoofing%3A_Using_Setoolkit</id>
	<title>Website Spoofing: Using Setoolkit - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://elvis.hcw.ac.at/wiki/index.php?action=history&amp;feed=atom&amp;title=Website_Spoofing%3A_Using_Setoolkit"/>
	<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Website_Spoofing:_Using_Setoolkit&amp;action=history"/>
	<updated>2026-09-10T05:28:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Website_Spoofing:_Using_Setoolkit&amp;diff=16773&amp;oldid=prev</id>
		<title>NKirnbauer: Created page with &quot;== Summary ==   Website Spoffing is when a legitimate website is replicated to trick user into thinking it’s the real one. When they then enter for example their username and password or other sensitive information, the hacker obtains this information and can use it in their favor.   == URL Spoofing ==  A website’s URL gets altered, typically in a way that the user doesn’t immediately notice. There are several common methods for this:   === Homograph Attack or IDN...&quot;</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Website_Spoofing:_Using_Setoolkit&amp;diff=16773&amp;oldid=prev"/>
		<updated>2024-12-07T02:05:30Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Summary ==   Website Spoffing is when a legitimate website is replicated to trick user into thinking it’s the real one. When they then enter for example their username and password or other sensitive information, the hacker obtains this information and can use it in their favor.   == URL Spoofing ==  A website’s URL gets altered, typically in a way that the user doesn’t immediately notice. There are several common methods for this:   === Homograph Attack or IDN...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Website Spoffing is when a legitimate website is replicated to trick user into thinking it’s the real one. When they then enter for example their username and password or other sensitive information, the hacker obtains this information and can use it in their favor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== URL Spoofing ==&lt;br /&gt;
&lt;br /&gt;
A website’s URL gets altered, typically in a way that the user doesn’t immediately notice.&lt;br /&gt;
There are several common methods for this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Homograph Attack or IDN (Internationalized Domain Name) ===&lt;br /&gt;
&lt;br /&gt;
For this method visually similar characters from different scripts (e.g. Latin or Cyrillic) are used so that the fake URL looks similar to a real URL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
Real Website with latin a: https://www.amazon.at&lt;br /&gt;
&lt;br /&gt;
Fake Website with cyrillic a: https://www.аmazon.at&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Typosquatting ===&lt;br /&gt;
This method involves using common misspellings of legitimate websites which aren´t easily recognisable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
Real Website with 2 o´s: https://www.google.com&lt;br /&gt;
&lt;br /&gt;
Real Website with 3 o´s: https://www.gooogle.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Another way is to change the domain endings to a wrong version.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
For replicating a website and creating a fake one you can use the tool SET (The Social Engineering Toolkit).&lt;br /&gt;
&amp;quot;It is an open-source Python-driven tool aimed at penetration testing around Social-Engineering.&amp;quot; [https://trustedsec.com/resources/tools/the-social-engineer-toolkit-set]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Install &lt;br /&gt;
&lt;br /&gt;
 sudo apt install set&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Start setools:&lt;br /&gt;
&lt;br /&gt;
 sudo setoolkit&lt;br /&gt;
&lt;br /&gt;
This is how the interface looks like:&lt;br /&gt;
&lt;br /&gt;
[[File:setoolkit1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
Select the right options - in this case we select the appropriate option for website spoofing and for obtaining credential data.&lt;br /&gt;
&lt;br /&gt;
[[File:setoolkit2.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:setoolkit3_old.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:setoolkit4.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:setoolkit5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
Set the parameters: ip address and the url (for example to the login website you want to spoof)&lt;br /&gt;
Set the ip address to use the same network your computer also is in, so you can access the website outside of the virtual machine. (But the proposed ip address would also work - for this just press enter)&lt;br /&gt;
&lt;br /&gt;
[[File:setoolkit6.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
Accessing the fake website. When entering the ip address in your browser the fake website will appear.&lt;br /&gt;
&lt;br /&gt;
[[File:setoolkit7.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Step 6 ==&lt;br /&gt;
Now you will be able to see the data that got entered in the fake website.&lt;br /&gt;
&lt;br /&gt;
[[File:setoolkit8.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Another example where this works would be Spotify:&lt;br /&gt;
&lt;br /&gt;
[[File:setoolkit9.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://en.wikipedia.org/wiki/Website_spoofing&lt;br /&gt;
* https://bolster.ai/glossary/website-spoofing&lt;br /&gt;
* https://medium.com/@goodycyb/demonstration-of-social-engineering-attack-using-setoolkit-c6874a264df4&lt;br /&gt;
* https://www.kaspersky.com/resource-center/definitions/what-is-typosquatting&lt;br /&gt;
* https://github.com/trustedsec/social-engineer-toolkit&lt;br /&gt;
* https://github.com/trustedsec/social-engineer-toolkit/raw/master/readme/User_Manual.pdf&lt;br /&gt;
* https://trustedsec.com/resources/tools/the-social-engineer-toolkit-set&lt;br /&gt;
* https://www.kali.org/tools/set/&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>NKirnbauer</name></author>
	</entry>
</feed>