惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园_首页
W
WeLiveSecurity
S
Secure Thoughts
S
Security @ Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Hugging Face - Blog
Hugging Face - Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
H
Hacker News: Front Page
Project Zero
Project Zero
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
U
Unit 42
N
News and Events Feed by Topic
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
Forbes - Security
Forbes - Security
T
Tor Project blog
I
Intezer
B
Blog
F
Full Disclosure
Security Archives - TechRepublic
Security Archives - TechRepublic
F
Fortinet All Blogs
Schneier on Security
Schneier on Security
T
Threat Research - Cisco Blogs
AI
AI
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
Cloudbric
Cloudbric
L
Lohrmann on Cybersecurity
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
P
Privacy International News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
PCI Perspectives
PCI Perspectives
Y
Y Combinator Blog
Spread Privacy
Spread Privacy
Simon Willison's Weblog
Simon Willison's Weblog
罗磊的独立博客
Vercel News
Vercel News
A
Arctic Wolf
The Register - Security
The Register - Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
H
Heimdal Security Blog
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed

Rat's Blog - 百度

Linux VPS使用命令行快速查询百度网盘提取码 - Rat's Blog VPS使用BaiduPCS-Go高速下载百度网盘的文件,支持上传/离线下载等操作 - Rat's Blog PanHelper:百度云盘搜索工具,可自动获取部分加密文件密码 - Rat's Blog Speedpan:百度网盘满速下载工具,无需登录,也可直接下载BT种子 - Rat's Blog YunDownload重制版:新增扫描百度网盘重复文件、和谐文件、空文件夹功能 - Rat's Blog 百度网盘分享文件密码暴力破解器 - Rat's Blog Aria2c度盘下载器:可高速下载百度云文件 - Rat's Blog 一款高速下载百度云文件的神器:SpeedKoalaBD v7.1破解版 - Rat's Blog Proxyee-down:HTTP下载神器,支持百度云下载/全网嗅探/B站视频下载 - Rat's Blog
使用Linux VPS自动删除在百度贴吧的一切回复(黑历史) - Rat's Blog
博主: Rat's · 2018-07-03 · via Rat's Blog - 百度

说明:我们很多人小时候不懂事,到处发自己的个人信息,家人信息等,导致这些信息在网上就会随时被搜索到,很可能会被一些别有用心的人利用,特别是和自己闹过矛盾的网友,严重的会影响自己的生活,最近一个朋友就遇到了,所以这里博主就提一下,一般以前使用最多社交软件也就是贴吧了,所以建议在贴吧留过自己的信息的人可以都删掉,以防万一。如果回复的帖子太多,每天删除都被限制,可能会导致我们没耐心或没时间天天去删,这里就说下使用VPS自动删除贴吧回复的方法。

使用

Github地址:https://github.com/rmb122/Delete-my-hisroy-in-tieba

1、安装Python3
一般大多数Ubuntu自带Python3,而CentosDebian就需要我们安装了。

#查看是否有Python3
python3 -V

#安装Python3
#CentOS系统
wget https://www.moerats.com/usr/shell/Python3/CentOS_Python3.6.sh && sh CentOS_Python3.6.sh
#Debian系统
wget https://www.moerats.com/usr/shell/Python3/Debian_Python3.6.sh && sh Debian_Python3.6.sh

然后再输入python3 -V看是否安装成功。

2、下载源码

#CentOS系统
yum install git -y
#Ubuntu和Debian系统
apt-get install git -y

#下载源码
git clone https://github.com/rmb122/Delete-my-hisroy-in-tieba.git
cd Delete-my-hisroy-in-tieba
#安装依赖
pip3 install -r requirements.txt

3、使用
先获取贴吧的Cookie,且为JSON格式,这里可以借助浏览器的Edit This Cookie插件,先打开浏览器拓展,搜索该插件安装,然后登录贴吧,点击浏览器上面的EditThisCookie按钮,并导出Cookie
请输入图片描述
再编辑cookie.json文件,将Cookie全部替换进去。

cd /root/Delete-my-hisroy-in-tieba
nano cookie.json

替换好了后,使用Ctrl+xy保存退出。

再运行工具:

python3 Delete-reply.py

会输出以下画面:
请输入图片描述
如果你的回复很多,一天是删不完的,因为有限制,所以就需要个定时任务,一天运行一次,直到删完为止,查看:Linux系统Crontab的安装及定时任务的命令详解

最后如果我们不知道网上是否有我们个人信息的,可以百度一下自己的QQ号,手机号,微信号等信息,如果有的话那自己想办法删除,再等快照更新就行了。


版权声明:本文为原创文章,版权归 Rat's Blog 所有,转载请注明出处!

本文链接:https://www.moerats.com/archives/667/

如教程需要更新,或者相关链接出现404,可以在文章下面评论留言。