Jump to content

tcpdump report


paulo131525

Recommended Posts

  • 2 months later...

I think I ran into this same problem.

M4 Pineapple, installed the latest update to tcpdump onto the /usb thumbdrive.

Captures are sent to the /usb/... directory...so far so good.

However, when I click on the History tab, and then hover over the download link, it says:

javascript:javascript:location.href='/usb/infusions/includes/dumps/dump_1397667605.pcap'

When I click on this, I'm shown a white page with an 'X' in it.

That's a bummer.

Looking in data.php, it seems that the problem is that $rel_dir is "/usb/infusions/". The path is therefore set to be the above link.

If we change that /usb to /components, then everything just seems to work well and I can download the reports like before.

In /usb/infusions/tcpdump/includes/data.php, I added a couple lines above the line that generates the download link:

$trans = array("/usb" => "/components");

$newrel_dir = strtr($rel_dir,$trans);

echo "<a href=\"javascript:javascript:location.href='".$newrel_dir.............(include the rest of the line).

That's got it working for me.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...