Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
HTB: Baby Crypt [Rev]
https://cdn-images-1.medium.com/max/600/1*BHcLIdWs4nz2_FQcuNjXMw.png
Baby Crypt is a retired rev challenge of Hack The Box.
Continue reading on Medium »
HTB: Baby Crypt [Rev]
https://cdn-images-1.medium.com/max/600/1*BHcLIdWs4nz2_FQcuNjXMw.png
Baby Crypt is a retired rev challenge of Hack The Box.
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Modal Code Editors for Developer
https://cdn-images-1.medium.com/max/1920/1*OAE-skr_o1aLTjNOQejvig.png
A list of less commonly known modern code editors which support modal editing.
Continue reading on Medium »
Modal Code Editors for Developer
https://cdn-images-1.medium.com/max/1920/1*OAE-skr_o1aLTjNOQejvig.png
A list of less commonly known modern code editors which support modal editing.
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hack webcam and microphone using Ninja as Spyware
https://cdn-images-1.medium.com/max/1087/1*Up9-YyvSHE-q5uhYs1Mddw.jpeg
This article will show you how to hack a computer webcam and microphone in less than 10 seconds using a USB drive and Ninja as Spyware
Continue reading on Medium »
Hack webcam and microphone using Ninja as Spyware
https://cdn-images-1.medium.com/max/1087/1*Up9-YyvSHE-q5uhYs1Mddw.jpeg
This article will show you how to hack a computer webcam and microphone in less than 10 seconds using a USB drive and Ninja as Spyware
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Confusion Matrix And its Role in Cyber Security
https://cdn-images-1.medium.com/max/1200/1*N_r4Qo9m70aPWMBBd5KNkg.jpeg
A confusion matrix is a performance measurement for machine learning classification problem where output can be two or more classes. It is…
Continue reading on Medium »
Confusion Matrix And its Role in Cyber Security
https://cdn-images-1.medium.com/max/1200/1*N_r4Qo9m70aPWMBBd5KNkg.jpeg
A confusion matrix is a performance measurement for machine learning classification problem where output can be two or more classes. It is…
Continue reading on Medium »
Deep Web
Is Torchan down for anyone else?
I think it was just fine yesterday. Also, does anyone know its v3 address? (if it has one)
submitted by /u/timothy5597
[link] [comments]
Is Torchan down for anyone else?
I think it was just fine yesterday. Also, does anyone know its v3 address? (if it has one)
submitted by /u/timothy5597
[link] [comments]
reddit
Is Torchan down for anyone else?
I think it was just fine yesterday. Also, does anyone know its v3 address? (if it has one)
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
does anyone happen to know why @donk_enby dissapeared? (hacktivist who archived parler data, and has been pushing to reveal military coupe crimes in Myanmar)
Just realized her twitter must be banned, or maybe she changed the name and broke all the links. but i cant find her from any device. feel like i just retweeted something from her a couple weeks ago, but its obviously missing now.
does anyone know what happened, and if shes okay?
nuts that twitter would suspend both her and kirtaner
submitted by /u/GreenBottom18
[link] [comments]
does anyone happen to know why @donk_enby dissapeared? (hacktivist who archived parler data, and has been pushing to reveal military coupe crimes in Myanmar)
Just realized her twitter must be banned, or maybe she changed the name and broke all the links. but i cant find her from any device. feel like i just retweeted something from her a couple weeks ago, but its obviously missing now.
does anyone know what happened, and if shes okay?
nuts that twitter would suspend both her and kirtaner
submitted by /u/GreenBottom18
[link] [comments]
reddit
does anyone happen to know why @donk_enby dissapeared? (hacktivist...
Just realized her twitter must be banned, or maybe she changed the name and broke all the links. but i cant find her from any device. feel like i...
Install dirsearch on Windows
dirsearch : web path scanner / directory scanner.Continue reading on Medium »
Read more...
dirsearch : web path scanner / directory scanner.Continue reading on Medium »
Read more...
Typodetect - Detect The Active Mutations Of Domains
This tool gives blue teams, SOC's, researchers and companies the ability to detect the active mutations of their domains, thus preventing the use of these domains in fraudulent activities, such as phishing and smishing. For this, Typodetect allows the use of the latest available version of the TLDs (Top Level Domains) published on the IANA website, the validation of decentralized domains in Blockchain DNS and the malware reports in DoH services (DNS over HTTPS) . For the ease of the user, Typodetect delivers the report in JSON format by default, or in TXT format, depending on how the user selects and shows on the screen a summary of the mutations generated, the active domains and the reports detected with Malware or decentralized domains.Installation Clone this repository with: git clone https://github.com/Telefonica/typodetect Run setup for installation: python3 pip install -r requirements.txt Running TypoDetect Inside the TypoDetect directory: python3 typodetect.py -h usage: typodetect.py -h -u UPDATE -t N\_THREADS -d DOH\_SERVER -o OUTPUT domainpositional arguments: domain specify domain to processoptional arguments: -h, --help show this help message and exit -u UPDATE, --update UPDATE (Y/N) for update TLD's database (default:N) -t N_THREADS, --threads N_THREADS Number of threads for processing (default:5) -d DOH_SERVER, --doh DOH_SERVER Section DoH for use: 1 ElevenPaths (default) 2 Cloudfare -o OUTPUT, --output OUTPUT JSON or TXT, options of filetype (default:JSON) For a simple analysis: python3 typodetect.py <domain> For update IANA database and analysis: python3 typodetect.py -u y <domain> For more threads analysis: python3 typodetect.py -t <number of threads> <domain> For a different DoH (currently only has ElevenPaths o CloudFare) python3 typodetect.py -d 2 <domain> For create TXT report python3 typodetect.py -o TXT <domain> Reports Inside the reports directory, the report file is saved, by default in JSON, with the name of the analyzed domain and the date, for example: elevenpaths.com2021-01-26T18:20:10.34568.json The JSON report has the following structure for each active mutation detected: { id: "report_DoH" : <string> "domain": <string> "A": ip1, ip2, ... "MX": mx1, mx2, ... } The fields contain the following information: id: Integer id of mutation"report_DoH": "" - Domain of Descentralised DNS "Malware" - Domain reported as dangerous for DoH "Good" - Domain reported as good for DoH"domain": Mutation detected as active."A": IP's address of A type in DNS of the mutation."MX": IP's or CNAME of MX type in DNS of the mutation. Download Typodetect
Read more...
This tool gives blue teams, SOC's, researchers and companies the ability to detect the active mutations of their domains, thus preventing the use of these domains in fraudulent activities, such as phishing and smishing. For this, Typodetect allows the use of the latest available version of the TLDs (Top Level Domains) published on the IANA website, the validation of decentralized domains in Blockchain DNS and the malware reports in DoH services (DNS over HTTPS) . For the ease of the user, Typodetect delivers the report in JSON format by default, or in TXT format, depending on how the user selects and shows on the screen a summary of the mutations generated, the active domains and the reports detected with Malware or decentralized domains.Installation Clone this repository with: git clone https://github.com/Telefonica/typodetect Run setup for installation: python3 pip install -r requirements.txt Running TypoDetect Inside the TypoDetect directory: python3 typodetect.py -h usage: typodetect.py -h -u UPDATE -t N\_THREADS -d DOH\_SERVER -o OUTPUT domainpositional arguments: domain specify domain to processoptional arguments: -h, --help show this help message and exit -u UPDATE, --update UPDATE (Y/N) for update TLD's database (default:N) -t N_THREADS, --threads N_THREADS Number of threads for processing (default:5) -d DOH_SERVER, --doh DOH_SERVER Section DoH for use: 1 ElevenPaths (default) 2 Cloudfare -o OUTPUT, --output OUTPUT JSON or TXT, options of filetype (default:JSON) For a simple analysis: python3 typodetect.py <domain> For update IANA database and analysis: python3 typodetect.py -u y <domain> For more threads analysis: python3 typodetect.py -t <number of threads> <domain> For a different DoH (currently only has ElevenPaths o CloudFare) python3 typodetect.py -d 2 <domain> For create TXT report python3 typodetect.py -o TXT <domain> Reports Inside the reports directory, the report file is saved, by default in JSON, with the name of the analyzed domain and the date, for example: elevenpaths.com2021-01-26T18:20:10.34568.json The JSON report has the following structure for each active mutation detected: { id: "report_DoH" : <string> "domain": <string> "A": ip1, ip2, ... "MX": mx1, mx2, ... } The fields contain the following information: id: Integer id of mutation"report_DoH": "" - Domain of Descentralised DNS "Malware" - Domain reported as dangerous for DoH "Good" - Domain reported as good for DoH"domain": Mutation detected as active."A": IP's address of A type in DNS of the mutation."MX": IP's or CNAME of MX type in DNS of the mutation. Download Typodetect
Read more...
GitHub
GitHub - Telefonica/typodetect: Typodetect
Typodetect. Contribute to Telefonica/typodetect development by creating an account on GitHub.
Install dirsearch on Windows
https://medium.com/@sherlock297/install-dirsearch-on-windows-ad9a2a325f7d?source=rss------bug_bounty-5
dirsearch : web path scanner / directory scanner.Continue reading on Medium » (https://medium.com/@sherlock297/install-dirsearch-on-windows-ad9a2a325f7d?source=rss------bug_bounty-5)
https://medium.com/@sherlock297/install-dirsearch-on-windows-ad9a2a325f7d?source=rss------bug_bounty-5
dirsearch : web path scanner / directory scanner.Continue reading on Medium » (https://medium.com/@sherlock297/install-dirsearch-on-windows-ad9a2a325f7d?source=rss------bug_bounty-5)
How I could have accessed all your private videos/photos saved inside your device without even…
https://infosecwriteups.com/how-i-could-have-accessed-all-your-private-videos-photos-saved-inside-your-device-without-even-1a7e455ddcc8?source=rss------bug_bounty-5
https://infosecwriteups.com/how-i-could-have-accessed-all-your-private-videos-photos-saved-inside-your-device-without-even-1a7e455ddcc8?source=rss------bug_bounty-5
How I could have accessed all your private videos/photos saved inside your device without even…
…Continue reading on InfoSec Write-ups »
Read more...
…Continue reading on InfoSec Write-ups »
Read more...
The Shellshock Bug
First discovered in 2014, the Shellshock bug has been a notorious little loophole in Unix-based systems for the past half-decade.Continue reading on Medium »
Read more...
First discovered in 2014, the Shellshock bug has been a notorious little loophole in Unix-based systems for the past half-decade.Continue reading on Medium »
Read more...
Typodetect - Detect The Active Mutations Of Domains
http://www.kitploit.com/2021/06/typodetect-detect-active-mutations-of.html
http://www.kitploit.com/2021/06/typodetect-detect-active-mutations-of.html