Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAN we customize any website we need #70

Open
pretech86 opened this issue May 30, 2019 · 16 comments
Open

CAN we customize any website we need #70

pretech86 opened this issue May 30, 2019 · 16 comments
Labels
enhancement New feature or request

Comments

@pretech86
Copy link

pretech86 commented May 30, 2019

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 )

@thewhiteh4t
Copy link
Owner

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

@pretech86
Copy link
Author

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

@thewhiteh4t
Copy link
Owner

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

@pretech86
Copy link
Author

Thanks for kindly interest

@thewhiteh4t thewhiteh4t added the enhancement New feature or request label Jun 4, 2019
@MANOELPIMENTA
Copy link

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!

@royrogers
Copy link

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

@cool3477
Copy link

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.

@Ushan12

This comment has been minimized.

@devilimut

This comment has been minimized.

@ZoOoOoOoOoOom
Copy link

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?

@Resousse
Copy link
Contributor

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)

@ZoOoOoOoOoOom
Copy link

ZoOoOoOoOoOom commented Jun 20, 2023 via email

@Resousse
Copy link
Contributor

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

@ZoOoOoOoOoOom
Copy link

ZoOoOoOoOoOom commented Jun 21, 2023 via email

@MAGNUM999
Copy link

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.

@thewhiteh4t
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

10 participants