All Projects → SkrewEverything → Web-Tracker

SkrewEverything / Web-Tracker

Licence: MIT license
Stand alone program that Tracks/Logs all the opened websites in the Chrome Browser. Even incognito! *No need to install anything in browser*

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Web-Tracker

black-hat-python3-code
🏴‍☠️ tools (py3 version) of Black Hat Python book 🏴‍☠️
Stars: ✭ 51 (+50%)
Mutual labels:  sniffer, hacking-tool
awesome-automotive-can-id
🚜 unpretentious attempt to collect CAN IDs and payloads for various car brands/models in one place.
Stars: ✭ 104 (+205.88%)
Mutual labels:  logger, sniffer
Awesome Canbus
🚛 A curated list of awesome CAN bus tools, hardware and resources
Stars: ✭ 73 (+114.71%)
Mutual labels:  logger, sniffer
DustViewerSharp
UART-USB based dust sensor viewer(and also logging) program by C#
Stars: ✭ 38 (+11.76%)
Mutual labels:  logger
sniffer
Sniffer is an http packet capture tool, base on golang gopacket(libpcap)
Stars: ✭ 50 (+47.06%)
Mutual labels:  sniffer
redteamwiki
redteam.wiki
Stars: ✭ 75 (+120.59%)
Mutual labels:  hacking-tool
Black-Tool
Install the tools and start Attacking , black-tool v5.0 ! ⬛
Stars: ✭ 239 (+602.94%)
Mutual labels:  hacking-tool
phishEye
phishEye is an ultimate phishing tool in python. Includes popular websites like Facebook, Twitter, Instagram, LinkedIn, GitHub, Dropbox, and many others. Created with Flask, custom templates, and tunneled with ngrok and localhost.run.
Stars: ✭ 47 (+38.24%)
Mutual labels:  hacking-tool
Andspoilt
Run interactive android exploits in linux.
Stars: ✭ 101 (+197.06%)
Mutual labels:  hacking-tool
l
Golang Pretty Logger
Stars: ✭ 51 (+50%)
Mutual labels:  logger
uberducky
Wireless USB Rubber Ducky triggered via BLE (make your Ubertooth quack!)
Stars: ✭ 80 (+135.29%)
Mutual labels:  hacking-tool
junit.testlogger
JUnit test logger for vstest platform
Stars: ✭ 61 (+79.41%)
Mutual labels:  logger
Teardroid-phprat
🇮🇳 🤖 It's easy to use android botnet work without port forwarding, vps and android studio
Stars: ✭ 417 (+1126.47%)
Mutual labels:  hacking-tool
ng-logger
Angular logger service
Stars: ✭ 65 (+91.18%)
Mutual labels:  logger
ets2-job-logger
ETS2 Job Logger
Stars: ✭ 15 (-55.88%)
Mutual labels:  logger
log
Aplus Framework Log Library
Stars: ✭ 14 (-58.82%)
Mutual labels:  logger
EMAGNET
Automated hacking tool that will find leaked databases with 97.1% accurate to grab mail + password together from recent uploads from https://pastebin.com. Bruteforce support for spotify accounts, instagram accounts, ssh servers, microsoft rdp clients and gmail accounts
Stars: ✭ 1,427 (+4097.06%)
Mutual labels:  hacking-tool
WormholyForObjectiveC
Network debugging made easy,This network debugging tool is developed based on the swift version of Wormholy.
Stars: ✭ 21 (-38.24%)
Mutual labels:  logger
Torch-Scope
A Toolkit for Training, Tracking, Saving Models and Syncing Results
Stars: ✭ 62 (+82.35%)
Mutual labels:  logger
slopShell
the only php webshell you need.
Stars: ✭ 208 (+511.76%)
Mutual labels:  hacking-tool

Web Tracker 🔍

It scans and logs the currently opened websites in Chrome Browser. It can even log incognito windows.

And the best thing is, It doesn't require any permissions to run🔥.

Usage

Clone the repository, open the project in Xcode, build the project and run the executable.

By default, it logs every 5 secs and creates the database file web-tracker.db in the home directory.

To provide custom time and file name:

The executable can take multiple arguments

1) Both time and file name. The order doesn't matter.

Example:

$ Web\ Tracker 2.5 "./Desktop/tracker.db"

or

$ Web\ Tracker "./Desktop/tracker.db" 2.5

2) Either time or file name

Example:

$ Web\ Tracker 2.5

or

$ Web\ Tracker "./Desktop/tracker.db"

To run it in the background

To be able to close the Terminal when Web Tracker is running, use this command while running the executable.

$ nohup ./Web\ Tracker &

And you can quit the Terminal.

To quit/stop the Web Tracker

To quit the Web Tracker, first find its PID using ps and use kill to stop the Web Tracker.

$ ps -e | grep "Web Tracker"
$ kill -9 pid_of_webtracker_from_above_command

The database has these columns:

  • Table name: Data
Column Name Data Type
url varchar
title varchar
incognito int
time varchar
date varchar

For incognito: 0 means normal window, 1 means incognito window.

Disclaimer

If the use of this product causes the death of your firstborn or anyone, I'm not responsible ( no warranty, no liability, etc.)

For technical people: It is only for educational purpose.

Contributing

Feel free to fork the project and submit a pull request with your changes!

Not experienced or lazy to fork and submit a pull request ?

Open an issue for adding new features, enhancement, bugs etc. I might take a look into it.

License

MIT

Free Software, Hell Yeah!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].