Jump to content

[Official] Dwall


MikesTooLz

Recommended Posts

Doesn't seem to be working for me...

@@Update@@

seems to be working when I pull up the pineapple page via my pc. from my android phone when I press the start button i just get the pineapple logo forever.

(Tetra itself seems too be very unstable... makes me think i should have just got a nano.)

Link to comment
Share on other sites

  • Replies 107
  • Created
  • Last Reply

DWall is working great for me, easily my new favourite module!

I would be interested in expanding it though as it doesn't seem to be logging the data it captures anywhere. I've got this working by modifying the PHP and JS module files to write the callbacks to a text file, but this could be better achieved in the binary really. Is this project going to be open source and if so, is there a public repo I can clone?

I'd be interested to see SSLSplit traffic being forwarded to DWall too and integrated if this is possible.

+1 for the idea of capturing open wifi traffic too!

Keep up the great works guys!

Link to comment
Share on other sites

Doesn't seem to be working for me...

@@Update@@

seems to be working when I pull up the pineapple page via my pc. from my android phone when I press the start button i just get the pineapple logo forever.

(Tetra itself seems too be very unstable... makes me think i should have just got a nano.)

I've had limited success with it. Sometimes I've seen the same image displayed over and over. Often it'll work for a minute or so then just stop. As for overall stability, the nano I have is far from stable. I have spent more time resetting and starting over than I have working with it. Installing modules just makes it more unstable to the point where there's nothing to do but nuke and pave.

I really hope the 1.1.0 release is imminent and helps to take it to a stable platform.

Link to comment
Share on other sites

Hello guys, Dwall works perfectly for me but only when i don't close the page with it, and stops after there is quite a long list, but i could get it after few minutes in instagram with my testing device, is there a way of saving it on the sd card in the wifi pineapple, or to the hard drive of the pc

p.s how to make the sd card usable with the nano and the external wifi module as well.

p.p.s thanks all for reply's

Link to comment
Share on other sites

Doesn't seem to be working for me...

@@Update@@

seems to be working when I pull up the pineapple page via my pc. from my android phone when I press the start button i just get the pineapple logo forever.

(Tetra itself seems too be very unstable... makes me think i should have just got a nano.)

I'm having the same trouble.

Have you tried other browsers?

I'm about to do some troubleshooting myself.

Link to comment
Share on other sites

Seems like i can't get any traffic logging module to work. Same issue with DWall. I don't see any traffic from connected clients.

The only thing that i got to work is urlsnarf.

Any idea what's wrong? I hit "Enable" and then "Start Listening". After that is shows the pineapple icon animating and that's it. I surf with my connected which is connected to PineAP but i don't see any traffic.

Link to comment
Share on other sites

Seems like i can't get any traffic logging module to work. Same issue with DWall. I don't see any traffic from connected clients.

The only thing that i got to work is urlsnarf.

Any idea what's wrong? I hit "Enable" and then "Start Listening". After that is shows the pineapple icon animating and that's it. I surf with my connected which is connected to PineAP but i don't see any traffic.

Same problem here. I have a test client connected and nothing happened.

@MikesTooLz The Nano is unstable too. Hopefully it'll be fixed soon.

Link to comment
Share on other sites

  • 2 weeks later...

Hi all

I am using the DWall module on a Tetra.

I have notice that it is not possible to save any sort of log file for the URLs, Data, Cookies neither the Images.

I am not great on programming however, will it be any way to modify the module to do something like this ?

Regards!

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...
  • 1 month later...

i have run into issues on the tetra where using dwall with other modules will cause them to stop, the latest one was sslsplit. it just stops, as if there was a crash, and it doesn't relaunch the module process.

not sure how to investigate the cause of this in the logs...

Link to comment
Share on other sites

  • 1 month later...

I added the following  line to module.js in the DWall module:

var utc = new Date().toJSON().slice(0,25);

I then replaced a subsequent line with the following:

$("#url_table").prepend("<tr><td>" + utc + "</td><td>" + data['from'] + "</td><td></td></tr>").children().first().children().last().text(data['url']);

and got a poorly-formatted, but acceptable timestamp.  Maybe the module authors can clean it up a bit.

I also added a header.

Screen Shot 2016-08-15 at 10.33.49 PM.png

Link to comment
Share on other sites

On 4/14/2016 at 3:13 AM, stilia.johny said:

Hi all

I am using the DWall module on a Tetra.

I have notice that it is not possible to save any sort of log file for the URLs, Data, Cookies neither the Images.

I am not great on programming however, will it be any way to modify the module to do something like this ?

Regards!

Hi i am trying to address the logging request but unfortunately i am a complete noob at angularjs. 

I pinpointed that a possible location to extract the (URL, Data, Cookies) is at DWall/js/module.js location under the $scope.ws.onmessage. 

            if (data['image'] !== undefined) {
                $("#img_container").prepend('<img src="' + encodeURI(data['image']) +'">');
            } else {
                $("#url_table").prepend("<tr><td>" + data['from'] + "</td><td></td></tr>").children().first().children().last().text(data['url']);
            }
            if (data['cookie'] !== undefined) {
                $("#cookie_table").prepend("<tr><td>" + data['from'] + "</td><td></td></tr>").children().first().children().last().text(data['cookie']);
            }
            if (data['post'] !== undefined) {
                $("#post_table").prepend("<tr><td>" + data['from'] + "</td><td></td></tr>").children().first().children().last().text(data['post']);
            }

So i read from online tutorials that angularjs could use HTTP post to send data. Thus was wondering if it would work for sending the (URL, Data, Cookies) a local PHP file. The below example is my failed attempt at getting url data send to a login.php file. Any experts could assist? 

	var request = $http({
	    method: "post",
	    url: "login.php",
	    data: {
	        pass: data['url']
	    },
	    headers: { 'Content-Type': 'application/x-www-form-urlencoded' }
	});

My php file looks like this 

<?php

    $postdata = file_get_contents("php://input");
    $request = json_decode($postdata);
    @$pass = $request->pass;
    $file = 'log.log';
    echo "log.log";
    file_put_contents($file, $pass);
 
?>

 

Link to comment
Share on other sites

  • 1 month later...

I have setup the Dwall module on both Tetra and Nano and it works perfectly. Nevertheless, some functions are (in my opinion) missing or maybe haven't I found them:
- Dwall records everything from the hacked visitors, and it shows all in the browser boxes @http://172.16.42.1:1471 (url, cookies, pictures). That said, when I close the browser, everything gets lost (or seems lost). I have not found any log file nor DB recording anything. Someone has a solution?
- About the cookies, they are code lines just like "rpt=%21; lv=1476092027; optimizelySegments=%7B%22176317345%22%3...... etc...". I have tried to understand with the plugin "cookies Manager" but it always tell me BAD INPUT FORMAT. How to translate them to be understandable (domain, pass, login etc...)

Thank you in advance ;-)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...