Git Product home page Git Product logo

iptv's Introduction

IPTV. [DEPRECATED]

Disclaimer

This program is just a demonstration. It's not intended for personal purpose.

What is this?

IPTV is a simple python program that let you crawl the search engines in order to fetch those sites that stream illegal tv programs.

This script leverage the fact the a lot of those sites use the same CMS to create the web application and sharing the service, behind a CMS there's always some exploits. We are using one simple exploit to grab and crawl the site's url and use for our purpose, we have discovered a lot of those exploits.

Ethical Dilemma

Even though those services are illegal, stealing from a thief is still stealing.

Using this program for your personal use is illegal.

External dependencies

If you want to use the iptv_gui version you need to install PyQt first

  • On Linux you can simply search it from your preferred package manager, for example on Ubuntu/Debian sudo apt-get install pyqt4-dev-tools
  • On Mac OSX you can use brew to install it brew install sip && brew install pyqt
  • On Windows yu can download the official .exe from the PyQt site.

How to use the CLI version

  • Clone the repository git clone [email protected]:Pirate-Crew/IPTV.git
  • cd into iptv
  • run pip install -r requirements.txt in order to get the full dependencies
  • run python iptv.py
  • Use the application menu to do stuff

alt tag

How to use the GUI version

  • Clone the repository git clone [email protected]:Pinperepette/IPTV.git
  • cd into iptv
  • run pip install -r requirements.txt in order to get the full dependencies
  • run python iptv_gui.py
  • you can see an example of the GUI in the image below

alt tag

Compatibility

This program work on Window, Linux, Mac OSX and BSD. The only requirement is python, better if python 2!

License

See the license for further details

Contributing

Contributes are welcome and much appreciated, please read the contributing guide for further information.

iptv's People

Contributors

4cyber avatar armax avatar gigitux avatar husse127 avatar ludo237 avatar pierpaolopernici avatar pinperepette avatar sultanodag avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

iptv's Issues

Video Player for .m3u files

salve, avevo solo un dubbio.

ho scannato un pò, da diversi server, e ho trovato un pò di liste.

aprendole, vedo un codice HTML. Cosa devo fare per farle diventare liste m3u normali?

grazie.

The Code doesn't work

I tried everything. This code doesn't give me any links when i try to search for links, it just gives me an error 503. Also, when i try the GUI, no matter what link i try it keeps giving me the same error about 8919 lines or something. So, nothing works, no bruteforce not anything at all. Please fix this code as it seems like a very good idea :)

Ricerca si interrompe

Sembra che su tutti i server la ricerca si interrompa sempre più o meno allo stesso punto.
OS X El Capitan
Versione da riga di comando

Error Module and Language

Hello i have this error with Dev versione

Traceback (most recent call last):
  File "iptv.py", line 192, in <module>
    menu()
  File "iptv.py", line 141, in menu
    menu()
  File "iptv.py", line 145, in menu
    app.search_account(server)
TypeError: search_account() takes at least 3 arguments (2 given)

With master version, when i attack a site, the script show this message:
`"Cannot open the current Language file. Try another one"`

HTTP 404: Not Found

Salve, è da qualche giorno che molti server rilasciano questo tipo di errore quando si prova ad attaccarli, da browser i siti funzionano perfettamente, sto usando la versione dev, avete qualche idea?

Output directory in Windows

Innanzitutto complimenti per lo script, una bella idea.
Volevo segnalare che se all'indirizzo del server alla fine aggiungo la porta (esempio ":8000"), il software si interrompe quando va a creare la directory in windows in quanto l'os non accetta i ":" per il nome del percorso.
Visto che ho riscontrato in alcuni server la necessità di mettere il numero di porta altrimenti il software non riesce a fare l'attracco, pensavo magari di sostituire, in fase di creazione della directory, i ":" con un altro carattere accettato da windows (ad esempio "-").
Si può fare?
Grazie

Help with Windows and specific server attack

Salve, volevo alcune info, scrivo python iptv.py,digito:
1 mi cerca i 30 server;
2 me li mostra;
3 la lingua italiana non si cambia ,rimane inglese,nonostante dica che sia stata cambiata;
4 il server che forza è quasi sempre lo stesso e alla fine dice ETA[sec]: 945.327 Ops something went wrong!;
5 mi da:
Please select an option: 5
Please provide the number near the URLs founded: http:/nome_server
Traceback (most recent call last):
File "C:\Users\tonyr\iptv.py", line 53, in
index = int(raw_input("Please provide the number near the URLs founded: "))
ValueError: invalid literal for int() with base 10: 'http://nome_server'
come risolvo , ho messo le variabili d'ambiente e ho installato pip e pyqt.exe

problem import google kali linux FIXED

I have a problem in kali linux for module google 2.0.1 in crawler.py

Traceback (most recent call last):
File "iptv.py", line 2, in
import Crawler
File "/root/Bureau/IPTV/iptv/Crawler.py", line 2, in
import google
ImportError: No module named google

con l'ultimo aggiornamento non funziona non apre nulla

Last login: Sat Jan 9 14:37:33 on ttys000
MacBook-Pro-di-XXX:~ XXX$ cd Desktop
MacBook-Pro-di-XXX:Desktop XXX$ cd a
MacBook-Pro-di-XXX:a XXX$ cd IPTV
MacBook-Pro-di-XXX:IPTV XXX$ cd iptv
MacBook-Pro-di-XXX:iptv XXX$ python iptv.py
Traceback (most recent call last):
File "iptv.py", line 4, in
import urllib2, urllib, google, sys, os, time , censys
File "/Users/XXX/Desktop/a/IPTV/iptv/censys.py", line 3, in
import requests
ImportError: No module named requests
MacBook-Pro-di-XXX:iptv XXX$

Problema con Windows

Salve, inanzitutto complimenti al team per il lavoro svolto.
Ho un problema con Windows, appena cerco i server me li trova tuttavia quando prova l'attacco quest'ultimo fallisce sempre. a volte come errore mi da "ops! something went wrong" altre volte invece "cannot open the current language file.Try another one"
Con la dev,invece, inserendo manualmente qualche server mi ha trovato degli account, ma dopo ché li trova si ferma e non prova le altre combinazioni. Nella cartella output non si crea niente e nel cmd mi compare questo errore
immagine

immagine2

How to execute iptv_gui.py?

Salve, ancora una volta eccomi quì, con un'altro dubbio.

non riesco veramente a capire come fare per eseguire il programma in python "iptv_gui.py".

sicuramente non ci arrivo io, per questo vi chiedo un piccolo aiuto sempre accettato.

grazie mille!

syntax error

Hi, under Arch with dependency python-pyqt4 installed i get:

python iptv_cli.py
File "iptv_cli.py", line 14
print ""
^
SyntaxError: Missing parentheses in call to 'print'

May it be due to the python's version used by the system?

Non funziona su Windows7

Ciao,
ho installato tutto come da guida ma ho il seguente errore con windows7:
1

Poi ho provato a scaricare la versione apposita per windows (IPTV Sharp) ma da anch'essa problemi:
2

Di seguito il dettaglio dell'errore:
_Le informazioni su come richiamare il debug JIT (Just-In-Time) anziché questa finestra
sono riportate in fondo al messaggio.

************** Testo dell'eccezione **************
System.IO.FileNotFoundException: Impossibile caricare il file o l'assembly 'HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' o una delle relative dipendenze. Impossibile trovare il file specificato.
Nome file: 'HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a'
in IPTV_Sharp.Form1.Form1_Load(Object sender, EventArgs e)
in System.Windows.Forms.Form.OnLoad(EventArgs e)
in System.Windows.Forms.Form.OnCreateControl()
in System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
in System.Windows.Forms.Control.CreateControl()
in System.Windows.Forms.Control.WmShowWindow(Message& m)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.ScrollableControl.WndProc(Message& m)
in System.Windows.Forms.ContainerControl.WndProc(Message& m)
in System.Windows.Forms.Form.WmShowWindow(Message& m)
in System.Windows.Forms.Form.WndProc(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

AVV: la registrazione dell'associazione di assembly è disattivata.
Per abilitare la registrazione degli errori di associazione di assembly, impostare il valore del Registro di sistema [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) su 1.
Nota: alcune penalità di prestazione sono associate alla registrazione degli errori di associazione di assembly.
Per disattivare la funzionalità, rimuovere il valore del Registro di sistema [HKLM\Software\Microsoft\Fusion!EnableLog].

************** Assembly caricati **************
mscorlib
Versione assembly: 4.0.0.0
Versione Win32: 4.0.30319.34209 built by: FX452RTMGDR
Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

IPTV Sharp
Versione assembly: 1.0.0.0
Versione Win32: 1.0.0.0
Base di codice: file:///C:/Users/dricci/Downloads/IPTV-Sharp-master/IPTV-Sharp-master/IPTV%20Sharp/obj/Release/IPTV%20Sharp.exe

System.Windows.Forms
Versione assembly: 4.0.0.0
Versione Win32: 4.0.30319.34209 built by: FX452RTMGDR
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System.Drawing
Versione assembly: 4.0.0.0
Versione Win32: 4.0.30319.34209 built by: FX452RTMGDR
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System
Versione assembly: 4.0.0.0
Versione Win32: 4.0.30319.34209 built by: FX452RTMGDR
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

System.Windows.Forms.resources
Versione assembly: 4.0.0.0
Versione Win32: 4.0.30319.34209 built by: FX452RTMGDR
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll

mscorlib.resources
Versione assembly: 4.0.0.0
Versione Win32: 4.0.30319.34209 built by: FX452RTMGDR
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_it_b77a5c561934e089/mscorlib.resources.dll

************** Debug JIT **************
Per abilitare il debug JIT, è necessario impostare il valore
jitDebugging nella sezione system.windows.forms del file di configurazione
dell'applicazione o del computer (machine.config).
L'applicazione inoltre deve essere compilata con il debug
abilitato.

Ad esempio:

Quando il debug JIT è abilitato, tutte le eccezioni non gestite
vengono inviate al debugger JIT registrato nel computer,
anziché essere gestite da questa finestra di dialogo._

HTTP Error 503: Service Unavailable

Ciao, innanzitutto complimenti per il sw!
L'ho installato su un server ubuntu con python2.7

Dopo aver lanciato la ricerca ottengo

Please select an option: 1
Fetching URLs plase wait...
Traceback (most recent call last):
File "iptv.py", line 37, in
cr.search_links()
File "/root/IPTV/iptv/Crawler.py", line 59, in search_links
for url in google.search(self.searchString, num=30, stop=1):
File "/usr/local/lib/python2.7/dist-packages/google/init.py", line 269, in search
html = get_page(url)
File "/usr/local/lib/python2.7/dist-packages/google/init.py", line 89, in get_page
response = urlopen(request)
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 442, in error
result = self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 629, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 503: Service Unavailable

git clone IPTV_GUY.py

Salve.

eseguendo " git clone [email protected]:Pinperepette/IPTV.git ", mi da il seguente errore:

Cloning into 'IPTV'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

quindi devo obbligatoriamente scaricarlo e caricarlo manualmente.

Problem with google module

Hello i install google-cloud couse dont have a google and now take this err

etching URLs plase wait...
Traceback (most recent call last):
File "iptv.py", line 39, in
cr.search_links()
File "/root/l33t/IPTV/iptv/Crawler.py", line 62, in search_links
for url in google.search(self.searchString, num=30, stop=1):
AttributeError: 'module' object has no attribute 'search'

GCC failed with exit status 1

salve! ho appena scaricato IPTV-master, però quando vado ad eseguire il comando pip install -r requirements.txt

di seguito, il log riguardante il problema:

[root@VS18075-80965 iptv]# pip install -r requirements.txt
Requirement already satisfied (use --upgrade to upgrade): pyprind==2.9.3 in /usr/lib/python2.7/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): google==1.7 in /usr/lib/python2.7/site-packages (from -r requirements.txt (line 2))
Collecting psutil==3.3.0 (from -r requirements.txt (line 3))
Using cached psutil-3.3.0.tar.gz
Collecting clint==0.5.1 (from -r requirements.txt (line 4))
Using cached clint-0.5.1.tar.gz
Collecting colored==1.2.1 (from -r requirements.txt (line 5))
Using cached colored-1.2.1.tar.gz
Collecting tqdm==3.4.0 (from -r requirements.txt (line 6))
Using cached tqdm-3.4.0-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): beautifulsoup4 in /usr/lib/python2.7/site-packages (from google==1.7->-r requirements.txt (line 2))
Collecting args (from clint==0.5.1->-r requirements.txt (line 4))
Using cached args-0.1.0.tar.gz
Installing collected packages: psutil, args, clint, colored, tqdm
Running setup.py install for psutil
Complete output from command /usr/bin/python -c "import setuptools, tokenize;file='/tmp/pip-build-klNkwR/psutil/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-DAy8Sv-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/psutil
copying psutil/_pssunos.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_psposix.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_psbsd.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_common.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/init.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_compat.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_pslinux.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_psosx.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_pswindows.py -> build/lib.linux-x86_64-2.7/psutil
running build_ext
building 'psutil._psutil_linux' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/psutil
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSUTIL_VERSION=330 -I/usr/include/python2.7 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_linux.o
psutil/_psutil_linux.c:12:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1

----------------------------------------

Command "/usr/bin/python -c "import setuptools, tokenize;file='/tmp/pip-build-klNkwR/psutil/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-DAy8Sv-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-klNkwR/psutil

Come posso fare? grazie mille!

Parameter -pl thrown exception

It seems like the script is not able to find the search module

Steps to reproduce

  • Open shell
  • type python iptv.py -pl
Traceback (most recent call last):
  File "iptv.py", line 82, in <module>
    print_link()
  File "iptv.py", line 38, in print_link
    for url in google.search(ricerca, num=30, stop=1):
AttributeError: 'module' object has no attribute 'search'

errore- ubuntu- pip install -r requirements.txt - Ops something went wrong!

tony@tony-System-Product-Name:~$ cd /home/tony/Scrivania/IPTV-master/iptv tony@tony-System-Product-Name:~/Scrivania/IPTV-master/iptv$ pip install -r requirements.txt
Collecting pyprind==2.9.3 (from -r requirements.txt (line 1))
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Using cached PyPrind-2.9.3.zip
Collecting google==1.7 (from -r requirements.txt (line 2))
  Using cached google-1.7-py2-none-any.whl
Collecting psutil==3.3.0 (from -r requirements.txt (line 3))
  Using cached psutil-3.3.0.tar.gz
Collecting clint==0.5.1 (from -r requirements.txt (line 4))
  Using cached clint-0.5.1.tar.gz
Collecting colored==1.2.1 (from -r requirements.txt (line 5))
  Using cached colored-1.2.1.tar.gz
Collecting tqdm==3.4.0 (from -r requirements.txt (line 6))
  Using cached tqdm-3.4.0-py2.py3-none-any.whl
Collecting beautifulsoup4 (from google==1.7->-r requirements.txt (line 2))
  Using cached beautifulsoup4-4.4.1-py2-none-any.whl
Collecting args (from clint==0.5.1->-r requirements.txt (line 4))
  Using cached args-0.1.0.tar.gz
Building wheels for collected packages: pyprind, psutil, clint, colored, args
  Running setup.py bdist_wheel for pyprind ... error
  Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-t_cfpX/pyprind/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpY8Agvlpip-wheel- --python-tag cp27:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for pyprind
  Running setup.py clean for pyprind
  Running setup.py bdist_wheel for psutil ... error
  Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-t_cfpX/psutil/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpQWqmlfpip-wheel- --python-tag cp27:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for psutil
  Running setup.py clean for psutil
  Running setup.py bdist_wheel for clint ... error
  Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-t_cfpX/clint/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpJpPFqipip-wheel- --python-tag cp27:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for clint
  Running setup.py clean for clint
  Running setup.py bdist_wheel for colored ... error
  Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-t_cfpX/colored/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpe6QjRupip-wheel- --python-tag cp27:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for colored
  Running setup.py clean for colored
  Running setup.py bdist_wheel for args ... error
  Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-t_cfpX/args/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpJyWAeapip-wheel- --python-tag cp27:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for args
  Running setup.py clean for args
Failed to build pyprind psutil clint colored args
Installing collected packages: pyprind, beautifulsoup4, google, psutil, args, clint, colored, tqdm
  Running setup.py install for pyprind ... error
    Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-t_cfpX/pyprind/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-zuLvnr-record/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-i686-2.7
    creating build/lib.linux-i686-2.7/pyprind
    copying pyprind/__init__.py -> build/lib.linux-i686-2.7/pyprind
    copying pyprind/generator_factory.py -> build/lib.linux-i686-2.7/pyprind
    copying pyprind/prog_class.py -> build/lib.linux-i686-2.7/pyprind
    copying pyprind/progbar.py -> build/lib.linux-i686-2.7/pyprind
    copying pyprind/progpercent.py -> build/lib.linux-i686-2.7/pyprind
    running install_lib
    creating /usr/local/lib/python2.7/dist-packages/pyprind
    error: could not create '/usr/local/lib/python2.7/dist-packages/pyprind': Permission denied

    ----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-t_cfpX/pyprind/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-zuLvnr-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-t_cfpX/pyprind

ascoltate è urgente

Ho scaricato sia python e sia pyqt per windows ma poi non riesco a fare il procedimento di clonare mi potete aiutare grazie

problema

ciao da ubuntu mi ritrovo questo errore Cannot open the current Language file. Try another one
come posso risolvere ?

errore Ops something went wrong! mac 10.11

Ciao ho installato come da video guida di pinperepette
sui server ricevo
0% 100%
[ ]Cannot open the current Language file. Try another one
oppure
0% 100%
[######### ] | ETA[sec]: 1141.078 Ops something went wrong!

mentre con la dev
/usr/local/lib/python2.7/site-packages/bs4/init.py:166: UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.

To get rid of this warning, change this:

BeautifulSoup([your markup])

to this:

BeautifulSoup([your markup], "html.parser")

markup_type=markup_type))
Traceback (most recent call last):
File "iptv_gui.py", line 267, in run
self.function(self.args,*self.kwargs)
File "iptv_gui.py", line 188, in Attack
rows = open(names , "r")
IOError: [Errno 2] No such file or directory: 'names.txt'

e ovviamente il file names.txt esiste
utilizzo Python 2.7.11
è un problema del mio so?posso verificare altro?

soluzione? opzione 6

su ubuntu va. grazie. solo che il punto 6 non funge, mi rilascia
6 - Provide a random server to attack

Please select an option: python iptv.py http://indirizzo.com/
Traceback (most recent call last):
File "iptv.py", line 32, in
choosenMenu = int(raw_input("Please select an option: "))
ValueError: invalid literal for int() with base 10: 'python iptv.py http://indirizzo.com/'
tony@System:~/Scrivania/IPTV-master/iptv$ python iptv.py

NameError: global name 'google' is not defined

Dear Friend .can you please help me to find what is wrong with option 1 i keep getting this error .i am using ubuntu 14,4
################

IPTV
v1.2.3

################

Menu
0 - Exit
1 - Search for some Servers
2 - Look at the servers list
3 - Select language, default is Italian
4 - Brute force all server from the list
5 - Brute force random server from the list
6 - Brute force specific server from the list
7 - Provide a random server to attack

Please select an option: 1
Fetching URLs plase wait...
Traceback (most recent call last):
File "iptv.py", line 39, in
cr.search_links()
File "/root/iptv1/Crawler.py", line 50, in search_links
for url in google.search(self.searchString, num=30, stop=1):
NameError: global name 'google' is not defined
root@ex001:~/iptv1#

How to install warehouses and modules correctly.

Hello friends I tried to install the script but when installing the module google runs fine but when running phynton iptv.py says that the module was not installed, but I already installed it.

If anyone did the procedure and can post a complete tutorial I thank.

wrong syntaxes

any update of that?too many mistakes with the code for beginners

Kali linux 2018

i have some problems with kali linux

Could not find a version that satisfies the requirement google==1.7 (from -r requirements.txt (line 2)) (from versions: 1.9.3, 2.0.1)
No matching distribution found for google==1.7 (from -r requirements.txt (line 2))

Errore con la dev..potete aiutarmi?

Select an option:
Traceback (most recent call last):
File "iptv.py", line 192, in
menu()
File "iptv.py", line 141, in menu
menu()
File "iptv.py", line 137, in menu
selection = input("Select an option: ")
File "", line 1

    ^

SyntaxError: invalid syntax

mi potete aiutare con l' installazione dello script?una volta che vadoa caricare sul terminale "pip install -r requirements.txt" ricevo questoerrore ----Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-stEtYt/psutil/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-ZN5r2X-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-stEtYt/psutil Storing debug log for failure in /root/.pip/pip.log" sono alle prime armi con ubuntu ... e sta cosa mi stà facendo uscir pazzo ..XD..

mi potete aiutare con l' installazione dello script?una volta che vadoa caricare sul terminale "pip install -r requirements.txt" ricevo questoerrore ----Command /usr/bin/python -c "import setuptools, tokenize;file='/tmp/pip-build-stEtYt/psutil/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-ZN5r2X-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-stEtYt/psutil Storing debug log for failure in /root/.pip/pip.log" sono alle prime armi con ubuntu ... e sta cosa mi stà facendo uscir pazzo ..XD..

Linux Backtrack 5 r3 Compatibility Issues

Salve,
ci siamo sentiti via mail e finalmente riesco a scrivere qua.
utilizzo backtrack 5 r3
provo a utilizzare il vostro python ma non riesco.
faccio cosi:
apro il terminale
e metto:
git clone [email protected]:Pinperepette/IPTV.git
e mi restituisce questo
Initialized empty Git repository in /root/IPTV/.git/
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
primo errore

Language file error

con lo script in python, è da qualche giorno che mi da con tutti i server sempre lo stesso errore:

Cannot open the current Language file. Try another one

la mia domanda è: sono i server, o è successo qualcosa al language file o qualcosa del genere?

grazie.

Errore mkdir Windows

Su Windows non riesce a creare la cartella del sito nella cartella output. Penso che sia perchè su Windows i nome delle cartelle/file non possono contenere i due punti.

Allego uno screen dell'errore: http://prntscr.com/9upilf

EDIT: confermo, è colpa dei due punti. Ho editato lo script facendo un replace anche dei due punti e ora funziona.

Basta modificare la linea 209 in:

nodoublepoint = URL.replace(":", "")
nodoublepoint = nodoublepoint.replace("http//", "")
new_path = directory + "/" + nodoublepoint

Weird error on -pl function

Every time I launch python iptv.py -pl this warning appears

/usr/local/lib/python2.7/site-packages/bs4/__init__.py:166: UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.

To get rid of this warning, change this:

 BeautifulSoup([your markup])

to this:

 BeautifulSoup([your markup], "html.parser")

  markup_type=markup_type))

Any suggestion?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.