Hack The Box :: Starting Point.

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?

Try this command
smbclient -L \\10.10.10.27\backups

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.

Type your comment> @HcKy said:

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.

Can you explain me the -N flag?

its the same as --no-pass it just suppresses the password prompt