Home
Yates 0x00
Cancel

Linux Ubuntu下使用discord增加代理proxy

refer to:  https://xcel.me/howto-set-proxy-for-discord-app-on-linux/ 完整命令: Exec=env http_proxy=http://127.0.0.1:8123 https_proxy=http://127.0.0.1:8123 /usr/bin/discord --proxy-server="http://...

Security Mailhog的安装方式 Install Mailhog

refer to: https://www.lullabot.com/articles/installing-mailhog-for-ubuntu 只看官方文档不行,还是需要看上面的参考文档。 MailHog是一个发送邮件的中间商。 1. 安装go 2. 安装 MailHog go install github.com/mailhog/MailHog@latestgo install ...

Iftop的解释 查看网络流量monitor Network Traffic

refer to: https://askubuntu.com/questions/257263/how-to-display-network-traffic-in-the-terminal https://jaminzhang.github.io/linux/linux-iftop/

Security 利器 Nuclei的详细使用nuclei Template

refer to: https://github.com/projectdiscovery/nuclei https://nuclei.projectdiscovery.io/nuclei/get-started/ 非常强大的工具,最初知道它是在shuize上。 发现这个命令怎么都会报错。于是到官方看了一下,利器啊。 nuclei是工具, nuclei-template则是具体的刀尖。...

Blockchain Audit自动化的代码审查工具 Smartcheck

refer to: https://github.com/smartdec/smartcheck https://www.getsecureworld.com/blog/top-10-solidity-smart-contract-audit-tools/ 安装 npm install @smartdec/smartcheck -g 使用 进入到项目目录。 smartcheck -p...

Android 如何安装apkm Apkmirror Discord

当然了最重要的你需要一个梯子。 yunt吧。https://yt.pgcdn.top/mobile/shareandroid.html refer to: https://www.zeelis.com/t/379.html 1. 先到 apkmirror 找到对应的app  , 下载它, 这里下载后是一个apkm的文件, 华为无法直接安装。 2. 再到  https...

Linux 修改进程名称change Linux Process Name

refer to https://www.honeybadger.io/blog/how-to-change-the-process-name-in-ruby-for-top-and-ps/ 找了几个。有2种方案 1. 在ruby进程中修改名称。 Process.setproctitle("sleeper") puts 'hi, now sleep' sleep 1000 然后就可以...

K8s Kubernetes 入门和使用kubectl Kind

refer to: https://kubernetes.io/docs/home/ K8S我其实不喜欢。这个东西太啰嗦复杂了。很难让全栈工程师上手。适用于 30人以上喜欢雇佣运维的公司。 对于小团队来说,几个人,用一个ubuntu, 传统方式部署,就妥妥的了。 用K8S之前,先问问你的在线用户有多少,你的每秒并发有多少? 如果是个默默无闻的小破网站,过几年就倒闭的那种,就老老实实的别...

Linux Php 使用docker同时支持多版本的php Apache

refer to: https://www.php.net/manual/zh/install.unix.debian.php 最高级方式: docker 无论是windows, 还是linux , 直接用docker吧,各种版本隔离的非常好。 1. docker-compose  文件:(具体用法不说了) version: '3' services: php5.4: ...

Gather Information Theharvester

refer to: https://github.com/laramies/theHarvester/blob/master/README.md Caution: 记得在大陆外部的服务器上运行 run from HK or other server otherwise you will get errors. 需要很多的内存。 ( 60+ mb 每个进程)  需要使...

Security Sonarcube的安装和使用

refer to: https://docs.sonarqube.org/latest/setup/get-started-2-minutes/ sonarcube (唢呐盒子?)   sonar: 声呐 cube: 立方体。 好吧,我这翻译。。。 唢呐盒子挺好记~ 它是用来扫描漏洞的工具,主要是静态代码扫描 注意:不一定准确,需要跟 fortify nessus, a...

Security Virustotal一个非常不错的扫描网站

refer to: https://www.virustotal.com/ 使用特别简单,直接把要检测的文件放上去就可以了。 下面结果是2个大列, 每列是2个小列,左边安全厂商名称,右边是具体的威胁的名称。 如此简单:

Security Nessus的安装和使用

refer to: https://www.52pojie.cn/forum.php?mod=viewthread&tid=1650667 1. 下载: 2.正常安装即可。 3. 然后就可以看到下面的页面,无法使用 使用管理员打开CMD, 然后输入:nessuscli.exe fetch --challenge 打开浏览器,输入这个URL: https://www.t...

Security Nosqlmap的使用

refer to: https://github.com/codingo/NoSQLMap 安装 python3 git clone https://github.com/codingo/NoSQLMap.git python3 setup.py install 等待,输出好多内容 running install running bdist_egg running egg_info c...

Security Acunetix Awvs的安装和使用

refer to: https://www.iculture.cc/software/pig=25004 下载后,解压: 使用方式: 1. install using acunetix_15.0.221007170.exedefault values work fine. remember the username and password you pick! 2. run _crack...

Security Beef Framework 与msf的同时使用metasploit Framework

refer to: https://github.com/beefproject/beef/wiki/Configuration#metasploit

Security 安装和使用beef Framework

refer to: https://github.com/beefproject/beef/blob/master/INSTALL.txt 详细使用: https://github.com/beefproject/beef/wiki/Interface 1. git clone https://github.com/beefproject/beef.git 可以直接运行 ./insta...

Linux 卸载云镜 Usr Local Qcloud Yunjing Ydeyes Ydservice

refer to: https://blog.csdn.net/zhangpeterx/article/details/89704532 发现一台机器上 YDService 的CPU运行时间是最长的 , 如果不是这台机器的CPU负载刚刚达到40多,我也不会理会这个小进程的。 把它果断干掉啊。 sudo su cd /usr/local/qcloud/YunJing/ ./uninst.sh...

Security 拿到目标之后的各种侦查 信息收集 转载 强文

refer to: https://www.freebuf.com/articles/web/340195.html 这个真的不错。 1.   简介 渗透的本质是信息收集,信息收集也叫做资产收集。 信息收集是渗透测试的前期主要工作,是非常重要的环节,收集足够多的信息才能方便接下来的测试,信息收集主要是收集网站的域名信息、子域名信息、目标网站信息、目标网站真实IP、敏感/目...

Security 一些论坛h@cker 特别重要

http://daohang.xstx.info/index.htm 先知论坛: https://xz.aliyun.com/ SeeBug seebug.org 需要翻墙 渗透师 shentoushi.top T00ls  特别低调,仅针对 投稿用户才能注册 https://www.t00ls.com/contribute.html freebuff https://www...