Bienvenido a Tecnohackers

Tecnohackers » General del foro » Area de Programacion » Scripting. VBS, Batch, Bash, JavaSript. (Moderador: Doddy)
 » 

[Python] URL Shorter 0.1



Autor Tema: [Python] URL Shorter 0.1  (Leído 19 veces)

Desconectado Doddy

  • Moderator
  • Veterano
  • *****
  • Mensajes: 267
  • Slow Mind
[Python] URL Shorter 0.1
« en: Febrero 06, 2012, 04:46:17 pm »
un simple script para simplificar URLS.

Código: No puedes ver links Registrate o Login
#!usr/bin/python
#URL Shorter 0.1
#Coded By Doddy H

import urllib2,re,sys

def toma(web) :
 nave = urllib2.Request(web)
 nave.add_header('User-Agent','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5');
 op = urllib2.build_opener()
 return op.open(nave).read()

def head():
 print """


 @    @  @@@@@   @         @@@   @                         
 @    @  @    @  @        @   @  @              @         
 @    @  @    @  @        @      @              @         
 @    @  @    @  @        @      @ @@   @@@  @@ @@  @@@  @@
 @    @  @@@@@   @         @@@   @@  @ @   @ @  @  @   @ @
 @    @  @    @  @            @  @   @ @   @ @  @  @@@@@ @
 @    @  @    @  @            @  @   @ @   @ @  @  @     @
 @    @  @    @  @        @   @  @   @ @   @ @  @  @   @ @
  @@@@   @    @  @@@@@     @@@   @   @  @@@  @   @  @@@  @


                                       
                                    Coded By Doddy H
"""

def copyright():
 print "\n\n(C) Doddy Hackman 2012\n"
 raw_input()
 sys.exit(1)

head()

url = raw_input("\n\n[+] URL : ")

try:
 code = toma("http://tinyurl.com/api-create.php?url="+url)
 print "\n[+] URL Shorter : "+code
except:
 print "[-] Error\n"
 
copyright()

# The End
No puedes ver links Registrate o Login

Tags:

 

Related Topics

  Asunto / Iniciado por Respuestas Último mensaje
1 Respuestas
222 Vistas
Último mensaje Julio 13, 2011, 01:04:48 pm
por Sokoleonardo
0 Respuestas
38 Vistas
Último mensaje Febrero 06, 2012, 04:44:46 pm
por Doddy
0 Respuestas
18 Vistas
Último mensaje Febrero 06, 2012, 04:45:45 pm
por Doddy
0 Respuestas
21 Vistas
Último mensaje Febrero 06, 2012, 04:48:08 pm
por Doddy


SMF 2.0.2 | SMF © 2011, Simple Machines
Paginas Afiliadas
InfraBios - i-hacker - Twitter - FaceBook - Troyanosyvirus - LaWebDeGoku - daraxblog
Designed by Smf Personal