trimstray / sandmap

Nmap on steroids. Simple CLI with the ability to run pure Nmap engine, 31 modules with 459 scan profiles.
GNU General Public License v3.0
1.57k stars 217 forks source link

Error showing modules list in Linux Mint 18.3 x64 #64

Closed WaffleThief123 closed 6 years ago

WaffleThief123 commented 6 years ago

After setting up sandmap following the directions, this is what happens when I try to load module list.

image also when i go to exit the shell session using #exit or $exit after running sandmap, this happens. image in a scrolling fashion.

trimstray commented 6 years ago

Hi!

First of all: paste the log files:

- log/sandmap.<date>.log
- log/stdout.log

I will try to reproduce this error on mint.

WaffleThief123 commented 6 years ago

Will do, I'll be home from work shortly and get those up!

WaffleThief123 commented 6 years ago

sandmap.log and stdout.log is completely and entirely empty...

Sorry for the delay, got caught up in some work stuff.

Vincentgking commented 6 years ago

@wertyy102 its because the tmp directory was removed when @trimstray removed the .gitkeep file in that directory. If you create the tmp directory in your sandmap directory the run the it again then when you use list it should show correctly.

trimstray commented 6 years ago

@wertyy102 : fix included in 60ae657.

Before running please execute this:

git pull origin master && git fetch --all && git fetch --prune --tags

@Vincentgking : thx!