Trying to run Arachni on Debian.
I've been stuck a while trying to run Arachni 1.5.1-0.5.12 on Debian.
Arachni was starting and freeze after spawning the browsers.
The issue is discussed here: https://github.com/Arachni/arachni/issues/1022
Somebody named HanseSecure commended the following workaround …
I'm running Debian Sid on an Dell XPS 9300 (I would be happy with Buster but just upgrading to Sid was a fast way to have X or Wayland working).
That laptop embed an AX1650 Killer Wifi interface.
There is a guide the the Killer's website …
Thanks to Emilio !
Add new DM key 0x16099E15596AE928 as requested by DM team (anibal) Signed by existing DD keys: E4B6813D 7B75921E Agreement: https://lists.debian.org/debian-newmaint/2014/05/msg00000.html Advocates: pochu - https://lists.debian.org/debian-newmaint/2014/06/msg00001 …
Il y a maintes raisons (souvent mauvaise) pour se retrouver avec des paquets installés sur un système Debian (ou basé sur Debian) dont on a perdu l'origine.
#!/usr/bin/env python
import apt
print "\n".join(p.name for p in apt.Cache …