Hello Everyone,
this is my first time here,
I'm trying to do the Hack The Box :: Starting Point. when I'm trying to connect the backups folder with the smbclient -N -L \\10.10.10.27\backups,
it gives me the following error: "SMB1 disabled -- no workgroup available",
has anyone got this error as well?
Comments
Try this command
smbclient -L \\10.10.10.27\backups
I like this plant, just like me, without roots
Does it list the contents and then say that? Also you may need more backspaces since backspace is the escape character in bash "smbclient -N \\10.10.10.27\backups." I believe the -L only lists the actual $shares.
edit : hmm. apparently the forum removes some of those backspaces so you might have had enough to begin with.
Happy to help. If any of my rambling is useful consider leaving some respect.
Type your comment> @HcKy said:
Can you explain me the -N flag?
its the same as --no-pass it just suppresses the password prompt
Happy to help. If any of my rambling is useful consider leaving some respect.