-
Updated
Mar 9, 2020 - Python
pentesting
Here are 1,059 public repositories matching this topic...
-
Updated
Mar 9, 2020 - Python
-
Updated
Mar 9, 2020
-
Updated
Mar 8, 2020 - Python
Currently configure assumes that all build dependencies are located in a fixed set of locations. Ideally use pkgconfig (which is needed for gtk anyway) to detect the dependencies so arbitrary dependency locations are supported.
And feed open ports to nmap as masscan can quickly scan all 65535 ports and discover open ones. It would be beneficial for all OSCP students to have option between running auto exploit thought MSF ..
Otherwise great program!
Version: 4.0.1dev
Steps to reproduce
Run the regex spider against any share, the following error is produced:
File "/usr/lib/python2.7/site-packages/crackmapexec-4.0.1.dev0-py2.7.egg/cme/protocols/smb/smbspider.py", line 101, in dir_list
for pattern in self.pattern:
TypeError: 'NoneType' object is not iterable
-
Updated
Mar 9, 2020
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Mar 9, 2020
Currently when a wildcard response is found it looks something like this:
[-] Wildcard response found: https://example.com/47ebafdb-032d-4a47-bf41-26b1a4314326 => 302
It would be useful if the destination URL was shown as well, maybe something like:
[-] Wildcard response found: https://example.com/47ebafdb-032d-4a47-bf41-26b1a4314326 => 302 => https://example.com/foo
Th
-
Updated
Mar 8, 2020 - Python
Multiples wiki issues.
Typos
- https://github.com/infobyte/faraday/wiki/Executive-Report#using-markdown-on-a-report: -lenguage +language
Bad links
- https://github.com/infobyte/faraday/wiki/Executive-Report#requirements: https://github.com/infobyte/faraday/wiki/first-steps, the nedpoint
first-stepsdoesn't exist anymore.
Images
-
Updated
Mar 9, 2020 - Shell
-
Updated
Mar 7, 2020 - Ruby
-
Updated
Mar 9, 2020 - Python
-
Updated
Mar 7, 2020
-
Updated
Mar 7, 2020
Many users of Cameradar are not english-speakers but Chinese and Russian speakers. I saw already that @wxylssy started translating the README to Simplified Chinese on his fork.
It would be nice to have official translations to help new users that are not english-speakers understand the project, so @wxylssy if you'd like to contribute you are more than wel
I assume you can do "run something" in the drozer console
# from example module @ https://github.com/mwrlabs/drozer/wiki/Writing-a-Module
module repository enable /path/to/your/repository # I got this working
module install ex.random
# failed attempts
run ex.random.GetInteger
run drozer.modules.Module.ex.random.GetInteger
dz> help drozer.modules.Module
*** No help on drozer.
-
Updated
Mar 9, 2020
-
Updated
Mar 9, 2020 - Shell
-
Updated
Mar 8, 2020 - Python
-
Updated
Mar 9, 2020 - Python
Hi,
How can I disable errors in CLI results:
:: Progress: [646/6245] :: Job [1/1] :: 80 req/sec :: Duration: [0:00:08] :: Err:: Progress: [675/6245] :: Job [1/1] :: 84 req/sec :: Duration: [0:00:08] :: Err:: Progress: [687/6245] :: Job [1/1] :: 85 req/sec :: Duration: [0:00:08] :: Err:: Progress: [696/6245] :: Job [1/1] :: 87 req/sec :: Duration: [0:00:08] :: Err:: Progress: [708/6245] -
Updated
Mar 8, 2020 - Python
so if the password is correct it accepts it .... and if it's wrong it says the entered password is wrong .. and asks for the password again .. just like what the real sites do :)
-
Updated
Mar 9, 2020
-
Updated
Mar 3, 2020 - Python
Improve this page
Add a description, image, and links to the pentesting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pentesting topic, visit your repo's landing page and select "manage topics."
Describe the issue
Needle doesn't seem to be maintained anymore. The last update was > 1 year and no issues have been answered this year. It also doesnt' seem to work on iOS JB devices with Chimera. FSecureLABS/needle#273
We should review where we use Needle and if other tools are a better alternative (e.g. objection, passionfruit).