正文原创 一:查询数据库实例有多少用户: [oracle@localhost ~]$ sqlplus / as sysdba; SQL*Plus: Release 11.2.0.3.0 Production on Thu Dec 21 10:18:39 2017 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11
1.0事件还原:测试库某个对象,使用具有DBA角色用户导出,生产环境普通用户无法导入数据,因此需要回收测试库dba角色,revoke无法回收 2.0操作流程 回收角色报错 测试环境测试,delete删除基表是否回收角色 实际测试库进行操作 3.0实际操作3,1回收角色报错信息:revoke dba from xxx;ORA-08103: object no longer exists;对象不存在: --查询对象名称:select * from dba_users where username='
--创建登录名 create login test_user with password='123456a.'; --创建用户 create user test_user for login test_user with default_schema=dbo; --给用户test_user在GroupTree_gtr表分配具有查询,插入,更新的权限,但是没有删除得权限. grant select,insert,update on GroupTree_gtr to test_user WITH G
ref:https://chybeta.github.io/2017/08/19/Web-Security-Learning/ ref:https://github.com/CHYbeta/Web-Security-Learning Web-Security-Learning 学习资料01月29日更新: 新收录文章 mysql SSRF To RCE in MySQL MSSQL MSSQL不使用xp_cmdshell执行命令并获取回显的两种方法 postgresql 渗透中利用postgres