frankwxu / digital-forensics-lab

Free hands-on digital forensics labs for students and faculty
https://github.com/frankwxu/digital-forensics-lab
Other
1.61k stars 369 forks source link

Correction: Github link for RegRipper tool in NIST_Data_Leakage_00_Env_Setting.pptx, p. 40 #10

Closed elaOnMars closed 2 years ago

elaOnMars commented 2 years ago

Slide p. 40: RegRipper binary can be downloaded from Kali's Git repository: https://gitlab.com/kalilinux/packages/regripper with git.

The advantage is that more plugins are available.

This is how I did it:

# Create folder for Kali tools in ~/lab
mkdir ~/lab/kali-tools

# Change directory
cd ~/lab/kali-tools

# Clone RegRipper
git clone https://gitlab.com/kalilinux/packages/regripper.git

# Make perl scripts executable
sudo chmod u+r regripper/rip.pl regripper/plugins/*.pl

# Create alias for 'rip.pl'
# temporarely
alias rip.pl='perl ~/lab/kali-tools/regripper/rip.pl'

# If you want to change the alias permanently add the command to your .bashrc file and source it.

# Test the command by entering 'rip.pl'

Regards, ela

`

frankwxu commented 2 years ago

It will be easier to run the installation script (method 2).

https://github.com/frankwxu/digital-forensics-lab [image: image.png]

On Tue, Mar 22, 2022 at 1:41 PM eom @.***> wrote:

Slide p. 40: RegRipper binary can downloaded from Kali's Git repository: https://gitlab.com/kalilinux/packages/regripper with git.

The advantage is that more plugins are available.

This is how I did it:

` Create folder for Kali tools in ~/lab

mkdir ~/lab/kali-tools Change directory

cd ~/lab/kali-tools Clone RegRipper

git clone https://gitlab.com/kalilinux/packages/regripper.git Make perl scripts executable

sudo chmod u+r regripper/rip.pl regripper/plugins/*.pl Create alias for 'rip.pl' temporarely

alias rip.pl='perl ~/lab/kali-tools/regripper/rip.pl' If you want to change the alias permanently add the command to your .bashrc file and source it. Test the command by entering 'rip.pl'

Regards, ela

`

— Reply to this email directly, view it on GitHub https://github.com/frankwxu/digital-forensics-lab/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIXTKXLQIPGY4IPYMOKPPTVBIA43ANCNFSM5RLR6LMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Frank Xu, Ph.D.