Skip to content

Useful for CTFs, wargames, pentesting. Educational purposes. Or for fun. Or profit.

License

Notifications You must be signed in to change notification settings

lotus321/My-Gray-Hacker-Resources

 
 

Repository files navigation

Gray Hacker Resources

All in one big bag. Educational purposes.


Post-Exploitation


好用的Linux命令

搜索

grep word f1

sort | uniq -c

diff f1 f2

find -size f1

压缩文件

zcat f1 > f2

gzip -d file

bzip2 -d f1

tar -xvf file

远程连接


nc localhost 30000

echo 4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e | nc localhost 30000

openssl s_client -connect localhost:30001 -quiet

nmap -p 31000-32000 localhost

telnet localhost 3000

参考资料

推荐数据

技术类

娱乐

其他资源


License

Creative Commons License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

About

Useful for CTFs, wargames, pentesting. Educational purposes. Or for fun. Or profit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.3%
  • Python 11.1%
  • Objective-C 9.4%
  • Makefile 9.0%
  • C++ 6.5%
  • HTML 5.8%
  • Other 4.9%