All about OSCP
Offensive Security Certified Professional is an ethical hacking certification offered by Offensive Security that teaches penetration testing methodologies and the use of the tools included with the Kali Linux distribution.
OSCP Buffer overflow concepts and tutorials
http://strongcourage.github.io/2020/04/19/bof.html
OSCP Cheatsheets:)
https://github.com/slyth11907/Cheatsheets
Pentest-Cheat-Sheets
This repo has a collection of snippets of codes and commands to help our lives! The main purpose is not be a crutch, this is a way to do not waste our precious time! This repo also helps who trying to get OSCP. You'll find many ways to do something without Metasploit Framework.
Link:-https://github.com/Kitsun3Sec/Pentest-Cheat-Sheets
Hacking/OSCP cheatsheet
https://ceso.github.io/posts/2020/04/hacking/oscp-cheatsheet/
All about OSCP:-
https://oscp.infosecsanyam.in/
OSCP preparation
https://github.com/rewardone/OSCPRepo
https://github.com/0x4D31/awesome-oscp#resources
https://ired.team/offensive-security-experiments/
OSCP methodology:-
https://paper.dropbox.com/doc/OSCP-Methodology-EnVX7VSiNGZ2K2QxCZD7Q
https://github.com/OlivierLaflamme/Cheatsheet-God
https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/
https://github.com/foobarto/redteam-notebook/blob/master/README.md
https://github.com/RustyShackleford221/OSCP-Prep
https://johnjhacking.com/blog/the-oscp-preperation-guide-2020/
Share With OSCP Learners
@geekcode
Offensive Security Certified Professional is an ethical hacking certification offered by Offensive Security that teaches penetration testing methodologies and the use of the tools included with the Kali Linux distribution.
OSCP Buffer overflow concepts and tutorials
http://strongcourage.github.io/2020/04/19/bof.html
OSCP Cheatsheets:)
https://github.com/slyth11907/Cheatsheets
Pentest-Cheat-Sheets
This repo has a collection of snippets of codes and commands to help our lives! The main purpose is not be a crutch, this is a way to do not waste our precious time! This repo also helps who trying to get OSCP. You'll find many ways to do something without Metasploit Framework.
Link:-https://github.com/Kitsun3Sec/Pentest-Cheat-Sheets
Hacking/OSCP cheatsheet
https://ceso.github.io/posts/2020/04/hacking/oscp-cheatsheet/
All about OSCP:-
https://oscp.infosecsanyam.in/
OSCP preparation
https://github.com/rewardone/OSCPRepo
https://github.com/0x4D31/awesome-oscp#resources
https://ired.team/offensive-security-experiments/
OSCP methodology:-
https://paper.dropbox.com/doc/OSCP-Methodology-EnVX7VSiNGZ2K2QxCZD7Q
https://github.com/OlivierLaflamme/Cheatsheet-God
https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/
https://github.com/foobarto/redteam-notebook/blob/master/README.md
https://github.com/RustyShackleford221/OSCP-Prep
https://johnjhacking.com/blog/the-oscp-preperation-guide-2020/
Share With OSCP Learners
@geekcode
Hey guys, we created a group for security researchers who needs a team for their research
work.
You can hire and lead a team for your specific research purpose.
Group always remain private ;)
So
..
Join here and don't share with others
https://t.me/+nJEmMFfBcDFlZjc1
Link will be expired soon :-D
@geekcode × R...........®
work.
You can hire and lead a team for your specific research purpose.
Group always remain private ;)
So
..
Join here and don't share with others
https://t.me/+nJEmMFfBcDFlZjc1
Link will be expired soon :-D
@geekcode × R...........®
Disable all trackers in Android apps.
TrackerControl is a program for Android that allows you to find out what specific tracking technologies are present in the code of your applications, and then allows you to block these applications.
The service also identifies the companies behind the tracking and reveals their goals (most often, this is analytics or advertising).
The app is completely free and can be downloaded here. Use it
@geekcode
TrackerControl is a program for Android that allows you to find out what specific tracking technologies are present in the code of your applications, and then allows you to block these applications.
The service also identifies the companies behind the tracking and reveals their goals (most often, this is analytics or advertising).
The app is completely free and can be downloaded here. Use it
@geekcode
Real-world Android Malware Analysis 1: SMS spy
https://www.purpl3f0xsecur1ty.tech/2022/01/10/eblagh-re.html
@geekcode
https://www.purpl3f0xsecur1ty.tech/2022/01/10/eblagh-re.html
@geekcode
Purpl3 F0x Secur1ty
Real-world Android Malware Analysis 1: eblagh.apk
Intro
How To Find Almost Any E-book Free Available on Internet Using Search Engine
Basically use this google dork for searching your book
-inurl:htm -inurl:html intitle:"index of" +("/ebooks"|"/book") +(chm|pdf|zip) +"BookName"
Replace BookName with the title of the ebook, you'll find FTP servers hosting said file, should get a hit in the first site or two.
EXAMPLE:
-inurl:htm -inurl:html intitle:"index of" +("/ebooks"|"/book") +(chm|pdf|zip) +" *Travel stories* "
You get any format or file by changing "epub" to mobi, pdf, and all other extensions that available for book, See below, replace the * epub * with the file extension you desire to search with.
-inurl:htm -inurl:html intitle:"index of" +("/ebooks"|"/book") +(chm|pdf|zip| *epub* ) +"travel stories"
@geekcode
Basically use this google dork for searching your book
-inurl:htm -inurl:html intitle:"index of" +("/ebooks"|"/book") +(chm|pdf|zip) +"BookName"
Replace BookName with the title of the ebook, you'll find FTP servers hosting said file, should get a hit in the first site or two.
EXAMPLE:
-inurl:htm -inurl:html intitle:"index of" +("/ebooks"|"/book") +(chm|pdf|zip) +" *Travel stories* "
You get any format or file by changing "epub" to mobi, pdf, and all other extensions that available for book, See below, replace the * epub * with the file extension you desire to search with.
-inurl:htm -inurl:html intitle:"index of" +("/ebooks"|"/book") +(chm|pdf|zip| *epub* ) +"travel stories"
@geekcode
#knowledge
What is wiretapping?
wiretapping is the monitoring of telephone and Internet-based conversations by a third party, often by covert means. The wire tap received its name because, historically, the monitoring connection was an actual electrical tap on the telephone line. Legal wiretapping by a government agency is also called lawful interception. Passive wiretapping monitors or records the traffic, while active wiretapping alters or otherwise affects it.
@geekcode
What is wiretapping?
wiretapping is the monitoring of telephone and Internet-based conversations by a third party, often by covert means. The wire tap received its name because, historically, the monitoring connection was an actual electrical tap on the telephone line. Legal wiretapping by a government agency is also called lawful interception. Passive wiretapping monitors or records the traffic, while active wiretapping alters or otherwise affects it.
@geekcode