Skip to content

Commit

Permalink
structure-update
Browse files Browse the repository at this point in the history
  • Loading branch information
584F525F committed Mar 23, 2024
1 parent ddbc36f commit 9a9e740
Show file tree
Hide file tree
Showing 49 changed files with 133 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/File Transfers/File Transfer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Password Attacks, Cracking & Decoding/Hydra/Hydra.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
62 changes: 62 additions & 0 deletions docs/Password Attacks, Cracking & Decoding/Wordlists/Wordlists.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@

> [!NOTE] Resources
[Kaonashi](https://github.com/kaonashi-passwords/Kaonashi)
[richelieu](https://github.com/tarraschk/richelieu)
[rockyou](https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt)
[packetstormsecurity](https://packetstormsecurity.com/Crackers/wordlists/page4/)
[gwicks dictionaries](http://www.gwicks.net/dictionaries.htm)

SCADA Default Passwords
[critifence](http://www.critifence.com/default-password-database/)
[weakpass](https://weakpass.com/)
[berzerk0](https://github.com/berzerk0/Probable-Wordlists)

Looks very cool wordlists
[FlameOfIgnis](https://github.com/FlameOfIgnis/Pwdb-Public)


```shell title:"Wordlists"
sudo apt-get install seclists
ls /usr/share/wordlists
----------------------------------------------------------------------------------
#CeWL
# CeWL allows you to build custom wordlists based on online resources
# If you know that your target is target.com, you can parse web content to build lists
# Can be time consuming

# 5 levels of depth and minimum 7 char per word
cewl -w customwordlist.txt -d 5 -m 7 www.sans.org

# Also visit and parse other sites
cewl -w customwordlist.txt -d 5 -m 7 -o www.sans.org

# Include e-mail adresses
cewl -w customwordlist.txt -d 5 -m 7 -e www.sans.org

----------------------------------------------------------------------------------
PACK
# Password Analysis and Cracking Kit
# You can get stats about already cracked passwords
# In order to define new masks
https://github.com/iphelix/pack

python statsgen.py rockyou.txt

----------------------------------------------------------------------------------
Combinator
# Combinator is part of the hashcat-utils
# It can be used to prepare a combinated wordlist for cracking
# It allows then to combination + others settings like masks or rules
combinator.exe file1 file2

# It can create MASSIVE wordlists and take some time to run.

# Three files combination
combinator2.exe file1 file2 file3

# You can also feed output directly to hashcat
combinator.exe file1 file2 | hashcat -m x hashs.file -a 0 --force -O

```

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Privilege Escalation/Privilege Escalation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Recon/DNSdumpster.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Recon/shodan.io.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Remote connection & execution/atexec.py/atexec.py.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Remote connection & execution/psexec.py/psexec.py.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Remote connection & execution/winrm/winrm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Reverse Shell/Reverse Shell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Services/FTP/FTP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Services/IMAP/IMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Services/MSSQL/MSSQL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Services/POP3/POP3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Services/SAMBA - SMB/SAMBA - SMB.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Services/SMTP/SMTP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Services/Services.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Web/Command Injection/SQL Injection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Web/IDOR/IDOR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Web/RFI-LFI File Inclusion/RFI-LFI File Inclusion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Web/SQL Injection/SQL Injection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
1 change: 1 addition & 0 deletions docs/Web/SSRF/SSRF.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
25 changes: 25 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Welcome to XOR_ [Cyber Offensive - Pentesting Tools]

This is a list of tools that I accumulated over the past few months while diving into Cyber Security & Pentesting. While I found some very useful repos and resources that have tools listed, I like to set things up in my own way. I plan to update this whenever I am able to, keep in mind that one source isn't enough as we know and there are other repos that do a great job of compiling lists of tools and keep up with those lists.

## Commands 1
```py hl_lines="1" title="py"
print something
print hello
```

## Commands 2
```py hl_lines="1" title="py"
print something
print hello
```


# XOR_ [Cyber Offensive - Pentesting Tools]
This is a list of tools that I accumulated over the past few months while diving into Cyber Security & Pentesting.
While I found some very useful repos and resources that have tools listed, I like to set things up in my own way.
I plan to update this whenever I am able to, keep in mind that one source isn't enough as we know and there are other repos that do a great job of compiling lists of tools and keep up with those lists.

#### 3/22/2024 got the io published
visit https://584f525f.github.io/

0 comments on commit 9a9e740

Please sign in to comment.