Skip to main content

Amazing Blogs Are Comming!

     

As per The Name, This Site is Maintained By me In my free time to track my study and learning.
Till now I have been focused on learning Python and its application for a different real-world project.

But my goal and interest are changing often from time to time I've been learning OSINT (Open source Intelligence) Tools. SO after finishing Some of my Unsettled projects, I"ll continue to upload 4 blogs per week and try to be regular.


Upcoming Projects might be game-changing cause it is related to OSINT so we will focus on recon and try to gather max information about an individual/company. OSINT skill is important if you want to enter the hacking world, cause recon gives the direction of our attack.



I've learned this skill by just watching conferences of the computer geeks. One of the geeks said that "OSINT is the Same as searching a DUSTBIN to find useful hints and info." which means our DUSTBIN is the internet, where our data is not disposed. Our work is to find the Footprint of our target and use it against it.

❤ Lets Learn..





Comments

Popular posts from this blog

BUILDING A TINDER BOT WITH PYTHON

I have included a function for automating  the method  of getting an auth token for the Tinder bot  to figure  (Tinder Token Retriever). Shout  bent  the developer!   to ascertain  a post of the code, view this post: Automatic Tinder Authentication Token Retriever in Python. The update has been included  within the  code file  that's  linked below.   thanks to  this update, the manual process  that's  described below for obtaining an auth token  is no  longer needed. I keep it included  within the  blog post, however, for reference  just in case  the automated code ever stops working. Video tutorial BEGINNING OF ORIGINAL POST: It’s 2016 and online dating appears to be here  to remain  .   one of  the more popular online dating apps is Tinder, the bane of my existence. You line update after date,  browsing  an equivalent  ole song and da...

Pyspeedtest 1.2.7

Python script to check  network bandwidth using Speedtest.net servers _____________________________________________________ This package is out there  from PyPI so you'll  easily install it with: sudo pip install pyspeedtest Or only for your user $ pip install --user pyspeedtest Usage In a terminal: $ pyspeedtest -h usage: pyspeedtest [ OPTION ] ... Test your bandwidth speed using Speedtest.net servers. optional arguments: -d L, --debug L set http connection debug level ( default is 0 ) -m M, --mode M test mode: 1 - download 2 - upload 4 - ping 1 + 2 + 4 = 7 - all ( default ) -r N, --runs N use N runs ( default is 2 ) -s H, --server H use specific server -v, --verbose output additional information --version show program ' s version number and exit $ pyspeedtest Using server: speedtest.serv.pt Ping: 9 ms Download s...

Twitter bot @real_human_vc is coming for your thought leaders

Spend enough time on Twitter and you’ll start to discern patterns in the scrolling chaos that feels a little like the internet’s id: the grudges, the feuds, the wet-brained political chatter, and the general flatulences tooted out by otherwise smart people. In other words: the state of play on the board. (As the editor Willy Staley might point out: there is a type of tweet for every type of guy.)                   While much of Twitter’s utility is derived from its function as an echo chamber — and while a lot of the fun comes from seeing just how large your favorite prominent person’s blindspots are — the best stuff on the site comes out of people using the platform as it’s intended to be used, which is to say, as a broadcasting tool. There is a category difference between the kinds of tweets cranked off into the internet’s roil of human emotion and the ones that are intended as Teachable Moments or Pearls of Wisdom. It’s in this la...