ileandros Posted October 16, 2012 Share Posted October 16, 2012 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 I feel nothing.It feels great. Link to comment Share on other sites More sharing options...
JohnOne Posted October 17, 2012 Share Posted October 17, 2012 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 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 More sharing options...
ileandros Posted October 17, 2012 Author Share Posted October 17, 2012 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 More sharing options...
JohnOne Posted October 17, 2012 Share Posted October 17, 2012 I don't know, I usually already know my username and password. BrewManNH and FireFox 2 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 More sharing options...
ileandros Posted October 17, 2012 Author Share Posted October 17, 2012 I also know my username and password........ I feel nothing.It feels great. Link to comment Share on other sites More sharing options...
JohnOne Posted October 17, 2012 Share Posted October 17, 2012 Sorry, I never realized, here is how to see them in an array. #include <Array.au3> $aArray[2] = ['username','password'] _ArrayDisplay($aArray) FireFox 1 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 More sharing options...
FireFox Posted October 17, 2012 Share Posted October 17, 2012 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 More sharing options...
ileandros Posted October 17, 2012 Author Share Posted October 17, 2012 @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 More sharing options...
JohnOne Posted October 17, 2012 Share Posted October 17, 2012 You could store your password and username in variables and have them sent to your email or something? 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 More sharing options...
ileandros Posted October 17, 2012 Author Share Posted October 17, 2012 Doesnt seem so proffesional... Isnt there a way of getting my username and pass via MAC...??? Anyone knows? I feel nothing.It feels great. Link to comment Share on other sites More sharing options...
JohnOne Posted October 17, 2012 Share Posted October 17, 2012 I'm a little confused still. Do you want to get password via hacking or not? 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 More sharing options...
ileandros Posted October 17, 2012 Author Share Posted October 17, 2012 (edited) 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 October 17, 2012 by ileandros I feel nothing.It feels great. Link to comment Share on other sites More sharing options...
JohnOne Posted October 17, 2012 Share Posted October 17, 2012 I imagine the password is encrypted. If it were not, and you could get a password with just a mac address, then you could hack anyones password. 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 More sharing options...
ileandros Posted October 17, 2012 Author Share Posted October 17, 2012 Thats why i ask if there is a way to "somehow" send my connection informations to a server and get my password :/ I feel nothing.It feels great. Link to comment Share on other sites More sharing options...
JohnOne Posted October 17, 2012 Share Posted October 17, 2012 Then yes, add your password manually, you are writing the script, it's quite trivial. It's your only recourse, the password is encrypted. be sure to encrypt them before sending them. 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 More sharing options...
Mechaflash Posted October 17, 2012 Share Posted October 17, 2012 @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 More sharing options...
Moderators Melba23 Posted October 17, 2012 Moderators Share Posted October 17, 2012 ileandros, Even it is possible, this subject is not something we want to discuss here. So..... M23 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts