Sinisterly
[MITM]FaceBook Cookie Stealing On Linux - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials)
+--- Thread: [MITM]FaceBook Cookie Stealing On Linux (/Thread-MITM-FaceBook-Cookie-Stealing-On-Linux)

Pages: 1 2 3 4 5 6 7 8 9


RE: [MITM]FaceBook Cookie Stealing using ubuntu - Linuxephus™ - 06-06-2013

(06-06-2013, 01:42 PM)rishabhgodofwar Wrote: Thanx It was really knowledgeable

Use the Thank You button, that what it is there for.
Comment deleted.



RE: [MITM]FaceBook Cookie Stealing using ubuntu - RAZOR1g - 06-07-2013

Very well explained,this is such a good stuff.


RE: [MITM]FaceBook Cookie Stealing using ubuntu - Snipa - 06-07-2013

(06-06-2013, 03:09 AM)The Alchemist Wrote: Oh man... Why is it that you can do all the cool stuff only in linux? Why not windows??? Sad

[spoiler='problem?']
[Image: bill-gates_1444803c.jpg]
[/spoiler]


(06-07-2013, 08:10 AM)RAZOR1g Wrote: Very well explained,this is such a good stuff.

Glad to help !:wink:


RE: [MITM]FaceBook Cookie Stealing using ubuntu - virusreloaded - 06-08-2013

That did not work for me Sad
i can see all the cookies except the authetication cookie and that's what this tutorial is expected to help in Sad
well no problem may be i am not doing properly anyways that's a very nice tutorial @Snipa Smile


RE: [MITM]FaceBook Cookie Stealing using ubuntu - Ex094 - 06-09-2013

@virusreloaded If you used the SSL Stripper correctly then you may get passwords in raw form in the http requests


RE: [MITM]FaceBook Cookie Stealing using ubuntu - Artmer - 06-27-2013

Amazing tutorial mate Nice share!

Let me try it


RE: [MITM]FaceBook Cookie Stealing using ubuntu - ch3rn0byl - 07-14-2013

This is pretty awesome! I have been doing this to the lady friend haha playing tricks is awesome! Anywho, couple questions:
1. So, it seems as if I have to know what site she has to be on for it to work. Dumb question already, iknow...haha so how
will iknow what site the person is on? Did that make sense?
2. This whole iptable thing..."-t" stands for table...is there any other tables that are used? There are tons of options haha
I want to better understand because maybe I can ofcourse tweak it a little bit more? Well..basically that whole iptable
command...can you explain it a little more? like nat? and those ports in particular?
If you can answer that...omgawd dude that would be great. Thank you tons! :epic:


RE: [MITM]FaceBook Cookie Stealing using ubuntu - ch3rn0byl - 07-14-2013

This is pretty awesome! I have been doing this to the lady friend haha playing tricks is awesome! Anywho, couple questions:
1. So, it seems as if I have to know what site she has to be on for it to work. Dumb question already, iknow...haha so how
will iknow what site the person is on? Did that make sense?
2. This whole iptable thing..."-t" stands for table...is there any other tables that are used? There are tons of options haha
I want to better understand because maybe I can ofcourse tweak it a little bit more? Well..basically that whole iptable
command...can you explain it a little more? like nat? and those ports in particular?
If you can answer that...omgawd dude that would be great. Thank you tons! :epic:


RE: [MITM]FaceBook Cookie Stealing using ubuntu - Snipa - 07-14-2013

(07-14-2013, 02:42 AM)krypt3dkn1gh7 Wrote: This is pretty awesome! I have been doing this to the lady friend haha playing tricks is awesome! Anywho, couple questions:
1. So, it seems as if I have to know what site she has to be on for it to work. Dumb question already, iknow...haha so how
will iknow what site the person is on? Did that make sense?
2. This whole iptable thing..."-t" stands for table...is there any other tables that are used? There are tons of options haha
I want to better understand because maybe I can ofcourse tweak it a little bit more? Well..basically that whole iptable
command...can you explain it a little more? like nat? and those ports in particular?
If you can answer that...omgawd dude that would be great. Thank you tons! :epic:

nat — Used to alter packets that create a new connection and used for Network Address Translation (NAT).

PREROUTING — Alters network packets when they arrive.

and for the ports :

just to redirect requests going through port 80 to port 1000




Read more



RE: [MITM]FaceBook Cookie Stealing using ubuntu - Snipa - 07-14-2013

(07-14-2013, 02:42 AM)krypt3dkn1gh7 Wrote: This is pretty awesome! I have been doing this to the lady friend haha playing tricks is awesome! Anywho, couple questions:
1. So, it seems as if I have to know what site she has to be on for it to work. Dumb question already, iknow...haha so how
will iknow what site the person is on? Did that make sense?
2. This whole iptable thing..."-t" stands for table...is there any other tables that are used? There are tons of options haha
I want to better understand because maybe I can ofcourse tweak it a little bit more? Well..basically that whole iptable
command...can you explain it a little more? like nat? and those ports in particular?
If you can answer that...omgawd dude that would be great. Thank you tons! :epic:

nat — Used to alter packets that create a new connection and used for Network Address Translation (NAT).

PREROUTING — Alters network packets when they arrive.

and for the ports :

just to redirect requests going through port 80 to port 1000




Read more