Snoop Project for Termux ======================== ## Snoop Project is one of the most promising OSINT tools — search by nickname - [X] This is the most powerful software taking into account the CIS location.
Is your life slideshow? Ask Snoop. Snoop project is developed without taking into account the opinions of the NSA and their friends, that is, it is available to the average user. ## Self-build software from source **Snoop for Android/Demo**
**Self-build software from source** **Native Installation** Install [Termux](https://f-droid.org/en/packages/com.termux/ "Termux with F-Droid, GP Termux is no longer updated!") ``` # NOTE_1!: if the user has errors with $ 'pkg update', for example due to country censorship, # and/or due to the fact that Termux has not been updated for a long time on the user's device, # then removing/installing Termux application will not help, # since after deletion, old repositories remain on the user's device, the solution is: $ termux-change-repo # and choose to get updates (for all repo) from another mirror repository. # Enter Termux home folder (i.e. just open Termux) $ termux-setup-storage $ pwd #/data/data/com.termux/files/home # default/home directory # Install python3 and dependencies $ apt update && pkg upgrade && pkg install python libcrypt libxml2 libxslt git $ pip install --upgrade pip # Clone the repository $ git clone https://github.com/snooppr/snoop # Enter the Snoop working directory $ cd ~/snoop # Install the 'requirements.txt' dependencies $ python3 -m pip install -r requirements.txt # Optional↓ # To expand the terminal output in Termux (by default, 2k lines are displayed in the CLI), # for example, displaying the entire database of the option '--list-all [1/2]' # add the line 'terminal-transcript-rows=10000' to the file '~/.termux/termux.properties' # (the feature is available in Termux v0.114+). # Restart Termux. # The user can also launch the Snoop Project on the snoop command from anywhere in # the cli by creating an alias. $ cd && echo "alias snoop='cd && cd snoop && python snoop.py'" >> .bashrc && bash # The user can also run a quick check on the database of the site he is interested in, # without using the 'list-all' option, using the 'snoopcheck'command $ cd && echo "alias snoopcheck='cd && cd snoop && echo 2 | python snoop.py --list-all | grep -i'" >> .bashrc && bash # restart Termux. # At the end of the search work snoop on the request to select "with which to open the search results" select the default / system HTMLviewer. # NOTE_2!: to auto-open search results in an external web-browser: $ cd && pkg install termux-tools; echo 'allow-external-apps=true' >>.termux/termux.properties ``` NOTE_3!: if the Android user has a flawed (that is, 12+) and breaks Termux, read the instructions for solving the problem [here](https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#how-to-disable-the-phantom-processes-killing). NOTE_4!: old patched python versions 3.7-3.10 from are supported [termux_tur repo](https://github.com/termux-user-repository/tur/tree/master/tur).
## Using ``` usage: python snoop.py [search arguments...] nickname or usage: python snoop.py [service arguments | plugins arguments] $ python snoop.py --help Help optional arguments: -h, --help show this help message and exit service arguments: --version, -V printing versions of :: OS; Snoop; Python and Licenses --list-all, -l Print detailed information about the Snoop database --donate, -d Donate to the development of the Snoop Project, get/buy Snoop Full Version --autoclean, -a Delete all reports, clear cache --update, -U Update Snoop plugins arguments: --module, -m OSINT search: use various plugins Snoop :: IP/GEO/YANDEX search arguments: nickname The nickname of the wanted user. Searching for several names at the same time is supported. Nicknames containing a space in their name are enclosed in quotation marks --verbose, -v When searching for 'nickname', print detailed verbalization --web-base, -w Connect to search for 'nickname' to the updated web_DB (4600+ websites). In demo version the function is disabled --site , -s
• **January 27 2022 compress the repository.**