Skip to content

Commit

Permalink
content-update
Browse files Browse the repository at this point in the history
  • Loading branch information
584F525F committed Mar 24, 2024
1 parent ed54296 commit 2bd3886
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# [Cansina](https://github.com/deibit/cansina)

Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# [Katana](https://github.com/projectdiscovery/katana)

A next-generation crawling and spidering framework


#### install

Install using go [katana requires Go 1.18 to install successfully]
```shell
go install github.com/projectdiscovery/katana/cmd/katana@latest
```

If you can't use go, you can Install on Ubuntu using the below steps
```shell
sudo apt update
sudo snap refresh
sudo apt install zip curl wget git
sudo snap install golang --classic
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt update
sudo apt install google-chrome-stable
```



Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# [Dictionaries](https://github.com/bl4de/dictionaries)

11 changes: 10 additions & 1 deletion docs/Web/RFI-LFI File Inclusion.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
Test


[FDsploit](https://github.com/chrispetrou/FDsploit)

FDsploit can be used to discover and exploit Local/Remote File Inclusion and directory traversal vulnerabilities automatically. In case an LFI vulnerability is found, --lfishell option can be used to exploit it. For now, 3 different types of LFI shells are supported:

simple: This type of shell allows user to read files easily without having to type the url everytime. Also it only provides the output of the file and not the whole html-source code of the page which makes it very useful.
expect: This type of shell is a semi-interactive shell which allows user to execute commands through PHP's expect:// wrapper.
input: This type of shell is a semi-interactive shell which also allows user to execute commands through PHP's php://input stream.

15 changes: 15 additions & 0 deletions docs/misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

Rico's cheatsheets
https://github.com/chrispetrou/cheatsheets?tab=readme-ov-file
https://devhints.io/



GooFuzz - The Power of Google Dorks
https://github.com/m3n0sd0n4ld/GooFuzz


Direnumerate is an open source tool written in Python designed to automate directory and file enumeration on web servers. It is useful for security professionals and system administrators who want to identify hidden resources and assess the security of web applications.
https://direnumerate.readthedocs.io/
https://github.com/JuanBindez/direnumerate

0 comments on commit 2bd3886

Please sign in to comment.