seeker icon indicating copy to clipboard operation
seeker copied to clipboard

CAN we customize any website we need

Open pretech86 opened this issue 5 years ago • 16 comments

thanks for the tool , but can we use any web site we need instead of this web site if yes how we can do this ? thanks a lot

i check a nother issue about this ,, how can i modify php variables ? also can you modify the tool to make this like phishing tool ( clone any website )

pretech86 avatar May 30 '19 08:05 pretech86

yes you can use any website you want, just keep the javascript and php intact, don't change any variables, if you really want to change variables then carefully analyse both javascript and php and you will be able to use your own variables, this is a great idea i will give it a try, it will be something like SET

thewhiteh4t avatar May 31 '19 02:05 thewhiteh4t

So i will scraped the website i need then what after that , where can i put the website contents Sorry I’m just a beginner

pretech86 avatar May 31 '19 10:05 pretech86

wait for sometime i will add an option to use your own template

thewhiteh4t avatar May 31 '19 17:05 thewhiteh4t

Thanks for kindly interest

pretech86 avatar May 31 '19 18:05 pretech86

Friend thewhiteh4t, first of all I would like to congratulate you on the tool provided! I need your guidance! I would like to know if there is a possibility that we can send the target a link other than the default link to disguise the attack. If so, guide me how to proceed. Already read the file README.md, did the tests, but could not succeed, because always gives error. I await your return, please!

MANOELPIMENTA avatar Oct 19 '19 18:10 MANOELPIMENTA

Websites templates are under /seeker/template

/opt/seeker/template# ls nearyou sample.kml

copy nearyou as twitter (new template name as you want)

/opt/seeker/template# cp -r nearyou/ /opt/seeker/template/twitter /opt/seeker/template# ls nearyou sample.kml twitter

navigate inside the twitter folder

/opt/seeker/template# cd twitter/ /opt/seeker/template/twitter# ls css index.html js php

and edit the index.html as you want /opt/seeker/template/twitter# geany index.html

finally edit the seeker.py script

#result = 'template/nearyou/php/result.txt' #info = 'template/nearyou/php/info.txt' #site = 'nearyou'

result = 'template/twitter/php/result.txt' info = 'template/twitter/php/info.txt' site = 'twitter'

#php_rqst = requests.get('http://127.0.0.1:8080/nearyou/index.html') php_rqst = requests.get('http://127.0.0.1:8080/twitter/index.html'

python3 seeker.py -t default -s twitter

or

python3 seeker.py -t default

royrogers avatar Oct 20 '19 16:10 royrogers

Websites templates are under /seeker/template

/opt/seeker/template# ls nearyou sample.kml

copy nearyou as twitter (new template name as you want)

/opt/seeker/template# cp -r nearyou/ /opt/seeker/template/twitter /opt/seeker/template# ls nearyou sample.kml twitter

navigate inside the twitter folder

/opt/seeker/template# cd twitter/ /opt/seeker/template/twitter# ls css index.html js php

and edit the index.html as you want /opt/seeker/template/twitter# geany index.html

finally edit the seeker.py script

#result = 'template/nearyou/php/result.txt' #info = 'template/nearyou/php/info.txt' #site = 'nearyou'

result = 'template/twitter/php/result.txt' info = 'template/twitter/php/info.txt' site = 'twitter'

#php_rqst = requests.get('http://127.0.0.1:8080/nearyou/index.html') php_rqst = requests.get('http://127.0.0.1:8080/twitter/index.html'

python3 seeker.py -t default -s twitter

or

python3 seeker.py -t default

dear i dont wana use serveo, i wana upload template files on hosting server and i need to get victim result in a text file which uploaded on hosting server whenever victim open my web link.. as u know domain hosting servers always keep alive . r these changes possible? and i dont wana change any current functionality of seeker for using on domain hosting.

cool3477 avatar May 26 '20 19:05 cool3477

How to whatsapp Contact dump bro

Ushan12 avatar May 28 '20 18:05 Ushan12

I have a problem that if the target user rejects the location, google map cannot render the map. is there a way without a browser confirmation? and most users choose to deny that access

devilimut avatar May 29 '20 18:05 devilimut

Websites templates are under /seeker/template /opt/seeker/template# ls nearyou sample.kml copy nearyou as twitter (new template name as you want) /opt/seeker/template# cp -r nearyou/ /opt/seeker/template/twitter /opt/seeker/template# ls nearyou sample.kml twitter navigate inside the twitter folder /opt/seeker/template# cd twitter/ /opt/seeker/template/twitter# ls css index.html js php and edit the index.html as you want /opt/seeker/template/twitter# geany index.html finally edit the seeker.py script #result = 'template/nearyou/php/result.txt' #info = 'template/nearyou/php/info.txt' #site = 'nearyou' result = 'template/twitter/php/result.txt' info = 'template/twitter/php/info.txt' site = 'twitter' #php_rqst = requests.get('http://127.0.0.1:8080/nearyou/index.html') php_rqst = requests.get('http://127.0.0.1:8080/twitter/index.html' python3 seeker.py -t default -s twitter or python3 seeker.py -t default

dear i dont wana use serveo, i wana upload template files on hosting server and i need to get victim result in a text file which uploaded on hosting server whenever victim open my web link.. as u know domain hosting servers always keep alive . r these changes possible? and i dont wana change any current functionality of seeker for using on domain hosting.

Did you reach to something? I'm looking for the same i think the solution is to setup kali linux on vps but did you have a nother idea like ngrok record the results?

ZoOoOoOoOoOom avatar Apr 06 '22 03:04 ZoOoOoOoOoOom

Hello all, there is now a guide to explain how to create a template : https://github.com/thewhiteh4t/seeker/blob/master/createTemplate.md Only HTML knowledge is required (no JS, PHP knowledge; for python it can be adapted from existing templates or I can help)

Resousse avatar Jun 20 '23 09:06 Resousse

Thank you for your email is there any video tutorial explain this please 🙏

في الثلاثاء، ٢٠ يونيو ٢٠٢٣ ١١:٣١ ص Rapha @.***> كتب:

Hello all, there is now a guide to explain how to create a template : https://github.com/thewhiteh4t/seeker/blob/master/createTemplate.md Only HTML knowledge is required (no JS, PHP knowledge; for python it can be adapted from existing templates or I can help)

— Reply to this email directly, view it on GitHub https://github.com/thewhiteh4t/seeker/issues/70#issuecomment-1598438424, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYSQRU6KGXB65FBE4JYPZNTXMFUYLANCNFSM4HRALSEA . You are receiving this because you commented.Message ID: @.***>

ZoOoOoOoOoOom avatar Jun 20 '23 16:06 ZoOoOoOoOoOom

Hello @ZoOoOoOoOoOom , sorry there is no video, but I let you compare with one easy existing template (zoom or telegram template)

Resousse avatar Jun 21 '23 07:06 Resousse

Telegram please or send both I want to ask you if you can make google map template ?

في الأربعاء، ٢١ يونيو ٢٠٢٣ ٩:٣٧ ص Rapha @.***> كتب:

Hello @ZoOoOoOoOoOom https://github.com/ZoOoOoOoOoOom , sorry there is no video, but I let you compare with one easy existing template (zoom or telegram template)

— Reply to this email directly, view it on GitHub https://github.com/thewhiteh4t/seeker/issues/70#issuecomment-1600335688, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYSQRUZP65K746CNJ2CTZOTXMKQFFANCNFSM4HRALSEA . You are receiving this because you were mentioned.Message ID: @.***>

ZoOoOoOoOoOom avatar Jun 21 '23 09:06 ZoOoOoOoOoOom

Hello all, I am new to this and I am wondering is it possible to customise the domain name instead of using ngrok domain so is less suspicious? My other goal is to clone a site.

MAGNUM999 avatar Sep 06 '23 23:09 MAGNUM999

@MAGNUM999 yes you can setup nginx proxy and use a custom domain with it

thewhiteh4t avatar Sep 07 '23 03:09 thewhiteh4t