mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +00:00
Merge pull request #828 from elliotwellick/patch-1
typo: Transposition defination makes sense now (same domain before)
This commit is contained in:
commit
163a9529cb
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Other ways to support HackTricks:
|
|||
* **hypened subdomain**: Change the **dot for a hyphen** of a subdomain (e.g., www-zelster.com).
|
||||
* **New TLD**: Same domain using a **new TLD** (e.g., zelster.org)
|
||||
* **Homoglyph**: It **replaces** a letter in the domain name with **letters that look similar** (e.g., zelfser.com).
|
||||
* **Transposition:** It **swaps two letters** within the domain name (e.g., zelster.com).
|
||||
* **Transposition:** It **swaps two letters** within the domain name (e.g., zelsetr.com).
|
||||
* **Singularization/Pluralization**: Adds or removes “s” at the end of the domain name (e.g., zeltsers.com).
|
||||
* **Omission**: It **removes one** of the letters from the domain name (e.g., zelser.com).
|
||||
* **Repetition:** It **repeats one** of the letters in the domain name (e.g., zeltsser.com).
|
||||
|
|
Loading…
Reference in a new issue