LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sourcing tools for Linux Toolkit CD (https://www.linuxquestions.org/questions/linux-newbie-8/sourcing-tools-for-linux-toolkit-cd-4175458474/)

Daniel_Man 04-17-2013 08:00 AM

Sourcing tools for Linux Toolkit CD
 
Hi guys,
I'm currently studying an information security masters and as part of my studies I require creating a Linux toolkit CD with the following tools statically created:

ls, dd, des, file, pkginfo, find, icat, lsof, md5sum, cryptcat, netstat, pcat, perl, ps, strace, strings, truss, df, vi, cat, more, gzip,
last, w, rm, script, bash, modinfo, lsmod, and ifconfig.

Could someone please tell me where I can source these tools and how I statically put them onto a CD?

Your help would be very very much appreciated.

konsolebox 04-17-2013 08:29 AM

Quote:

Originally Posted by Daniel_Man (Post 4933155)
Hi guys,
I'm currently studying an information security masters and as part of my studies I require creating a Linux toolkit CD

Perhaps you could start studying packages ewith an easy distro like Slackware, and LFS, or build your own with Linux Live kit.
Quote:

with the following tools statically created:

ls, dd, des, file, pkginfo, find, icat, lsof, md5sum, cryptcat, netstat, pcat, perl, ps, strace, strings, truss, df, vi, cat, more, gzip, last, w, rm, script, bash, modinfo, lsmod, and ifconfig.
Searching my system for those executables and the package they belong this is what I got. For those which are not included I don't have them installed sorry.
Code:

ls = sys-apps/coreutils-8.20
dd = sys-apps/coreutils-8.20
file = sys-apps/file-5.11
find = sys-apps/findutils-4.4.2-r1
lsof = sys-process/lsof-4.85-r2
md5sum = sys-apps/coreutils-8.20
cryptcat = net-analyzer/cryptcat-1.2.1-r1
netstat = sys-apps/net-tools-1.60_p20120127084908
perl = dev-lang/perl-5.12.4-r1
dev-lang/perl-5.12.4-r1
ps = sys-process/procps-3.3.4
strace = dev-util/strace-4.7
strings = sys-devel/binutils-2.22-r1
df = sys-apps/coreutils-8.20
vi = app-editors/vim-7.3.409
cat = sys-apps/coreutils-8.20
more = sys-apps/util-linux-2.22.2
gzip = app-arch/gzip-1.5
last = sys-apps/sysvinit-2.88-r4
w = sys-process/procps-3.3.4
rm = sys-apps/coreutils-8.20
script = sys-apps/util-linux-2.22.2
bash = app-shells/bash-4.2_p45
modinfo = sys-apps/kmod-12-r1
sys-apps/kmod-12-r1
lsmod = sys-apps/kmod-12-r1
ifconfig = sys-apps/net-tools-1.60_p20120127084908

What you just need there is the package name after '/'. The one before it is a category name in Gentoo.

Quote:

Could someone please tell me where I can source these tools and how I statically put them onto a CD?
Again you could use Linux Live Kit.


All times are GMT -5. The time now is 11:21 PM.