Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K 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
We set statics-objects like fuzzsheetName in statics.py that is under static/ folder.Fuzzing Module in static/statics.py fuzzsheetName = 'Fuzzing' genericcolmnName = 'Payload' fuzzingpayloads = [] "># Fuzzing Module in static/statics.py
fuzzsheetName = 'Fuzzing'
genericcolmnName = 'Payload'
fuzzingpayloads = []
Now, you can change/add/delete attributes whatever you want.myreq.uri = tmpuri + payload
myreq.addheader(header, "127.0.0.1")
myreq.content_type = "text/html"
To stop multi-threading, you should add #exitme# payload to the end of your payloads and set statics.exitCall = True to check whether queue is empty or not.from modules.exparse import getpayloads
for payload in fuzzingpayloads:
if payload == '#exitme#':
statics.exitCall = True
else:
[OPERATIONS]
When your object(request) is ready to be sent, you can use sendit() function to queue it.from reqsender import sendit
sendit(myreq)
If you need to change core functions in pFuzz, you can start a pull request or open an issue.
Some Important Functions to Develop New Modules
AimModule/ClassFunctionParameter(s)To send a requestreqsender.py sendit()objectTo use a request objectreqparser.py/HTTPReq getobj()  -To add a custom headerreqparser.py/HTTPReq OBJECT.addheader() newHeadername,valueTo delete a headerreqparser.py/HTTPReq OBJECT.delheader() headerNameTo change a headerreqparser.py/HTTPReq OBJECT.changeheader()headerName,newHeaderNameTo get a payload from the fileexparse.py getpayloads() sheetName,columnNameTo write a log info/debug/warningwaflogger.py loginfo/logdebug/logwarn() logMessage
What WAFs did we bypass?
FortiWebCloudflareSucuriAkamaiImpervaF5 WAF

Download pFuzz (https://github.com/RedSection/pFuzz)

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Loss of Intellectual Property, Customer Data Pose Greatest Business Risks

The slightly "good" news? Security professionals are a little less concerned about certain threats than last year, according to Dark Reading's "State of Incident Response 2021" report.
Dark Reading: Attacks/Breaches
Mandia Alerted NSA on FireEye's SolarWinds Breach

"National security" concerns led former CEO Kevin Mandia to call the NSA when FireEye discovered its breach in late 2020.
Dark Reading: Attacks/Breaches
Misconfigured Apache Airflow Platforms Threaten Organizations

Security researchers found thousands of credentials for popular cloud-hosted services exposed on insecure instances of the popular workflow management technology.
Dark Reading: Attacks/Breaches
Mandiant Tackles Ransomware and Breaches With New Tools

Mandiant's new software-as-a-service offerings tap into the company's extensive threat intelligence capabilities to help cybersecurity teams detect and respond to ransomware attacks and data breaches.
hacking: security in practice
Best ways to stay motivated?

Hey guys I just recently stopped working my part time job and now I have an extreme amount of free time in my hands. I always usually would just do ctfs and study on tryhackme or hackthebox but I really wanted to up my game and become the best I can be while im still young (18) and be able to do this as a full time career. The issue is though I love everything about how the computer works and runs but I literally feel fried out in the brain after practicing around 5 hours, but with all this free time I really wanna start pushing it to like 9-10. Is this a stretch or could I actually be able to manage this with the right amount of drive?

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Is it possible to copy the gate pass to my apartment complex

I live in a gated apartment where I have to use a pass that’s hung in my car to get in. The problem is that the pass doesn’t reach far enough away so half the time I have to get out of my car and wave it in front of the reader. I was wondering if it’s possible to make copies of this pass using an rfid reader/writer and if so what the cheapest device to use would be. I’ll include a picture of the pass below.

https://imgur.com/gallery/ik6C1ak

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

___________________________
@hacking_Attack
@Hacking_Video