-
-
Notifications
You must be signed in to change notification settings - Fork 878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A line was longer than 64 KiB and cannot be processed. Ignoring. #199
Comments
I am also receiving this error. Bump! |
Same. Bump. |
Also the same, bumpity bump bump. |
Can any of you give me a HTB / THM / etc. machine this reliably occurs on? This will require some specific testing I believe. |
@Tib3rius, I would love to, but unfortunately it's a part of the Challenge Labs in OffSec. |
@Tib3rius I'll let you know if I see this again in the labs. |
At this rate I think I might just have to run this against a load of hosts and see if I can replicate it. Or I could turn off this error message. 🫠 |
The only difference I've noticed is running locally vs. running over a vpn. I let it run overnight and it's still cycling on /udp/137/netbios-ns/smbmap. Is there a way to let the script progress past and maybe run that portion manually? That would be cool :) Let me know if I can submit something that may aide you in figuring it out. |
Today it is hung up on port 139 :( Still works locally perfectly. Smbmap has been where I see it hang for me consistently. A mix of nix and windows. Hope this might help so you can narrow the testing scope . |
Same issue here. I was scanning the GOAD (game of Active Directory) Lab when getting this error. |
next one :) doing the practice range of cpent issue is with smbmap-module. i had a quite similiar experience once where the code was going to the wrong interface maybe thats an issue when using tun0 further information my machine was changed by pimpmykali |
same here from smbmap on challenge labs, it goes on forever [] 15:06:23 - There are 2 scans still running against 192.168.221.248: tcp/139/netbios-ssn/smbmap, tcp/445/microsoft-ds/smbmap |
If you run the smb map manually you get hung at authenticating. Seems related to passing a user to the command.
When you specify the user it no longer hangs . |
smbmap 1.9.2 is the current version in kali, and 1.9.3 and 1.9.3.1 have fixes for hanging with no auth or no shares that seem to be the fix for my problem. Pushing a kali request to update to 1.9.3.1 or higher. |
Nice....I will try that out after updating
…On Wed, Feb 21, 2024, 2:13 PM Steve Pinkham ***@***.***> wrote:
smbmap 1.9.2 is the current version in kali, and 1.9.3 and 1.9.3.1 have
fixes for hanging with no auth or no shares that seem to be the fix for my
problem. Pushing a kali request to update to 1.9.3.1 or higher.
—
Reply to this email directly, view it on GitHub
<#199 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGSCDXP7W7XXDL4PTQIBBTTYUZBNHAVCNFSM6AAAAAAYASQ3W6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJXG4ZTANJWG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I have the same issue with ffuf like OP.
|
same issue with SMB here |
Same issue with smbmap for me |
Hi,
I'm running AutoRecon with ffuf. My config.toml contains:
My dirbuster output has many lines of:
[!] [192.168.243.245/tcp/80/http/dirbuster] A line was longer than 64 KiB and cannot be processed. Ignoring.
[!] [192.168.243.245/tcp/443/http/dirbuster] A line was longer than 64 KiB and cannot be processed. Ignoring.
[!] [192.168.243.245/tcp/8000/http/dirbuster] A line was longer than 64 KiB and cannot be processed. Ignoring.
But I cannot see any entries about this in _errors.log or any of the other outputs.
What does it mean?
The text was updated successfully, but these errors were encountered: