Skip to content

Commit

Permalink
Merge branch 'main' into rahul-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rchatterjee authored Feb 4, 2024
2 parents 0c7dc74 + 63a8c14 commit 1f5de77
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 30 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ error.txt
## To be removed
toremove/

## To be removed
toremove/

reports/*.csv
apps/
data/
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on apps crawled in ["The Spyware Used in Intimate Partner Violence" (IEEE S&P 20
## Contribution Guidelines
For more information about contributing to ISDi, see the [contribution guidelines](contribution.md).

Also checks for signs of jailbroken iOS devices or rooted Android devices.
## Contribution Guidelines
For more information about contributing to ISDi, see the [contribution guidelines](contribution.md).

## Installing ISDi :computer:

Expand Down Expand Up @@ -61,9 +62,6 @@ sudo apt install adb expect libimobiledevice-utils ideviceinstaller ifuse
```

#### Windows Subsystem Linux (v2)

For Debian or Debian-derivatives, please follow first the [steps for debian](#debian-family)

Installing **adb** is not so straightforward in WSL2, and
it won't work straightaway. You have to ensure having the *same* version of adb
*both* in WSL2 and in normal Windows (with `adb version`), then you will need to
Expand Down
4 changes: 4 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
IOC_PATH = "data/stalkerware-indicators/"
IOC_FILE = IOC_PATH + "ioc.yaml"

# IOC stalkware indicators
IOC_PATH = "data/stalkerware-indicators/"
IOC_FILE = IOC_PATH + "ioc.yaml"

# we will resolve the database path using an absolute path to __FILE__ because
# there are a couple of sources of truth that may disagree with their "path
# relavitity". Needless to say, FIXME
Expand Down
22 changes: 0 additions & 22 deletions patch/app_flags_patch.py

This file was deleted.

1 change: 0 additions & 1 deletion static_data/app-flags.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4640,7 +4640,6 @@ com.mr.digital.familyLocator,appstore,dual-use,Family Locator & GPS Tracker
ifind.maps.gps.find.friends.family,appstore,dual-use,"Find My Phone, Friends&Family"
com.phonelocator.numbertracker,appstore,dual-use,Phone Locator & Number Tracker
com.appie.familylocator,appstore,dual-use,Find Family & Friends Locator
com.appie.familylocator,appstore,dual-use,Find Family & Friends Locator
com.apspy.app,playstore,spyware,"Copy9,ExactSpy,FoneTracker,GuestSpy,MxSpy,PhoneSpying,PhoneTracker,SpyZee,TheTruthSpy,TheSpyApp,iSpyoo,XySpy"
com.fone,playstore,spyware,"Copy9,ExactSpy,FoneTracker,GuestSpy,MxSpy,PhoneSpying,PhoneTracker,SpyZee,TheTruthSpy,TheSpyApp,iSpyoo,XySpy"
com.ispyoo.traceyou,playstore,spyware,"Copy9,ExactSpy,FoneTracker,GuestSpy,MxSpy,PhoneSpying,PhoneTracker,SpyZee,TheTruthSpy,TheSpyApp,iSpyoo,XySpy"
Expand Down

0 comments on commit 1f5de77

Please sign in to comment.