LiveTargetsFinder icon indicating copy to clipboard operation
LiveTargetsFinder copied to clipboard

issues

Open fajarslvn opened this issue 5 years ago • 14 comments

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

fajarslvn avatar Apr 13 '20 14:04 fajarslvn

Following this. I am seeing same error.

ghost avatar Apr 28 '20 20:04 ghost

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

s0meguy1 avatar Apr 30 '20 20:04 s0meguy1

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

ghost avatar Apr 30 '20 20:04 ghost

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

balook avatar May 01 '20 06:05 balook

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

giany avatar May 01 '20 23:05 giany

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

s0meguy1 avatar May 03 '20 15:05 s0meguy1

worked, i think you got typo its massdns not masscan

git clone https://github.com/blechschmidt/massdns.git

harmeet-1337 avatar May 03 '20 20:05 harmeet-1337

@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

mnijres avatar May 04 '20 03:05 mnijres

@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

s0meguy1 avatar May 05 '20 00:05 s0meguy1

@s0meguy1 Awesome, It works. Thanks.

mnijres avatar May 07 '20 01:05 mnijres

1

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

naaaash avatar Jun 17 '20 12:06 naaaash

Can confirm, this worked for me!

resinsec avatar Dec 23 '21 21:12 resinsec

Still works...Thanks :)

gprime31 avatar Jul 22 '22 17:07 gprime31

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 <File name>

Th3Mag1c1an avatar Dec 07 '23 17:12 Th3Mag1c1an