SSL Bypass 6.0.1 (Quick solution)

Posts 121129 of 129 · Page 9 of 9
Quote Originally Posted by Nenasith View Post
But there is none .... :/ there are only diffrent types of x-request params for version and secrets and so on -.- really dont want smth evil just read their dmn messages
Ok I tried in Fiddler the error is that you're doing a POST request but this URI just accept GET request
Quote Originally Posted by 8otto View Post
Ok I tried in Fiddler the error is that you're doing a POST request but this URI just accept GET request
yeah okey and any idea how i can keep my token active? after some time it says
{
"type": "BadRequestException",
"localizationCode": "tokenExpired",
"message": "Invalid input: [EGS] The token has expired"
}
I searched their epic documentation but it doesnt give any clue how to optain a valid token...
I tried to modify the response and it seems to work, idk if it's only visual, i don't want to waste shards, so I will not try to buy it.



- - - Updated - - -

Quote Originally Posted by Nenasith View Post
yeah okey and any idea how i can keep my token active? after some time it says
I searched their epic documentation but it doesnt give any clue how to optain a valid token...
If you close the game the Session ends, you can open task manager and kill dbd process (so it stays freezed for a while idk how much i think 30 min)
Quote Originally Posted by 8otto View Post
I tried to modify the response and it seems to work, idk if it's only visual, i don't want to waste shards, so I will not try to buy it.



- - - Updated - - -



If you close the game the Session ends, you can open task manager and kill dbd process (so it stays freezed for a while idk how much i think 30 min)
Yeah got it now but i need this jwt from the epic client .. mybe i figure it out using fiddler some time more ^^this jwt belongs to epic games launcher
With this i can create the session at bhvr endpoint
Quote Originally Posted by Nenasith View Post
Yeah got it now but i need this jwt from the epic client .. mybe i figure it out using fiddler some time more ^^this jwt belongs to epic games launcher
With this i can create the session at bhvr endpoint
The game itself create the session, however right now, is useless to try to create a bhvrSession cause injection is no more possible.
If you want to learn try modifying response or request with Autoresponder or FiddlerScript, and if it works you're learning
I got a question bro, if i buy DbD on Epic Games can I still use the fiddler method to give myself Bloodpoints?
Quote Originally Posted by docotor View Post
I got a question bro, if i buy DbD on Epic Games can I still use the fiddler method to give myself Bloodpoints?
No, patched
save inject
Quote Originally Posted by Raafey View Post
I have created a SSL Pak file for you from vacation to allow you your cookie
This is only a short-term solution... until the update to the Grabber is available.

Mainly for people who have already used fiddlerscript, if you don't know how I suggest waiting for a better bypass.


Download the pak and copy and paste it in \Dead by Daylight\DeadByDaylight\Content\Paks

ENGINE.ini
Press WIN + R and type in "%localappdata%/DeadByDaylight/Saved/Config/WindowsNoEditor"
Add these lines to the Engine.ini file

Code:
[/Script/Engine.NetworkSettings]
n.VerifyPeer=False
Set the file to 'Read Only'



FIDDLER
1. Go to Tools - Options - HTTPS
Check 'Decrypt HTTPS traffic, click yes/ok to everything.

Click 'Actions' - 'Trust Root Certificate' and click yes/ok to everything.

Set Protocols: <client>;ssl3;tls1.2

2. Add this into your Fiddlerscript:

Code:
if(oSession.uriContains("bhvrdbd") && (oSession.uriContains("/logs") | oSession.uriContains("/batch")))
{
if(oSession.GetRequestBodyAsString().Contains("pak validation"))
oSession["x-breakrequest"] = "FiddlerScript: app.com returned script";
}
Virus Scans:

https://virusscan.jotti.org/en-US/fi...job/1qnrnaohlz
https://www.virustotal.com/gui/file/...8207?nocache=1
I've been out of the game for 2 years, the save injectors don't work anymore? what happened? and if they don't work anymore in some future they will be able to work again?
ye no longer works but there are temp full profiles tho
Posts 121129 of 129 · Page 9 of 9

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?