From 12a11c0e8400d97b2d6e60c060b00b3f96f689e6 Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Tue, 9 Aug 2022 10:28:48 +0100 Subject: [PATCH] osinT --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e579f3..537bae8 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Got tricks? Join us on Telegram: [https://t.me/thcorg](https://t.me/thcorg) 1. [with SSH-IT](#sshit-anchor) 1. [Miscellaneous](#misc-anchor) 1. [How to survive high latency connections](#hlc-anchor) + 1. [Intelligenc Gathering](#osint-anchor) 1. [Cool Linux commands](#cool-anchor) 1. [tmux](#tmux-anchor) 1. [Useful commands](#useful-anchor) @@ -797,14 +798,19 @@ Example for *SSH*: ```sh rlwrap ssh user@host ``` + +**10.ii. Intelligence Gathering** + + 1. https://osint.sh + -**10.ii. Cool Linux commands** +**10.iii. Cool Linux commands** 1. https://jvns.ca/blog/2022/04/12/a-list-of-new-ish--command-line-tools/ 1. https://github.com/ibraheemdev/modern-unix -**10.iii. tmux** +**10.iv. tmux** | | Tmux Cheat Sheet | | --- | --- | @@ -816,7 +822,7 @@ rlwrap ssh user@host -**10.iv. Useful commands** +**10.v. Useful commands** Use ```lsof -Pni``` or ```netstat -antpu``` (or ```ss -antpu```) to list all Internet (_-tu_) connections.