Help me come up with a mini linux security project idea

iamgenius

Senior member
Jun 6, 2008
817
98
91
Hi, how is it going?

I'm not sure if I can post this here, but I'm certain you guys can help. I'm taking this quick linux security course ( 6 weeks ) which is part of a cyber security master program. The course is very stressing as i'm new to linux (the CLI specially) and the requirements for it are too much(HW, labs, quizzes...etc). The course first introduces you to linux and then add some security into the mix. Anyways, we learned about the basic commands and I can say that I'm familiar with it now.

There is a project that you need to do at the end (You will be given two weeks), which you will have to present, demo, and submit a written report about. I just want you to suggest me some simple projects. I was looking for ideas in google, but it was hard to find something simple enough to be suitable for a 6 weeks linux course. Most require you to be very familiar with linux and have some good background in networking/security.

One thing I found to be appropriate was to maybe learn about snort, then configure it in a way so that you can pass a certain penetration test. Do you think this will be a good idea?

Of course it is going to be better if the project can be useful in some way or another. Something to learn with and maybe use later.

I'll provide more course details if necessary.

I'm using: Fedora, Ubunto, Kali linux

Any comments are appreciated.
 
Last edited:

ninaholic37

Golden Member
Apr 13, 2012
1,883
31
91
I would be curious to know how secure installing and running Wine is in Linux, since it can run Windows programs, and what precautions should be taken when installing Wine to alleviate risks. Right now I have Wine portable on a separate partition, which doesn't get mounted unless I want to run Wine (or boot into Windows), and got rid of the Z: drive in winecfg so only the C: drive area (mnt/sda2/wine/wine.data/drive_c) is available for Windows programs to write to (from what I can tell). I believe it's "Internet Explorer" is actually Gecko based, but I removed it's Wine Gecko and Wine Mono packages anyway, because I don't need the internet and to bring the total size down from 350MB to 140MB.
 

iamgenius

Senior member
Jun 6, 2008
817
98
91
I would be curious to know how secure installing and running Wine is in Linux, since it can run Windows programs, and what precautions should be taken when installing Wine to alleviate risks. Right now I have Wine portable on a separate partition, which doesn't get mounted unless I want to run Wine (or boot into Windows), and got rid of the Z: drive in winecfg so only the C: drive area (mnt/sda2/wine/wine.data/drive_c) is available for Windows programs to write to (from what I can tell). I believe it's "Internet Explorer" is actually Gecko based, but I removed it's Wine Gecko and Wine Mono packages anyway, because I don't need the internet and to bring the total size down from 350MB to 140MB.

That's actually a good idea! It is worth looking into. Will you affect linux security if you run windows programs on it? by the aid of programs like wine of course ! Sounds interesting but maybe it is too much for newbie like me?