-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
more features added by SteveSplash and changed version to v1.3.2 #478
base: master
Are you sure you want to change the base?
more features added by SteveSplash and changed version to v1.3.2 #478
Conversation
SteveSplash934
commented
Oct 22, 2023
- add date & time support
- add sqlite3 support
- fix color
- ngrok support
- location snapshot (a function that will load the url of ur gmap and take a snapshot of it) ... coming soon
- view all seekers user history through db
ใช้สำหรับอะไรครับ |
@SteveSplash934 please modify as I can add only I am working on 5 as we discussed earlier |
duplicate template, this file will not be added
@@ -103,10 +103,15 @@ Once your template is ready, **do not forget to propose it to the community via | |||
|
|||
## Installation | |||
|
|||
### Requirements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is unnecessary, please revert this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lines 106 - 109
@@ -127,6 +132,7 @@ docker pull thewhiteh4t/seeker | |||
### OSX | |||
```bash | |||
git clone https://github.com/thewhiteh4t/seeker.git | |||
python3 -m pip install -r requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is unnecessary, please revert this
@@ -190,10 +197,10 @@ Variables: | |||
################## | |||
|
|||
# Step 1 : In first terminal | |||
$ python3 seeker.py | |||
$ python3 -m pip install -r requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is unnecessary, please revert this
|
||
# Step 2 : In second terminal start a tunnel service such as ngrok | ||
$ ./ngrok http 8080 | ||
$ python3 seeker.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is unnecessary, please revert this
@@ -204,7 +211,6 @@ $ python3 seeker.py -k <filename> | |||
|
|||
# Use Custom Port | |||
$ python3 seeker.py -p 1337 | |||
$ ./ngrok http 1337 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is unnecessary, please revert this
\___ \ \ ___/\ ___/ | < \ ___/ | | \/ | ||
/____ > \___ >\___ >|__|_ \ \___ >|__| | ||
\/ \/ \/ \/ \/''' | ||
arts = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is unnecessary, please revert this, multiple ascii art are not required so they wont be added
@@ -253,7 +457,17 @@ def server(): | |||
php_sc = php_rqst.status_code | |||
if php_sc == 200: | |||
utils.print(f'{C}[ {G}✔{C} ]{W}') | |||
print() | |||
utils.print(f'{G}[+] {C}Generating ngrok link...{W}', end='') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is unnecessary, please revert this
@@ -0,0 +1,2 @@ | |||
colorama |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requirements.txt is not required as these 2 dependencies are not being added
template/gdrive/error_handler.php
Outdated
@@ -0,0 +1,14 @@ | |||
<?php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicate template, this file will not be added
template/gdrive/index.html
Outdated
@@ -0,0 +1,41 @@ | |||
<!DOCTYPE html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicate template, this file will not be added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, i will work on it when am less busy