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

more features added by SteveSplash and changed version to v1.3.2 #478

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

SteveSplash934
Copy link

  1. add date & time support
  2. add sqlite3 support
  3. fix color
  4. ngrok support
  5. location snapshot (a function that will load the url of ur gmap and take a snapshot of it) ... coming soon
  6. view all seekers user history through db

@norapng2542
Copy link

ใช้สำหรับอะไรครับ

@thewhiteh4t
Copy link
Owner

@SteveSplash934 please modify as I can add only 1, 2, 6

I am working on 5 as we discussed earlier

@@ -103,10 +103,15 @@ Once your template is ready, **do not forget to propose it to the community via

## Installation

### Requirements
Copy link
Owner

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

Copy link
Owner

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
Copy link
Owner

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
Copy link
Owner

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
Copy link
Owner

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
Copy link
Owner

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 = [
Copy link
Owner

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='')
Copy link
Owner

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
Copy link
Owner

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

@@ -0,0 +1,14 @@
<?php
Copy link
Owner

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

@@ -0,0 +1,41 @@
<!DOCTYPE html>
Copy link
Owner

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

Copy link
Author

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

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

Successfully merging this pull request may close these issues.

3 participants