https://gist.github.com/maboloshi/feaa63c35f4c2baab24c9aaf9b3f4e47
https://gist.github.com/dinhchi27/80d49460fd4529e21e6b60cc77c79b54
https://drive.google.com/file/d/1l4wqjLUR4GVMo_RpjOFSwwb9vJbHwEo_/view
https://www.unknowncheats.me/forum/general-programming-and-reversing/291858-signature-offset-finding.html
http://ref.x86asm.net/
https://hexed.it/
https://gist.github.com/dmknght/a39b0466c67a0443ad6837aa85c5a304
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Cracking Sublime Text ( Build 4121 ) Tutorial Analysis | |
| --- | |
| Two main changes to be made for best experience. This can be done with script. | |
| ### License Key | |
| While it is possible to deduce the format of the license key, there is available ones online to show. Analyse and see that it is still that same format. The main part is the verification of the hash values from the license key that we want to always be "correct". This is also the key that this tutorial will use. | |
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| sublime_binary_path = "/tmp/sublime_text" | |
| version_magic_string = "/updates/4/stable_update_check?version=4121&platform=linux&arch=x64" | |
| sz_magic_string = 67 | |
| version_magic_string_offset = 0x000106bd # (Real offset from xxd) | |
| is_file_read = os.access(sublime_binary_path, os.R_OK) | |
| if not is_file_read: |
curl "https://www.terabox.com/api/precreate?channel=dubox&web=1&app_id=250528&clienttype=0&bdstoken=49785c4158da93b4ed3d7619c49e76a4" -X POST -H "User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0" -H "Accept: application/json, text/javascript, */*; q=0.01" -H "Accept-Language: en-US,en;q=0.5" --compressed -H "Content-Type: application/x-www-form-urlencoded; charset=UTF-8" -H "X-Requested-With: XMLHttpRequest" -H "Origin: https://www.terabox.com" -H "Connection: keep-alive" -H "Referer: https://www.terabox.com/disk/home" -H "Cookie: browserid=DC92xGMqqIx7bbsfHbUrfJcTjCaM5UYN1RIM7hryxTb6S84rwr2RkY2N-Ss=; lang=en_US; G_ENABLED_IDPS=google; __stripe_mid=db6a0f0a-8f8c-41e6-93f5-d92c8849f31653ae5c; ndus=YSJIa8TteHuiIVhhRNQKVCcBfa_BEOLXWdUkmu3w; PANWEB=1" -H "Sec-Fetch-Dest: empty" -H "Sec-Fetch-Mode: cors" -H "Sec-Fetch-Site: same-origin" -H "DNT: 1" -H "Sec-GPC: 1" -H "Pragma: no-cache" -H "Cache-Control: no-cache" --data-raw "path="%"2Ftest2.txt&a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [14:40:06:631 DVL] [Main] Language ID for file C:\Users\Rakesh Chowdhury\AppData\Roaming\codelite\codelite.log -> | |
| [14:40:06:644 DVL] [Main] 1: CreateAsyncProcess called with: [C:\Program Files\Git\cmd\git.exe, --no-pager, blame, --date=short, C:\Users\Rakesh Chowdhury\AppData\Roaming\codelite\codelite.log] | |
| [14:40:06:649 DVL] [Main] 2: CreateAsyncProcess called with: [C:\Windows\system32\cmd.exe, /C, ""C:\Program Files\Git\cmd\git.exe" --no-pager blame --date=short "C:\Users\Rakesh Chowdhury\AppData\Roaming\codelite\codelite.log""] | |
| [14:40:06:652 DVL] [Main] ==> __JoinArray called for [C:\Windows\system32\cmd.exe, /C, ""C:\Program Files\Git\cmd\git.exe" --no-pager blame --date=short "C:\Users\Rakesh Chowdhury\AppData\Roaming\codelite\codelite.log""] | |
| [14:40:06:655 DVL] [Main] args[2] is: ""C:\Program Files\Git\cmd\git.exe" --no-pager blame --date=short "C:\Users\Rakesh Chowdhury\AppData\Roaming\codelite\codelite.log"" | |
| [14:40:06:658 DVL] [Main] Windows process starting: C:\Windows\system32\cmd.exe /C ""C:\Progra |
- https://www.osintcombine.com/alt-tech-social-search
- https://github.com/Cyber-Guy1/theCyberGuy_Recon_V1.0
- https://bishopfox.com/blog//9-osint-tools-for-your-reconnaissance-needs
- https://cvetrends.com/
- https://demo.f4map.com/#camera.theta=0.9
- https://host.io/
- https://github.com/snooppr/snoop
