博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Application Security Per-Engagement
阅读量:6852 次
发布时间:2019-06-26

本文共 1646 字,大约阅读时间需要 5 分钟。

1、 an SQLi vulnerability will allow you  to do the  following 

  •    query the database using select statement forezample users table. you might get the password or usersname
  •    Bypass the login page executing successfuly query results
  •    Execute system commands in the database in oreder compromise the web server
  •    Execute inserts.delete commands to manipulate the records in the database

2、Command Injection

      we can append other commands after the variable and the application will be to execute it for us , my goal is to make the backend execute someting like this [nslookup [domain name variable ] && [other command ]

3、OWASP top 10

    Injection-----> when a attacker can inject and execute a custom command in the backend because of missing sanitization,besides it ,command Injection are more like LDAP、XPath、NoSQLo  XML Parsers、STMTP Header

    Broken Authentication  ------> a hacker finds the user's idntity, credentials bouth name and password or web session

   Sesitive Data 、   XML External Entities  \ Broken Access Control \ Security Misconfig \Cross-site Scripting \ Insecure Deserialization \ Using Components with know vulnerability\ Insufficient logging

4、邮件信息收集

theharverster -d [目标网络域名地址] -l [邮件地址数量] -b [使用的搜索的公共知识库]  eg : theharvester  -d yalong.cn -l 20 -b baidu

5、 use Whois search DNS and ip register name and phone number and email

   step one we can use the  Whois.net  the url: http:www.whois.net   or another website is NetCraft   the url :https://www.netcraft.com/

   step two:  use the command  whois ,the screenshout as follow

another wegit tools is host it can translate ip to hostname

nslookup id find DNS

   

 

   

  

 

转载于:https://www.cnblogs.com/xinxianquan/p/10211936.html

你可能感兴趣的文章
(5)U盘安装Linux系统
查看>>
HTML5标准学习 - 文档结构
查看>>
C语言strcat()函数:连接字符串
查看>>
后台服务运行示例
查看>>
git初始化本地项目并推送到git服务器
查看>>
【转】多去阅读思维训练类的书籍
查看>>
文件操作
查看>>
网上看到的比较全的关于C#操作EXCEL常见操作集合,比较全,写的不错
查看>>
浅析C# 中object sender与EventArgs e
查看>>
【Javascript高级程序设计】数据类型与typeof
查看>>
高性能图片服务器–ZIMG(转)
查看>>
linux备份
查看>>
Gas Station
查看>>
浅谈对象的初始化顺序
查看>>
转:ospf学习-----SPF最短路径算法
查看>>
Linux 安装Xampp以后,Apache服务器无法启动,以及启动后,连接sql数据库遇到的问题的解决方法...
查看>>
Nodejs与ES6系列1:变量声明
查看>>
IO流 字节流的缓冲区
查看>>
我的独立博客
查看>>
springboot 使用itextpdf 框架实现多个图片合成一个pdf文件
查看>>