Greenwolf / social_mapper

A Social Media Enumeration & Correlation Tool by Jacob Wilkin(Greenwolf)
GNU General Public License v3.0
3.77k stars 785 forks source link

EasyProcessCheckInstalledError #119

Closed lorenzoromani1983 closed 5 years ago

lorenzoromani1983 commented 5 years ago

Hi. I believe I carefully followed all instructions (Kali Linux):

Traceback (most recent call last): File "social_mapper.py", line 1121, in peoplelist = fill_twitter(peoplelist) File "social_mapper.py", line 218, in fill_twitter TwitterfinderObject = twitterfinder.Twitterfinder(showbrowser) File "/root/social_mapper/modules/twitterfinder.py", line 15, in init display = Display(visible=0, size=(1600, 1024)) File "/usr/local/lib/python2.7/dist-packages/pyvirtualdisplay/display.py", line 34, in init self._obj = self.display_class( File "/usr/local/lib/python2.7/dist-packages/pyvirtualdisplay/display.py", line 53, in display_class cls.check_installed() File "/usr/local/lib/python2.7/dist-packages/pyvirtualdisplay/xvfb.py", line 40, in check_installed ubuntu_package=PACKAGE).check_installed() File "/usr/local/lib/python2.7/dist-packages/easyprocess/init.py", line 182, in check_installed raise EasyProcessCheckInstalledError(self) easyprocess.EasyProcessCheckInstalledError: cmd=['Xvfb', '-help'] OSError=[Errno 2] No such file or directory Program install error!

lorenzoromani1983 commented 5 years ago

looks like I managed to fix it by installing xvfb on kali (apt-get install xvfb).