Advertisement
Guest User

Untitled

a guest
Mar 13th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. root@Kali:~/Desktop/Password Script# sudo python ./Swiss_SMB.py Cola 'Password' 192.168.88.120-130
  2. Parameters:
  3. user: Cola
  4. pass: Password
  5. range: 192.168.88.120-130
  6. Prompt: run with the following? [Y/n] Y
  7. -- running ping sweep:
  8. ---- 192.168.88.129 is up
  9. ---- 192.168.88.130 is up
  10. ---- 192.168.88.128 is up
  11. ---- total alive: 3
  12. -------- scanning 192.168.88.129 for smb shares
  13. smbclient -L 192.168.88.129 -p 445 -U='Cola%Password' 2>/dev/null; printf $?; printf ' status'
  14.  
  15. Sharename Type Comment
  16. --------- ---- -------
  17. ADMIN$ Disk Remote Admin
  18. C Disk
  19. C$ Disk Default share
  20. IPC$ IPC Remote IPC
  21. SMB Folder Disk
  22. SMBFolder Disk
  23. Users Disk
  24. Connection to 192.168.88.129 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
  25. NetBIOS over TCP disabled -- no workgroup available
  26. 1 status
  27. -------- no shares found for: 192.168.88.129
  28. -------- scanning 192.168.88.130 for smb shares
  29. smbclient -L 192.168.88.130 -p 445 -U='Cola%Password' 2>/dev/null; printf $?; printf ' status'
  30.  
  31. Sharename Type Comment
  32. --------- ---- -------
  33. ADMIN$ Disk Remote Admin
  34. C Disk
  35. C$ Disk Default share
  36. IPC$ IPC Remote IPC
  37. SMB Folder Disk
  38. Users Disk
  39. Connection to 192.168.88.130 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
  40. NetBIOS over TCP disabled -- no workgroup available
  41. 1 status
  42. -------- no shares found for: 192.168.88.130
  43. -------- scanning 192.168.88.128 for smb shares
  44. smbclient -L 192.168.88.128 -p 445 -U='Cola%Password' 2>/dev/null; printf $?; printf ' status'
  45. Connection to 192.168.88.128 failed (Error NT_STATUS_CONNECTION_REFUSED)
  46. 1 status
  47. -------- no shares found for: 192.168.88.128
  48. ---- total shares found: 0
  49. ---- time:4.68721795082 secs
  50. -- done!
  51. root@Kali:~/Desktop/Password Script#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement