Skip to content

Modifying readme to say clone this repo & dos2unix readme

elrey (alex) requested to merge elreydetoda/l0phtcrack:main into main

Looking at the repo I noticed it said to clone from github and not gitlab

git clone --recurse-submodules git@github.com:L0phtCrack/lc7.git

So, I fixed that to point to this gitlab repo instead, and also fixed the references in the readme that was saying lc7 to l0phtcrack instead. The only location I don't know if it should change or not is under the window remote build agents. It says:

lc7\build_win64\L0phtCrack 7.sln

I don't know if that reference something dynamically created under the l0phtcrack/lc7 directory or not, so I didn't change that.

  1. commit is when I did the changes to the readme file to point to the new location
  2. was when I dos2unix'ed the file. If you want I can undo the dos2unix, but it just treats files weirdly on linux when they aren't (and windows can handle unix file endings pretty easily)

Merge request reports