Meet AttackSurfaceMapper; new automated penetration testing tool

By Sudais
AttackSurfaceMapper penetration testing tool has been developed in Python 3.x, is compatible with all major operating systems.
This is a post from HackRead.com Read the original post: Meet AttackSurfaceMapper; new automated penetration testin… Continue reading Meet AttackSurfaceMapper; new automated penetration testing tool

unable to access the dpkg database directory /var/lib/dpkg: No such file or directory [on hold]

sudo dpkg –configure -a

gave this error down below
dpkg: error: unable to access the dpkg database directory /var/lib/dpkg: No such file or directory
tried
sudo rm /var/lib/dpkg
and
ps aux | grep -i apt
also lsof /var/li… Continue reading unable to access the dpkg database directory /var/lib/dpkg: No such file or directory [on hold]