nmap
sudo nmap --script vuln -p443 host
sudo nmap -sV --script=ssl-heartbleed host
msfconsole
msfconsole
search heartbleed
use auxiliary/scanner/ssl/openssl_heartbleed
options
set RHOSTS xx.xx.xx.xx
set VERBOSE true
exploit
run
… sudo nmap --script vuln -p443 host
sudo nmap -sV --script=ssl-heartbleed host
msfconsole
search heartbleed
use auxiliary/scanner/ssl/openssl_heartbleed
options
set RHOSTS xx.xx.xx.xx
set VERBOSE true
exploit
run
… opkg update
opkg install coreutils-nohup bash iptables dnsmasq-full curl ca-certificates ipset ip-full iptables-mod-tproxy iptables-mod-extra libcap libcap-bin ruby ruby-yaml kmod-tun kmod-inet-diag unzip luci-compat luci luci-base
opkg update
opkg install coreutils-nohup bash dnsmasq-full curl ca-certificates ipset ip-full libcap libcap-bin ruby …
家里的黑群之前用OpenWRT做软路由的时候买过一个网卡,最近把黑群升级到了最新版本,软路由虽然一直没用,但还是把它设置起来以备不时之需。
所以现在有两个网卡
在Virtual Machine Manger里增加两个网卡
在Virtual Machine-OpenWrt这个虚拟机上加入上面新增的两个网卡,这样就等于在 OpenWrt里插入了两个网卡eth0, eth1
接下来在OpenWRT里面分别设置eth0(LAN2,新加的)作为局域网, eth1(LAN1,Default)作为外网连接,设置网关为家里路由器的ip, 内部局域网段为192.168.2.xxx
cat /etc/config/network
/etc/init.d/network restart
… 上海电信公网IP开通后,一些常用的端口如80和443不能使用。因此,必须使用其他端口,例如将443端口改为8443端口。访问时还需要在URL中加入特定的端口号:https://host:8443。
昨天搜了一下,原来Cloudflare支持转发非443端口,你需要做的就两步
这样就设置好了,通过访问https://host, Cloudflare就会自动转到了源地址https://host:8443
…使用Docker来开启xiaogpt, 当前Docker官文Docker源被墙了,所以可以先找一个国内的镜像,比如
docker pull dockerproxy.cn/yihong0618/xiaogpt
准备好config.yaml文件,然后命令行启动
docker run -v /volume2/hdd_4T/xiaogpt/config:/config yihong0618/xiaogpt --config=/config/myconfig_livingroom.yaml
… In the syno storage management, it can’t show the disk information.
So first check the “invalid ELF” log in the “/var/log”
root@DiskStation:/var/log# grep -R "invalid ELF" *
grep -R "2024-05-01.*invalid ELF" *
messages:2024-05-01T22:48:55+08:00 DiskStation
… I am running my NAS at home, and it has the public IP, but the IP will be changed randomly, so I need to bind it to the subdomain in the Cloudflare, so I can visit it even the IP …
ls -lht models/llama-2-7b
total 7997112
-rw-r--r--@ 1 user staff 3.8G Jan 4 13:12 llama-2-7b.Q4_K_M.gguf
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
make -j
09总结|2010年终总结|2011年终总结|2012年终总结|2013年终总结|2014年终总结|2015年终总结|2016年终总结|2017年终总结|2018年终总结|2019年终总结|再见2020|2021年终总结|2022年终总结
时间又一次在不经意间来到了12月31日,今天的上海雾霾笼罩,天气湿冷,温度5-8度。
去年的同期,3年封禁结束,大家都在渡劫,而今年却又在一次次见证历史
疫情三年,我们见证了历史,而在2023年,我们一次又一次的看到了历史的轮回。
往前看,2023年可能是最好的一年。
我们看到了全球股市暴涨,而中国股市暴跌,人民币汇率暴跌,房价泡沫暴跌,大量公司裁员,大学生毕业即失业,舆论管控越来越让人窒息,新生人口断崖式下跌,外国人90%已经离开并且没有回来,愚民教育从娃娃抓起,韭菜不够用了,口号式治国,一个章毁掉一个行业。而所有的一切看起来都是风平浪静,闭嘴成为每一个人的必修课,禁言成为了风尚,有问题不是解决问题,而是解决提出问题的人。
也许,明年我们能看到更多的历史。
OpenAI ChatGPT的横空出世,让我们有幸看到了AI的跳跃式发展,GPT3, GPT3.5, GPT-4, GPT-Vision, …
Refer the content from the link, it has the complete list for different Security Companies, so backup the content here.
How to remove your website from Security Blacklists
Last Updated 9 months ago