mobinmob has quit [Quit: Connection closed for inactivity]
Rohan has joined #kisslinux
<Rohan>
someone ever tried john the ripper in kiss?
<Rohan>
i works but slower
<Rohan>
kiss is about 19 seconds in a job
<Rohan>
tried manjaro liveusb
<Rohan>
5 seconds
<Rohan>
dont know if is missing package or something with kernel
<phoebos>
is that jack's brother
<Rohan>
kinda something lol
<Rohan>
is a program used in pentest general
<Rohan>
crack passwords
mahmutov_ has joined #kisslinux
<phoebos>
how is that useful for pentesting
<phoebos>
passwords are a vulnerability if you can guess them, you don't need a program to tell you that
<Rohan>
but if you cant guess
<Rohan>
you need something
<Rohan>
i used this to a pdf from a friend
<Rohan>
you cant guess the password if you dont know anything about the target
<phoebos>
that's not pentesting though
<phoebos>
that's just breaking a password
an3223 has quit [Ping timeout: 276 seconds]
an3223 has joined #kisslinux
j`ey has joined #kisslinux
<j`ey>
anyne know about the busybox build? I see it uses make CONFIG_PREFIX="$1/usr" install
<j`ey>
I was doing a similar thing locally/manually, and I got a bunch of stuff in $1/usr/usr
mahmutov_ has quit [Ping timeout: 268 seconds]
<j`ey>
ah it uses CONFIG_INSTALL_APPLET_DONT=y
an3223 has quit [Ping timeout: 276 seconds]
an3223 has joined #kisslinux
<maximum_yellow>
does busybox mdev work with libudevzero-helper for others?
<maximum_yellow>
For some reason hotplugging in sway doesn't seem to work, but it does with mdevd and the same config file (the default one, to be sure)
<noocsharp>
iirc mdevd has hotplugging capabilities, so it doesn't need libudevzero
<maximum_yellow>
i see that mdved supports the `-O 4` flag which is somehow special to libudev-zero. Is there something like this for busybox mdev
<maximum_yellow>
hmmm
<maximum_yellow>
noocsharp ok, indeed, mdved does do hotplugging
<maximum_yellow>
so what's up with busybox mdev?
<maximum_yellow>
the last two lines of the busybox mdev.conf file in KISS are about libudev-zero, but this doesn't seem to work? Stuff like SUBSYSTEM=drm;.* root:video 660 *libudev-zero-helper
<maximum_yellow>
oh
* maximum_yellow
should rtfm, drm feels like != wayland
<noocsharp>
the compositor does use drm
<noocsharp>
but i don't think that would cause hotplugging issues
<maximum_yellow>
noocsharp ok, thanks, that saves some time. I wonder what mdevd is doing that mdev is not.