allyomalley / LiveTargetsFinder

Generates lists of live hosts and URLs for targeting, automating the usage of MassDNS, Masscan and nmap to filter out unreachable hosts and gather service information
363 stars 67 forks source link

issues #3

Open fajarslvn opened 4 years ago

fajarslvn commented 4 years ago

Hi, I got this issues, is it because the python version? I use 3.8 Screen Shot 2020-04-13 at 21 24 40

ghost commented 4 years ago

Following this. I am seeing same error.

s0meguy1 commented 4 years ago

It looks like the tools output has changed the json keys. If you edit the main py and change "resp_type" to "type" it moves on to the next issue, which is "query_name". Change that to "name" (I think) and again it will move onto the next issue. Sill hammering out the bugs because this looks like a good tool

ghost commented 4 years ago

@s0meguy1 it sounds great! Keep us posted on your progress, please :)

balook commented 4 years ago

im gettign the error eeven i changed @s0meguy1 how to solve this

giany commented 4 years ago

Massdns got updated, output format for NDJSON. Easiest fix is to build massdns with code from commit 65331fb528755621650a0fbacff12102cfdcdde9

s0meguy1 commented 4 years ago

Confirmed what @giany said. For those who want a quick fix, edit "install_deps.sh" and add the following after "cd massdns":

echo "Cloning masscan."
git clone https://github.com/robertdavidgraham/masscan.git

cd massdns
git checkout 65331fb528755621650a0fbacff12102cfdcdde9

Then run install_deps.sh

harmeet-1337 commented 4 years ago

worked, i think you got typo its massdns not masscan

git clone https://github.com/blechschmidt/massdns.git
mnijres commented 4 years ago

@brownsec , Its happend after moving this: "resp_type" to "type" and "query_name" to "name" , masscan and massdns at the correct path i bileve ltf-1

s0meguy1 commented 4 years ago

@brownsec - you have to do the checkout after you CD into the directory (I think), I only included a portion of the install script, I probably should have included the line above the clone of masscan because it does look confusing @mnijres - Ignore my initial comment and look at the second one, you only need to modify the install script. Re-clone and modify the line after "cd massdns" like depicted above

mnijres commented 4 years ago

@s0meguy1 Awesome, It works. Thanks.

naaaash commented 4 years ago

1

It did work a couple of times but now I'm getting additional errors.

resinsec commented 2 years ago

Can confirm, this worked for me!

gprime31 commented 2 years ago

Still works...Thanks :)

Th3Mag1c1an commented 8 months ago

thank you for the fix

to run the command make sure to add sudo before the whole command to not get the error where it asks for massdns need to be run as sudo

example: sudo python3 liveTargetsFinder.py --target-list