Welcome

JBNRZ

Hgame Week2

The Second Week of HGAME

Hgame: week2 Rank: School All 1 13 Hgame 2023 Rank: School All 1 14 可恶,没能ak WEB,sql 实在没看懂,也没花很多精力 Web Git Leakage githack 1hgame{Don't^put*Git-in_web_directory}......

Hgame Week1

The First Week of HGAME

Hgame: week1 Rank: School All 1 19 Hgame 2023 Rank: School All 1 14 WEB Classic Childhood Game js中发现一串base64,两次解码 Become a member hgame{H0w_ArE_Y0u_T0day?} Guess who am i ......

JS 特性

原型链,作用域,闭包

不是我写的,从 @gtg师傅那偷的(原文链接),佬!!! Orz 已征求师傅许可(不许可也不行 狗头狗头) 原型链prototype chain 没有类的实例对象 Javascript继承机制的设计思想): Brendan Eich设计 Javasciprt 的初衷只是为了浏览器与网页互动,因而主要目标就是高效。 当时的热门编程语言Java和C++都使用new命令生成实例,如果要一个 ......

Volatility3

Build the env for volatility 3

Install Official Website (Github)[https://github.com/volatilityfoundation/volatility3] 123pip3 install -r requirements.txtpython3 setup.py build python3 setup.py install 相关用法 命令列表 12345678910111213......

Volatility2

Build the env for volatility 2

Install pip2 install 12wget https://bootstrap.pypa.io/pip/2.7/get-pip.pysudo python2 get-pip.py volatility repository 1https://github.com/volatilityfoundation/volatility 下载 源代码 1wget https:/......

BlockChain

Some challenges about blockchain

ethernaut Hello Ethernaut Solve 通过 contract.abi 查看所有函数,通过 contract.password 获取密码, contract.authenticate 提交密码 Solidity Code 123456789101112131415161718192021222324252627282930313233343536373839404......

Rust

Rust Langusge

rust Command line rustup rustc --version rustup update rustup self uninstall rustup doc Clion config Install plugin: Rust Hello world 123fn main() { println!("hello wolrd");&......

MoeCTF

Some challenges in MoeCTF.

本来这是我最先参加的一次新生赛,也是第一次正式做题 但没想到 wp 拖了一个学期才整理,太忙了懒得,刚开始也没想法去整理 那时还没有确定个人方向其实也差不多有方向了,毕竟 Misc 和 Web 基本做完了 Misc A_band 引入眼帘的 01 2 进制转 16 进制,转 字符,得到 aaencode aaencode 解码,base家族 base32 base58 base64 ......

LifeGame

生命游戏 by chatgbt

Life Game 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758import numpy as npimport matplotlib.animationimport matplotlib.pyplot as pltdef ......

Java Reflect

Java reflect

获取类 TestClass.java 123package org.example;public class TestClass {} Main.java 1234567891011121314151617package org.example;public class Main { public static void main(String[] arg......