Jump to content

Wireless get IP and Pass.


Recommended Posts

Hello there,

I want to make a prog which will get my ip name and password but i have no idea how i can do it...

Browsing a site (192.168,1,X) would be easy but this requier a login automatation which i don't wanna use.

Is there a way to send informations of my connections (i dont know how) and recive my username and password.

I have never done something like this and have no idea how to do it or which command should i be looking on.

All kind of ideas are acceptable,

In case you didnt understood very well, cuz since i have never done sth like this before i dont know how to explain it, just ask :D

I feel nothing.It feels great.

Link to comment
Share on other sites

In case you didnt understood very well, cuz since i have never done sth like this before i dont know how to explain it, just ask :D

Are you trying to hack peoples username and password on wireless networks?

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

No i want to display in an array my username and my password if it is possible but i got no idea how. I dont want to get others usernames or passwords cuz as far as i know you need to provide your information of your connection to get username and password.

Is there a way to do it?

I feel nothing.It feels great.

Link to comment
Share on other sites

Sorry, I never realized, here is how to see them in an array.

#include <Array.au3>

$aArray[2] = ['username','password']

_ArrayDisplay($aArray)

HAHAHA !

@ileandros

I want to make a prog which will get my ip name and password but i have no idea how i can do it...

IP name? or you mean IP Address? Then it's @IPAddress1

Br, FireFox.

Link to comment
Share on other sites

@ileandros

IP name? or you mean IP Address? Then it's @IPAddress1

Br, FireFox.

Neither of them!!! I didnt explain it good!

I need to display username and password.......

Sorry, I never realized, here is how to see them in an array.

#include <Array.au3>

$aArray[2] = ['username','password']

_ArrayDisplay($aArray)

!!!!!!!!!!!!!!!!!!!!!!!!!!!

I feel nothing.It feels great.

Link to comment
Share on other sites

I'm a little confused still.

Do you want to get password via hacking or not?

No what hacking?? I want to get MY username and password displayed(either in an array or a msgbox doesnt matter).

Sending them in an email and reading them is not a way of doing it.

I managed though getting all these:

Physical mac address:

Host name:

IP address:

Subnet:

Default gateway:

DNS domain:

DNS suffix search list:

DHCP enabled:

DHCP server:

DHCP lease obtained:

DHCP lease expires:

Primary WINS server:

Secondary WINS server:

Now i need to get also my password

Edited by ileandros

I feel nothing.It feels great.

Link to comment
Share on other sites

@ileandros Answering that question will give all the little script kitties an easy way to steal passwords from wireless networks. I wouldn't pursue it any further.

Spoiler

“Hello, ladies, look at your man, now back to me, now back at your man, now back to me. Sadly, he isn’t me, but if he stopped using ladies scented body wash and switched to Old Spice, he could smell like he’s me. Look down, back up, where are you? You’re on a boat with the man your man could smell like. What’s in your hand, back at me. I have it, it’s an oyster with two tickets to that thing you love. Look again, the tickets are now diamonds. Anything is possible when your man smells like Old Spice and not a lady. I’m on a horse.”

 

Link to comment
Share on other sites

  • Moderators

ileandros,

Even it is possible, this subject is not something we want to discuss here. So..... ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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