Last active
October 26, 2024 22:16
-
-
Save teixeira0xfffff/b688b1384bc5fecb993d2b1b1139c0c1 to your computer and use it in GitHub Desktop.
Twitter advanced search for OSINT purpose
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
▪️ containing both “watching” and “now”. This is the default operator **watching now** | |
▪️ containing the exact phrase “happy hour”: **“happy hour”** | |
▪️ containing either “love” or “hate” (or both): **love OR hate** | |
▪️ containing “beer” but not “root”: **beer -root** | |
▪️ containing the hashtag **“haiku”** | |
▪️ sent from Twitter account “interior”: **from:interior** | |
▪️ a Tweet authored in reply to Twitter account “NASA”: **to:NASA** | |
▪️ mentioning Twitter account “NASA”: **@NASA** | |
▪️ Search for media: **filter:media bugbounty** | |
▪️ Search media with Twitter account: **filter:media @NASA** | |
▪️ containing “politics” with Tweets marked as potentially sensitive removed: **politics filter:safe** | |
▪️ containing “puppy” and an image or video: **puppy filter:media** | |
▪️ containing “puppy”, filtering out retweets: **puppy -filter:retweets** | |
▪️ containing “puppy” and an uploaded video, Amplify video, Periscope, or Vine: **puppy filter:native_video** | |
▪️ puppy filter:periscope containing “puppy” and a Periscope video URL | |
▪️ containing “puppy” and a Vine: **puppy filter:vine** | |
▪️ containing “puppy” and links identified as photos, including third parties such as Instagram: **puppy filter:images** | |
▪️ containing “puppy” and a pic.twitter.com link representing one or more photos: **puppy filter:twimg** | |
▪️ containing “hilarious” and linking to URL: **hilarious filter:links** | |
▪️ containing “puppy” and a URL with the word “amazon” anywhere within it: **puppy url:amazon** | |
▪️ containing “superhero” and sent since date “2015-12-21” (year-month-day): **superhero since:2015-12-21** | |
▪️ containing “puppy” and sent before the date “2015-12-21”: **puppy until:2015-12-21** | |
▪️ containing “movie”, but not “scary”, and with a positive attitude: **movie -scary :)** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment