Posts

Showing posts with the label SubScraper

Crosslinked - Linkedin Enumeration Tool To Extract Valid Employee Names From An Scheme Through Search Engine Scraping

Image
CrossLinked simplifies the processes of searching LinkedIn to collect valid employee names when performing password spraying or around other safety testing against an organization. Using similar search engine scraping capabilities flora inwards tools similar subscraper as well as pymeta , CrossLinked volition abide by valid employee names as well as aid format the information according to the organization's concern human relationship naming convention. Results volition live written to a 'names.txt' file inwards the electrical flow directory for farther testing. Setup git clone https://github.com/m8r0wn/crosslinked cd crosslinked pip3 install -r requirements.txt Examples python3 crosslinked.py -f '{first}.{last}@domain.com' company_name python3 crosslinked.py -f 'domain\{f}{last}' -t 45 -j 0.5 company_name Usage -h, --help exhibit this aid message as well as dice -t TIMEOUT Timeout [seconds] for search threads (Default: 25) -...