Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Black Hat Ethical Hacking VMware Sounds Ransomware Alarm Over Critical Severity Bug https://www.blackhatethicalhacking.com/wp-content/uploads/2017/11/black-hat-locks-and-electronics.jpg VMware Sounds Ransomware Alarm Over Critical Severity BugPost Views:…
d-design-2-90x90.png Google PPC Ads Used to Deliver Infostealers2 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/06/Untitled-design-1-90x90.png Researchers Uncover Hacking Operations Targeting Government Entities in South Korea3 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/06/ransomware-payment-90x90.jpg Cyber-Insurance Fuels Ransomware Payment Surge4 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/06/banner-2021.2-release-90x90.png Kali Linux 2021.2 Release (Kaboxer, Kali-Tweaks, Bleeding-Edge & Privileged Ports)4 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/06/ezgif.com-gif-maker-90x90.jpg Cyber attack hits JBS meat works in Australia, North America5 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/05/HPE-corp-logo-1-90x90.jpg HPE Fixes Critical Zero-Day in Server Management Software6 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/05/Untitled-design-6-90x90.png PDF Feature ‘Certified’ Widely Vulnerable to Attack1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/05/vulnerability-e1621953424713-90x90.jpg Pulse Secure VPNs Get Quick Fix for Critical RCE2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/05/Untitled-design-5-90x90.png 100M Android Users Hit By Rampant Cloud Leaks2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/05/Untitled-design-3-2-90x90.png WP Statistics Bug Allows Attackers to Lift Data from WordPress Sites2 weeks ago
The post VMware Sounds Ransomware Alarm Over Critical Severity Bug first appeared on Black Hat Ethical Hacking.

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Black Hat Ethical Hacking OSINT Tool: LinkedIn Scraper https://www.blackhatethicalhacking.com/wp-content/uploads/2017/11/black-hat-locks-and-electronics.jpg OSINT Tool: LinkedIn ScraperPost Views: 2,963 https://www.blackhatethicalhacking.com/wp-content/u…
nd login automatically

From version 2.4.0 on, actionsis a part of the library that allows signing into LinkedIn first. The email and password can be provided as a variable into the function. If not provided, both will be prompted in terminal.
from linkedin_scraper import Person, actions from selenium import webdriver driver = webdriver.Chrome() email = "some-email@email.address" password = "password123" actions.login(driver, email, password) # if email and password isnt given, it'll prompt in terminal person = Person("https://www.linkedin.com/in/andre-iguodala-65b48ab5", driver=driver)
API
Person

A Person object can be created with the following inputs:
Person(linkedin_url=None, name=None, about=[], experiences=[], educations=[], interests=[], accomplishments=[], company=None, job_title=None, driver=None, scrape=True) linkedin_urlThis is the linkedin url of their profile nameThis is the name of the person aboutThis is the small paragraph about the person experiencesThis is the past experiences they have. A list of linkedin_scraper.scraper.ExperienceeducationsThis is the past educations they have. A list of linkedin_scraper.scraper.EducationinterestsThis is the interests they have. A list of linkedin_scraper.scraper.InterestaccomplishmentThis is the accomplishments they have. A list of linkedin_scraper.scraper.AccomplishmentcompanyThis the most recent company or institution they have worked at. job_titleThis the most recent job title they have. driverThis is the driver from which to scraper the LinkedIn profile. A driver using Chrome is created by default. However, if a driver is passed in, that will be used instead.
For example
driver = webdriver.Chrome() person = Person("https://www.linkedin.com/in/andre-iguodala-65b48ab5", driver = driver) scrapeWhen this is True, the scraping happens automatically. To scrape afterwards, that can be run by the scrape()function from the Personobject. scrape(close_on_complete=True)This is the meat of the code, where execution of this function scrapes the profile. If close_on_complete is True (which it is by default), then the browser will close upon completion. If scraping of other profiles are desired, then you might want to set that to false so you can keep using the same driver.
Company
Company(linkedin_url=None, name=None, about_us=None, website=None, headquarters=None, founded=None, company_type=None, company_size=None, specialties=None, showcase_pages=[], affiliated_companies=[], driver=None, scrape=True, get_employees=True) linkedin_urlThis is the linkedin url of their profile nameThis is the name of the company about_usThe description of the company websiteThe website of the company headquartersThe headquarters location of the company foundedWhen the company was founded company_typeThe type of the company company_sizeHow many people are employed at the company specialtiesWhat the company specializes in showcase_pagesPages that the company owns to showcase their products affiliated_companiesOther companies that are affiliated with this one driverThis is the driver from which to scraper the Linkedin profile. A driver using Chrome is created by default. However, if a driver is passed in, that will be used instead. get_employeesWhether to get all the employees of company
For example
driver = webdriver.Chrome() company = Company("https://ca.linkedin.com/company/google", driver=driver) scrape(close_on_complete=True)This is the meat of the code, where execution of this function scrapes the company. If close_on_complete is True (which it is by de[...]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
C auditing tools and binary fuzzing

I am trying to raise awareness on my company about security. I have discovered several vulnerabilities on the administration webpage of our products but it doesn't seem to be enough for them to dedicate a team to secure our products.

We develop on C, so I thought that if I could find any serious vulnerability on the main product they would take all of this more seriously.

Do you know any code auditing tool focused on C projects? I have used previously Snyk for javascript applications, I would like something similar. I was thinking about binary fuzzing too.

Most of the libraries we use are developed by ourselves, so library version vulnerabilities are mostly discarded.

Before you ask, yes, I am allowed to pentest and audit our products.

submitted by /u/abelop_15
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Deep Web
Seeking advice

Hello, I am wondering what technical avenues are available to me in making certain that a known cyber criminal does not continue to offend? Which jurisdictions should I report things to? Are there any ways to recognize his activities without myself committing any crimes? Any help is appreciated.

submitted by /u/MarketingOutside3268
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
my brother was hacked

my brother was hacked

hi guys! my brother frequents trade hangout a lot on roblox and someone hacked his account and traded his two expensive limiteds and all his roblox for a crappy guitar case, he reported it to roblox but is there anything else he can do to fix this issues, he’s really upset

submitted by /u/princessmaxy
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
#1 My Bug Bounty Journey (Frist Bounty with $100)

Hello Everyone,Continue reading on Medium »
Read more...