Guest User

Untitled

a guest
Aug 13th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. $ ./sip_pentest.sh
  2.  
  3. usage: ./sip_pentest.sh "ipaddr1 ipaddr2 ...ipaddrN"
  4.  
  5. $ ./sip_pentest.sh "173.227.23.XXX 173.227.23.YYY"
  6.  
  7. Enumerating extensions on 173.227.23.XXX
  8. Attempting to crack 216@173.227.23.XXX
  9. WARNING:root:found nothing
  10. Attempting to crack 210@173.227.23.XXX
  11. WARNING:root:found nothing
  12. Attempting to crack 211@173.227.23.XXX
  13. WARNING:root:found nothing
  14. Attempting to crack 667@173.227.23.XXX
  15. ***********************************************************
  16. * !! WARNING !!* *
  17. * *
  18. * Extension 667@173.227.23.XXX is insecure *
  19. * *
  20. * Saving to warning_list.txt *
  21. ***********************************************************
  22. Attempting to crack 666@173.227.23.XXX
  23. WARNING:root:found nothing
  24. Attempting to crack 660@173.227.23.XXX
  25. WARNING:root:found nothing
  26. Attempting to crack 133@173.227.23.XXX
  27. ***********************************************************
  28. * !! WARNING !!* *
  29. * *
  30. * Extension 133@173.227.23.XXX is insecure *
  31. * *
  32. * Saving to warning_list.txt *
  33. ***********************************************************
  34.  
  35. $ cat warning_list.txt
  36.  
  37. 667@173.227.23.XXX
  38. 133@173.227.23.XXX
Add Comment
Please, Sign In to add comment