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

推荐订阅源

S
Schneier on Security
雷峰网
雷峰网
S
Securelist
V
Vulnerabilities – Threatpost
S
SegmentFault 最新的问题
T
The Exploit Database - CXSecurity.com
A
About on SuperTechFans
T
Threat Research - Cisco Blogs
Attack and Defense Labs
Attack and Defense Labs
L
LangChain Blog
Cyberwarzone
Cyberwarzone
Engineering at Meta
Engineering at Meta
Google DeepMind News
Google DeepMind News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
V
V2EX
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
L
Lohrmann on Cybersecurity
S
Security Affairs
S
Secure Thoughts
P
Privacy & Cybersecurity Law Blog
T
Tailwind CSS Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
CXSECURITY Database RSS Feed - CXSecurity.com
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Cisco Talos Blog
Cisco Talos Blog
Spread Privacy
Spread Privacy
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
H
Heimdal Security Blog
L
LINUX DO - 热门话题
月光博客
月光博客
Apple Machine Learning Research
Apple Machine Learning Research
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
CERT Recently Published Vulnerability Notes
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
Google Online Security Blog
Google Online Security Blog
WordPress大学
WordPress大学
D
DataBreaches.Net
N
Netflix TechBlog - Medium
The Hacker News
The Hacker News
N
News and Events Feed by Topic
C
Check Point Blog
博客园_首页
Scott Helme
Scott Helme
T
Troy Hunt's Blog
U
Unit 42

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,可以在文章下面评论留言。