TEST-Pytest
pytest 是一个开源的第三方单元测试框架,第一个版本发布于 2009 年。同 unittest 比起来,pytest 功能更多,设计更复杂,上手难度也更高。但 pytest 的最大优势在于,它把 Python 的一些惯用写法与单元测试很好地融合了起来。因此,当你掌握了 pytest 以后,用它写出的测试代码远比用 unittest 写的简洁。
为了更好地展示 pytest 的能力,下面我试着用 ...
RUST-Test
The Test Library
1assert_cmd
assert_cmd库
Uses the assert_cmd crate to test the output of a binary called “hello”. The test case verifies that executing the “hello” binary is successful and that the ...
TEST-Sqlmap
Sqlmap
Install
1pip3 install sqlmap
Usage
1
PWD-Wordlist
Hydra
12hydra -l root -P pwd.txt 3.91.39.130 mysql
PWD
MurmurHash3
Python 中使用的哈希算法是根据对象的类型不同而有所不同。具体来说,对于大多数内置类型(如整数、浮点数、字符串等),Python 使用 MurmurHash3 算法进行哈希。
MurmurHash3 是一种非加密的哈希函数,它具有快速计算和良好的散列性能。它被广泛应用于哈希表、数据结构和其他需要快速哈希操作的场景。
12345678910111213141516imp ...
INFO-WebsiteFinger
Web-check
Github
OnlineUse
Nmap
Install
1yum install nmap
Usage
1nmap IP
INFO-WebsiteDir
Summary
Gobuster:URI/DNS/WEB爆破
dirsearch:目录扫描/爆破
dirmap:目录扫描/爆破
jwt_tool:JSON Web Token Toolkit https://github.com/ticarpi/jwt_tool
ffuf:高速web fuzz工具 https://github.com/ffuf/ffuf
Arjun:HTTP参数扫描器 http ...
XRAY
Intro
GitHub
Doc
Intall
ReleaseAdrress
Linux Intall
123wget https://github.com/chaitin/xray/releases/download/1.9.11/xray_linux_amd64.zipunzip xray_linux_amd64.zip./xray_linux_amd64 version
Probl ...
TOOL-RemoteAPPWebsite
APPETIZE
WEBSITE
Advantage
It offer living demo, even you don’t need register use the demo app.
And it offer user free use it most 50 minters
PYTHON-Encoding
Transfer Chinese
There are many times that the output of python result contains Chinese ,that can’t show.
So you need transfer it.
12345#.encode('utf-8')#.decode('utf-8')# For Exa ...
TOOL-VsCode
Plugin
AutoCompletePlugin
INFO-Wifi
WIFI
Pywifi
Use pywifi get around wifi information.
Check the code in here:
WEB3-Ton
http://ton.space
Ton Wallet
Tur
Message 在 TON Blockchain 是怎么运作的?并且概述 Internal Message 以及 External Message 的不同尔尔,并且用 Tact 语言实作给你看!
https://youtu.be/oxmQ04h2uKE