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

about URL #1

Open
moaeddy opened this issue Aug 2, 2018 · 4 comments
Open

about URL #1

moaeddy opened this issue Aug 2, 2018 · 4 comments
Labels

Comments

@moaeddy
Copy link

moaeddy commented Aug 2, 2018

can you kindly explain this part as i do not really get it

http(s)://hosting.server.com/result.html#hexencodedkey!hexencodedcounter

where do i get the hexencodedkey and hexencoded counter? when i try running this on any browser .js is blocked as uncommonly downloaded file

@moaeddy moaeddy changed the title -m option about URL Aug 12, 2018
@Arno0x
Copy link
Owner

Arno0x commented Dec 15, 2018

This is actually quite simple:
When you drag a file into the embedInHTML.htmlpage, this file gets encrypted with a set of parameters, namely the encryption key and the initialization counter.
These parameters will later be needed for decrypting the file. That's why once encryption has been performed you're being provided with a decryption path that automatically includes these required parameters:
decryptFile.html#hexencodedkey!hexencodedcounter

Eventually you don't really need to care about these, just copy/paste the whole path including the parameters and you'll be good to go.

Cheers.

@Gembeltz
Copy link

How to auto run

@moaeddy
Copy link
Author

moaeddy commented Jul 18, 2019

All files are damaged after embed into the HTML when opening?

caalc

2exce

Example of syntax i use

embedInHTML.py -k 873930f86d69791cf91316f34 -m application/vnd.ms-excel -f book1.xls -o xls.html

@dg49888safe
Copy link

这实际上很简单: 当您将文件拖入embedInHTML.html页面时,该文件将使用一组参数加密,即加密密钥和初始化计数器。 稍后将需要这些参数来解密文件。这就是为什么一旦执行了加密,您就会获得一个自动包含这些必需参数的解密路径: decryptFile.html#hexencodedkey!hexencodedcounter

最终你真的不需要关心这些,只需复制/粘贴包括参数在内的整个路径,你就可以开始了。

干杯。

https://pan.onedriveup.today/down/EmbedInHTML/decryptFile3.html#e7b41e3beb347fd5b86fcfda5d42f348!f5824056de8cb8aeae503f64dc67e16e

It will only download automatically, not run automatically

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

No branches or pull requests

4 participants