哥伦布

博客园 首页 新随笔 联系 订阅 管理

2023年12月19日 #

摘要: create user readonlyuser with password 'R3333333341'; grant select on all tables in schema public to readonlyuser; 单表授权 GRANT SELECT ON tablename to r 阅读全文
posted @ 2023-12-19 11:39 Caraxes 阅读(26) 评论(0) 推荐(0)

2023年12月4日 #

摘要: nmap --script ssl-enum-ciphers -p 443 baidu.com 如果没有的话请安装 yum install nmap -y 阅读全文
posted @ 2023-12-04 14:29 Caraxes 阅读(16) 评论(0) 推荐(0)

2023年11月23日 #

摘要: 安装libpcap yum install libpcap libpcap-devel -y 安装ngrep yum install ngrep -y 示例抓包命令 ngrep -d eth0 -t -N -qW byline host 47.107.249.93 -O /home/netcap/2 阅读全文
posted @ 2023-11-23 11:43 Caraxes 阅读(11) 评论(0) 推荐(0)

2023年11月16日 #

摘要: 删除项目的Properties目录下面的launchSettings.json文件 阅读全文
posted @ 2023-11-16 17:03 Caraxes 阅读(100) 评论(0) 推荐(1)

2023年10月30日 #

摘要: Windows下的命令 certutil -hashfile <文件名> <hash类型> 如: certutil -hashfile "C:\1.txt" MD5 Linux下的命令 md5sum <文件名> 如: md5sum ./1.txt 阅读全文
posted @ 2023-10-30 09:02 Caraxes 阅读(15) 评论(0) 推荐(0)

2023年10月19日 #

摘要: https://www.cnblogs.com/zhangfx01/p/14367594.html 阅读全文
posted @ 2023-10-19 14:27 Caraxes 阅读(115) 评论(0) 推荐(0)

2023年10月15日 #

摘要: 语法: iptables [-t table] COMMAND [chain] CRETIRIA -j ACTION 各参数的含义为: -t:指定需要维护的防火墙规则表 filter、nat、mangle或raw。在不使用 -t 时则默认使用 filter 表。 COMMAND:子命令,定义对规则的 阅读全文
posted @ 2023-10-15 11:49 Caraxes 阅读(170) 评论(0) 推荐(0)

2023年10月7日 #

摘要: ![image](https://img2023.cnblogs.com/blog/39442/202310/39442-20231007151242320-833557388.png) 阅读全文
posted @ 2023-10-07 15:12 Caraxes 阅读(44) 评论(0) 推荐(0)

2023年9月26日 #

摘要: tcpdump [ -AdDefIJKlLnNOpqRStuUvxX ] [ -B buffer_size ] [ -c count ] [ -C file_size ] [ -G rotate_seconds ] [ -F file ] [ -i interface ] [ -j tstamp_t 阅读全文
posted @ 2023-09-26 10:41 Caraxes 阅读(38) 评论(0) 推荐(0)

2023年9月7日 #

摘要: ##### 如果要重置Red Hat Enterprise Linux Server release 7.0 的root常见有2种办法(均测试有效) ## rd.break方法 #### 1、重启Linux系统主机并出现引导界面时,按下键盘上的e键进入内核编辑界面,如图。 ![image](http 阅读全文
posted @ 2023-09-07 21:25 Caraxes 阅读(821) 评论(0) 推荐(0)