Extracted dynamically via Frida by hooking
get_dll_base_by_hashandget_function_address_by_hash.
| DLL Name | Hash |
|---|---|
ntdll.dll |
0x70e61753 |
KERNEL32.DLL |
0xadd31df0 |
| def calculate_cpa_both_modes(data_string): | |
| grade_points = { | |
| 'A+': 4.0, | |
| 'A': 4.0, | |
| 'B+': 3.5, | |
| 'B': 3.0, | |
| 'C+': 2.5, | |
| 'C': 2.0, | |
| 'D+': 1.5, | |
| 'D': 1.0, |
| #!/bin/bash | |
| # Usage: curl -sSL https://a.xn--c-kia488t.vn/clone | sudo bash -s -- pc1 | |
| if [ "$EUID" -ne 0 ]; then | |
| echo "Please run as root (e.g., sudo bash script.sh)" | |
| exit 1 | |
| fi | |
| NEW_HOSTNAME=$1 |
| tlmgr update --self | |
| tlmgr install koma-script vntex geometry tabularx graphics fancybox was amscls amsmath amsfonts psnfss tools enumitem subfiles import titlesec chngcntr pdflscape afterpage algorithm2e ifoddpage relsize capt-of multirow fancyhdr appendix xcolor listings caption float booktabs subcaption xurl url glossaries glossaries-extra xkeyval mfirstuc xfor datatool tracklang supertabular setspace parskip blindtext biblatex biber hyperref oberdiek logreq etoolbox graphics-cfg graphics-def iftex | |
| tlmgr install outlines |
| // ==UserScript== | |
| // @name HTB Academy Re-Challenge | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Re-enable completed questions on HTB Academy for practice | |
| // @author BKSEC | |
| // @match https://academy.hackthebox.com/* | |
| // @grant none | |
| // @run-at document-end | |
| // ==/UserScript== |
| #!/bin/bash | |
| declare -A TOOLS=( | |
| ["EvtxECmd"]=true | |
| ["AmcacheParser"]=true | |
| ["AppCompatCacheParser"]=true | |
| ["JLECmd"]=true | |
| ["LECmd"]=true | |
| ["MFTECmd"]=true | |
| ["PECmd"]=true |
| #!/bin/bash | |
| #=============================================================================== | |
| # mirror-repo.sh | |
| # | |
| # Clones a source repository and mirrors it to a new private repository on | |
| # your GitHub account. | |
| # | |
| # Usage: | |
| # ./mirror-repo.sh <source_repository_url> |
| ## install uv on OS | |
| curl -LsSf https://astral.sh/uv/install.sh | sh | |
| ## create new project | |
| uv init myproj | |
| ## install packages | |
| uv add django requests "pandas>=2.3" | |
| ## remove package |
Personal Settings > Developer settings > Personal access tokens
Create API Key on Github
Edit to Read (I tested this with Edit)Zone ResourceClient IP Adress FilteringContinue to summaryCreate Token