Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KissAsian kissenc v=5 #16

Closed
Prometheusx-git opened this issue Jun 6, 2016 · 8 comments
Closed

KissAsian kissenc v=5 #16

Prometheusx-git opened this issue Jun 6, 2016 · 8 comments

Comments

@Prometheusx-git
Copy link

KissAsian has changed their encyrption. Any idea how to handle this?

@sudovijay
Copy link

it ain't big thing ! they just sending krsk as a post field which actually in the window.krsk ! just check the source code its there

var _0x83d6 = ["\x6B\x72\x73\x6B", "\x3C\x6B\x72\x73\x6B\x3E\x74\x65\x46\x77\x52\x4C\x4A\x6A\x77\x67\x3C\x2F\x6B\x72\x73\x6B\x3E"]'

i.e
var _0x83d6 = ["krsk", "teFwRLJjwg"]

@Twoure
Copy link
Owner

Twoure commented Jun 6, 2016

Thanks, will work on this soon.

@Twoure
Copy link
Owner

Twoure commented Jun 6, 2016

Fixed, refer to commit: 514094d

Have yet to merge into master branch, still working on some other bugs.

@sudovijay
Copy link

you might want to change the content-length value in the headers ! i quess they checking for that !
change it to 'Content-Length': '38' !

@Twoure
Copy link
Owner

Twoure commented Jun 7, 2016

Thanks for the heads up. Just noticed they changed the post value. Will work out a better fix.

@sudovijay
Copy link

yep they changed it too "gcGdcrFk" and just count the post field length which will give the content length. they checking for that too . need some better fix for that post though !

@Twoure
Copy link
Owner

Twoure commented Jun 7, 2016

Round two!

Fixed in 16f0946

Decided to start using PyExecJS to evaluate the js obfuscation. Might make life worse later, but we'll see.

@Twoure
Copy link
Owner

Twoure commented Jun 9, 2016

Fixed for now, so closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants