0

Try to connect to your computer on ports (135÷139,445), for example by connecting to a shared folder (C$). You can use "net use" command.

Hey, I'm making security exercises (Firewall stuff), but I'm completely stuck on this point. I have my physical computer and virtual machine (Windows Server 2012 on VMware). I have turned off all my Inbound and Outbound Rules in Firewall and now trying to test connection to review logs, but I can't solve this one. Any advice?

8
  • Hint: net share and net use /?
    – DavidPostill
    Commented Jun 20, 2017 at 20:46
  • @DavidPostill yeah, i was trying to find some informations about net use, but it looks really unclear for me. I tried command net use c: \\192.168.229.132 /user:administrator [pass]. Commented Jun 20, 2017 at 20:52
  • You need to use an unused drive letter and a sharename, eg net use z: \\computername\sharename password /USER:[domainname\]username
    – DavidPostill
    Commented Jun 20, 2017 at 20:57
  • See net use - Map a drive letter to a remote server/share.
    – DavidPostill
    Commented Jun 20, 2017 at 20:58
  • @DavidPostill computername\sharename i understand it is 192.168.229.132\c$, but i dont understand what is domainname for my username Commented Jun 20, 2017 at 21:07

0

You must log in to answer this question.

Browse other questions tagged .