Coder Social home page Coder Social logo

pentesting-bible's People

Contributors

blacckhathaceekr avatar erjanmx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pentesting-bible's Issues

Cool

Nice ,thanks for this

Not able to view as PDF files

Whenever I attempt to open a file it either sends me to a pictogram that you can’t really read or it says “this directory doesn’t exist or has moved to another location” and that’s trying to open PDF’s. So I decided I’d try to cpy/pst it but the directories are so long it’s damn near impossible. So I’m not sure if you’re still working on this but I’m loving it. Gonna check out your blog too. 👍🏻

unable to download after 90 percent completion

tried downloading using firefox in windows and wget in ubuntu but after multiple tries the master.zip gets stuck at 90-91%

Error with wget:

`--2019-10-14 20:28:45-- (try: 7) https://codeload.github.com/blaCCkHatHacEEkr/PENTESTING-BIBLE/zip/master
Connecting to codeload.github.com (codeload.github.com)|13.127.152.42|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1198253819 (1.1G) [application/zip]
Saving to: ‘master.zip.1’

90% [==========================================================================================> ] 1,087,356,064 899KB/s in 22m 15s

2019-10-14 20:51:00 (796 KB/s) - Connection closed at byte 1094333392. Retrying.

--2019-10-14 20:51:07-- (try: 8) https://codeload.github.com/blaCCkHatHacEEkr/PENTESTING-BIBLE/zip/master
Connecting to codeload.github.com (codeload.github.com)|13.127.152.42|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1198253819 (1.1G) [application/zip]
Saving to: ‘master.zip.1’

91% [===========================================================================================> ] 1,093,568,920 469KB/s in 25m 56s

2019-10-14 21:17:04 (686 KB/s) - Connection closed at byte 1094333392. Retrying.
`

Still active?

Hi just wanted to check if the main dev is updating this directory.

Thanks

Not an issue but a suggestion

Hey I been following this repo for quit some time and man you guys are doing great. I have 1 suggestion that will make this repo even better. Though it may or may not take a little time to do depending on your scripting skills or the use of tools to help like "pdf arranger". This repo is kind of a cluttered mess to put it nicely. It could use a clean Glossary with clearly defined sections. and once that is done, Turning this repo into a github "page" will be the cherry on top. Tools like PDF Arranger or maybe loading the entire thing into Calibre might help you organize this better to then upload back into this repo or if need be, doing it by hand. But I sincerely believe once you accomplish this, and make this repo user friendly in a well thought out and organized manner. It will be the definitive Hackers Bible of documentation. Cheers my dudes. I have faith in you guys to be able to do this.

Update Files

The URLS are not all up to date. Also the repository is huge and might need some compression

zsh tab completion messes up terminal

Tested on MacOS/Cygwin/Linux.

Using the default two line prompt with the skull-emoji. Problem is that zsh counts the length of the prompt for tab completion and the UTF characters mess with that counting. All UTF characters need to be wrapped in %{%G<UTC character%}.

How to reproduce:

docker run --rm  -it kalilinux/kali-rolling
apt update -y
apt install -y --no-install-recommends zsh
zsh -il

echo<TAB><TAB>

(e.g. write echo and then press TAB twice and observe how the prompt will get messed up.)

This fixes it (note the two UTF8 characters following the 'n'):

sed -i 's/\(\s*PROMPT=.*\)n└─\(.*\)/\1n%{%G└%}%{%G─%}\2/g' ~/.zshrc

I think this is actually a ZSH problem because people all over the Internet are crying that zsh tab completion messes up their prompt if they use emojis in their prompt (?).

check out https://cloudsecurityalliance.org/artifacts/cloud-penetration-testing-playbook/

This work focuses on testing systems and services hosted in public cloud environments. This refers to customer-controlled or customer-managed systems and services. For example, a custom virtual machine, managed and controlled by the cloud customer, in an IaaS environment would be in-scope whereas the hypervisor of an IaaS environment that is controlled by the cloud service provider isn’t. As for testing hybrid clouds, this document does not cover the hybrid interface and on-premises environment.

Dead link

-73-Web Application Penetration Testing Cheat Sheet:

https://jdow.io/blog/2018/03/18/web-application-penetration-testing-methodology/

Domain seems dead

Invalid argument/Bad File Name Error while Copying

I appreciate the pain you took to put all resources related to Pentesting at one place. But one problem is causing me to open this issue. Whenever I'm trying to copy the 'git cloned' folder of this repo to other Places like hard-disk, other locations etc, it is giving me the below error.

cp: cannot create regular file '/media/mohith/ROBIN/Pentesting/Books/PENTESTING-BIBLE/1-part-100-article/650 DORKS CC BY yZeruhh :3 "!.txt': Invalid argument

See the Full Log here

It would be glad to write a script that automates to fix file names.

PENTESTING-BIBLE

Explore more than 2000 hacking articles saved over time as PDF

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.