Git Product home page Git Product logo

socialfish's People

Contributors

a1s0n avatar adiranas avatar cloaksec avatar deadpool2000 avatar ervalhous avatar franklintimoteo avatar kasutu avatar mrx8001 avatar nnesetto avatar ruthbell66 avatar shovalsh avatar symbiansymoh avatar tatsuryu avatar viz38 avatar wagnersariolli 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  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

socialfish's Issues

Request: site cloner

It would be cool if you could add a site cloner that would generate the phishing page.
Or can you add a quick wiki on how to create them

problem with the new version of SocialFish

# python3 SocialFish.py 
Traceback (most recent call last):
File "SocialFish.py", line 22, in <module>
from core.view import *
File "/home/steve/Scrivania/SocialFish-master/core/view.py", line 14, in <module>
from huepy import *
ModuleNotFoundError: No module named 'huepy'

Error while browsing in Android

Hi, when I created fishing for vk.com it works on PC/
on mobile it doesn't work, when I opene for the first time it was blank small window, now it gives "tunnel ******ngrok.io not found"
one factor that maybe influence- in my country providers block vk.com

can you help?

macOS error

Hi, I know you haven't tested this app on macOS, but I was trying it on macOS Sierra & faced two problems

  1. bundled ngrok was not compatible so, I switched that binary file with official ngrok (from their website), it worked & I didn't get the ngrok error.
  2. After that, I'm facing this error now. Is it possible to solve?
    screen shot 2018-02-08 at 05 16 49

CSS not loading

when the ngrok url loads for facebook, it only loads a basic html page. process.php is working, just no css

Old Vector

It's really working awesome but the google account login vector is old. I mean the generated page is old login page so victim will easily understand that he maybe under a phishing attack

option about link

ohh another issues about link can you add it or you wont change the most impotent part of the job.
i mean any option can change or hide the link plz thank you

Templates

Hey! Work's perfectly on Manjaro.
Any way to create/modify pages?

exec format error in kali nethunter

hi guys
anyone got this error on kali nethunter?
"sh: 1: ./Server/ngrok: Exec format error"
it doesn't give me ngrok url, and the only way to make it work is by starting ngrok separately from its folder, then restarting SocialFish.py
thanks
nh

SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

Downloading wget-3.2.zip
Installing collected packages: wget
Running setup.py install for wget ... done
Successfully installed wget-3.2

$python SocialFish.py
[*] Downloading Ngrok...
Traceback (most recent call last):
File "SocialFish.py", line 46, in
checkNgrok()
File "SocialFish.py", line 41, in checkNgrok
download(url)
File "/usr/local/lib/python2.7/dist-packages/wget.py", line 526, in download
(tmpfile, headers) = ulib.urlretrieve(binurl, tmpfile, callback)
File "/usr/lib/python2.7/urllib.py", line 94, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
File "/usr/lib/python2.7/urllib.py", line 240, in retrieve
fp = self.open(url, data)
File "/usr/lib/python2.7/urllib.py", line 208, in open
return getattr(self, name)(url)
File "/usr/lib/python2.7/urllib.py", line 437, in open_https
h.endheaders(data)
File "/usr/lib/python2.7/httplib.py", line 1013, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 864, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 826, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 1220, in connect
self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file)
File "/usr/lib/python2.7/ssl.py", line 487, in wrap_socket
ciphers=ciphers)
File "/usr/lib/python2.7/ssl.py", line 243, in init
self.do_handshake()
File "/usr/lib/python2.7/ssl.py", line 405, in do_handshake
self._sslobj.do_handshake()
IOError: [Errno socket error] [Errno 1] _ssl.c:510: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

problem with the new version of SocialFish

hi, when I start Social Fish and then I open the link it does not show me the login screen, only with instgram's login, maybe i'm wrong but i hope that you can help me.

again a mistake, what should I do?

[*] Downloading Ngrok...
Traceback (most recent call last):
File "SocialFish.py", line 105, in
pre()
File "C:\Users\admin\Desktop\SocialFish-master\core\pre.py", line 52, in pre
checkNgrok()
File "C:\Users\admin\Desktop\SocialFish-master\core\pre.py", line 30, in checkNgrok
if 'Android' in str(check_output(('uname', '-a'))):
File "C:\Users\admin\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 376, in check_output
**kwargs).stdout
File "C:\Users\admin\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 453, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\admin\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 756, in init
restore_signals, start_new_session)
File "C:\Users\admin\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 1155, in _execute_child
startupinfo)

Instagram loading Page issue

Hi sir,
There is an issue of opening the link which is related to Instagram page, once I put the link in the browser the page dose not show even though there is no issue with the internet.

Problem with…

sudo python3 SocialFish.py
Password:
[*] Downloading Ngrok...
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 1316, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1229, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1275, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1224, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1016, in _send_output
self.send(msg)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 956, in send
self.connect()
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1391, in connect
server_hostname=server_hostname)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 415, in wrap_socket
_session=session
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 826, in init
self.do_handshake()
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 1080, in do_handshake
self._sslobj.do_handshake()
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 701, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:864)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "SocialFish.py", line 105, in
pre()
File "/Users/bzbaxa/SocialFish/core/pre.py", line 52, in pre
checkNgrok()
File "/Users/bzbaxa/SocialFish/core/pre.py", line 39, in checkNgrok
download(url)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/wget.py", line 526, in download
(tmpfile, headers) = ulib.urlretrieve(binurl, tmpfile, callback)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 247, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 525, in open
response = self._open(req, data)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 543, in _open
'_open', req)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 503, in _call_chain
result = func(*args)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 1359, in https_open
context=self._context, check_hostname=self._check_hostname)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 1318, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:864)>

Help, I have a problem

File "SocialFish.py", line 35, in
from core.phishingRunner import *
File "C:\Users\admin\Desktop\SocialFish-master\core\phishingRunner.py", line 16, in
import requests
ModuleNotFoundError: No module named 'requests'

Installation error

Hi, When i installing social fish i get this error
Traceback (most recent call last):
File "SocialFish.py", line 22, in
from core.view import *
File "/root/Desktop/SocialFish-master/core/view.py", line 14, in
from huepy import *
ModuleNotFoundError: No module named 'huepy'

please help me.

i got a problem python3-pip

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3-pip

Ubuntu 16.04 /Server/ngrok: not found

Hi Guys

I have installed the prerequisites, SF launches but I get this message:

/Server/ngrok: not found

Does anyone have any pointers?

Thanks

Phil

SocialFish problem

one error in python sh: ./Server/ngrok: not executable: 32-bit ELF file

[] Ngrok URL:
[
] Waiting for credentials...

[Fri Apr 6 10:52:48 2018] Failed to listen on 127.0.0.1:80 (reason: Address already in use)

How to solve

add new options

Dear developer
you had done very good job wish for u all best .i would like to suggest if you can add twitter and joomla
if you dont mind thank you all best

Got a problem with building site

[*] vk module loaded. Building site...
Traceback (most recent call last):
File "SocialFish.py", line 68, in
PhishingServer()
File "/home/pi/SocialFish/core/phishingRunner.py", line 91, in PhishingServer
with ngrok_start(port) as ngrok:
File "/usr/lib/python3.5/contextlib.py", line 59, in enter
return next(self.gen)
File "/home/pi/SocialFish/core/phishingRunner.py", line 73, in ngrok_start
stderr=subprocess.PIPE
File "/usr/lib/python3.5/subprocess.py", line 676, in init
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1282, in _execute_child
raise child_exception_type(errno_num, err_msg)
OSError: [Errno 8] Exec format error

Help pls!!!!

Network error. Verify your connection

OS --> Parrot Sec

I'm getting this error so please advise. is this bug?

Already checked network connection work fine & requirement has been installed.

#python SocialFish.py

............ ____ ____ ____ _ ____ _ ____ _ ____ _ _
/ /| [ | | | | |
| | |
__ | [__ ||
\o
/| ] || |__ | | | |___ | | ___] | |
|
[!] Network error. Verify your connection.

SocialFish asks for custom redirect url

When I run socialfish on kali linux it ask for a custom redirect url. What does this mean? It asks for it after I choose between instagram, facebook etc.

Have a problem with SocialFish on android

File "SocialFish.py", line 35, in
from core.phishingRunner import *
File "/data/data/com.termux/files/home/SocialFish/core/phishingRunner.py", line 16, in
import requests
ModuleNotFoundError: No module named 'requests'

How i can fix this problem?

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.