GOTESTWAF : 2021/03/03 15:15:51.210235 scanner.go:160: Scanning finished
Negative Tests:
+-----------------------+-- ---------------------+-----------------------+-----------------------+-----------------------+-----------------------+
| TEST SET | TEST CASE | PERCENTAGE, % | BLOCKED | BYPASSED | UNRESOLVED |
+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+
| community | community-lfi | 66.67 | 4 | 2 | 0 |
| community | community-rce | 14.29 | 6 | 36 | 0 |
| community | community-sqli | 70.83 | 34 | 14 | 0 |
| community | community-xss | 91.78 | 279 | 25 | 0 |
| community | community-xxe | 100.00 | 4 | 0 | 0 |
| owasp | ldap-injection | 0.00 | 0 | 8 | 0 |
| owasp | mail-injection | 0.00 | 0 | 6 | 6 |
| owasp | nosql-injection | 0.00 | 0 | 12 | 6 |
| owasp | path-traversal | 38.89 | 7 | 11 | 6 |
| owasp | shell-injection | 37.50 | 3 | 5 | 0 |
| owasp | sql-injection | 33.33 | 8 | 16 | 8 |
| owasp | ss-include | 50.00 | 5 | 5 | 10 |
| owasp | sst-injection | 45.45 | 5 | 6 | 9 |
| owasp | xml-injection | 100.00 | 12 | 0 | 0 |
| owasp | xss-scripting | 56.25 | 9 | 7 | 12 |
| owasp-api | graphql | 100.00 | 1 | 0 | 0 |
| owasp-api | rest | 100.00 | 2 | 0 | 0 |
| owasp-api | soap | 100.00 | 2 | 0 | 0 |
+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+
| DATE: | WAF NAME: | WAF AVERAGE SCORE: | BLOCKED (RESOLVED): | BYPASSED (RESOLVED): | UNRESOLVED: |
| 2021-03-03 | GENERIC | 55.83% | 381/534 (71.35%) | 153/534 (28.65%) | 57/591 (9.64%) |
+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+
Positive Tests:
+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+
Negative Tests:
+-----------------------+-- ---------------------+-----------------------+-----------------------+-----------------------+-----------------------+
| TEST SET | TEST CASE | PERCENTAGE, % | BLOCKED | BYPASSED | UNRESOLVED |
+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+
| community | community-lfi | 66.67 | 4 | 2 | 0 |
| community | community-rce | 14.29 | 6 | 36 | 0 |
| community | community-sqli | 70.83 | 34 | 14 | 0 |
| community | community-xss | 91.78 | 279 | 25 | 0 |
| community | community-xxe | 100.00 | 4 | 0 | 0 |
| owasp | ldap-injection | 0.00 | 0 | 8 | 0 |
| owasp | mail-injection | 0.00 | 0 | 6 | 6 |
| owasp | nosql-injection | 0.00 | 0 | 12 | 6 |
| owasp | path-traversal | 38.89 | 7 | 11 | 6 |
| owasp | shell-injection | 37.50 | 3 | 5 | 0 |
| owasp | sql-injection | 33.33 | 8 | 16 | 8 |
| owasp | ss-include | 50.00 | 5 | 5 | 10 |
| owasp | sst-injection | 45.45 | 5 | 6 | 9 |
| owasp | xml-injection | 100.00 | 12 | 0 | 0 |
| owasp | xss-scripting | 56.25 | 9 | 7 | 12 |
| owasp-api | graphql | 100.00 | 1 | 0 | 0 |
| owasp-api | rest | 100.00 | 2 | 0 | 0 |
| owasp-api | soap | 100.00 | 2 | 0 | 0 |
+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+
| DATE: | WAF NAME: | WAF AVERAGE SCORE: | BLOCKED (RESOLVED): | BYPASSED (RESOLVED): | UNRESOLVED: |
| 2021-03-03 | GENERIC | 55.83% | 381/534 (71.35%) | 153/534 (28.65%) | 57/591 (9.64%) |
+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+
Positive Tests:
+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+
| TEST SET | TEST CASE | PERCENTAGE, % | BLOCKED | BYPASSED | UNRESOLVED |
+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+
| false-pos | texts | 50.00 | 1 | 1 | 6 |
+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+
| DATE: | WAF NAME: | WAF POSITIVE SCORE: | FALSE POSITIVE (RES): | TRUE POSITIVE (RES): | UNRESOLVED: |
| 2021-03-03 | GENERIC | 50.00% | 1/2 (50.00%) | 1/2 (50.00%) | 6/8 (75.00%) |
+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+
PDF report is ready: reports/waf -evaluation-report-generic-2021-March-03-15-15-51.pdf
Configuration options
Usage of /go/src/gotestwaf/gotestwaf:
--blockRegex string Regex to detect a blocking page with the same HTTP response status code as a not blocked request
--blockStatusCode int HTTP status code that WAF uses while blocking requests (default 403)
--configPath string Path to the config file (default "config.yaml")
--followCookies If true, use cookies sent by the server. May work only with --maxIdleConns=1
--idleConnTimeout int The maximum amount of time a keep-alive connection will live (default 2)
--maxIdleConns int The maximum number of keep-alive connections (default 2)
--maxRedirects int The maximum number of handling redirects (default 50)
--nonBlockedAsPassed If true, count requests that weren't blocked as passed. If false, requests that don't satisfy to PassStatuscode/PassRegExp as blocked
--passRegex string Regex to a detect normal (not blocked) web page with the same HTTP status code as a blocked request
--passStatusCode int HTTP response status code that WAF uses while passing requests (default 200)
--proxy string Proxy URL to use
--randomDelay int Random delay in ms in addition to the delay between requests (default 400)
--reportPath string A directory to store reports (default "reports")
--sendDelay int Delay in ms between requests (default 400)
--testCase string If set then only this test case will be run
--testCasesPath string Path to a folder with test cases (default "testcases")
--testSet string If set then only this test set's cases will be run
--tlsVerify If true, the received TLS certificate will be verified
--url string URL to check (default "http://localhost/")
--verbose If true, enable verbose logg ing (default true)
--wafName string Name of the WAF product (default "generic")
--workers int The number of workers to scan (default 200)
--wsURL string WebSocket URL to check
Download Gotestwaf (https://github.com/wallarm/gotestwaf)
+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+
| false-pos | texts | 50.00 | 1 | 1 | 6 |
+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+
| DATE: | WAF NAME: | WAF POSITIVE SCORE: | FALSE POSITIVE (RES): | TRUE POSITIVE (RES): | UNRESOLVED: |
| 2021-03-03 | GENERIC | 50.00% | 1/2 (50.00%) | 1/2 (50.00%) | 6/8 (75.00%) |
+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+-----------------------+
PDF report is ready: reports/waf -evaluation-report-generic-2021-March-03-15-15-51.pdf
Configuration options
Usage of /go/src/gotestwaf/gotestwaf:
--blockRegex string Regex to detect a blocking page with the same HTTP response status code as a not blocked request
--blockStatusCode int HTTP status code that WAF uses while blocking requests (default 403)
--configPath string Path to the config file (default "config.yaml")
--followCookies If true, use cookies sent by the server. May work only with --maxIdleConns=1
--idleConnTimeout int The maximum amount of time a keep-alive connection will live (default 2)
--maxIdleConns int The maximum number of keep-alive connections (default 2)
--maxRedirects int The maximum number of handling redirects (default 50)
--nonBlockedAsPassed If true, count requests that weren't blocked as passed. If false, requests that don't satisfy to PassStatuscode/PassRegExp as blocked
--passRegex string Regex to a detect normal (not blocked) web page with the same HTTP status code as a blocked request
--passStatusCode int HTTP response status code that WAF uses while passing requests (default 200)
--proxy string Proxy URL to use
--randomDelay int Random delay in ms in addition to the delay between requests (default 400)
--reportPath string A directory to store reports (default "reports")
--sendDelay int Delay in ms between requests (default 400)
--testCase string If set then only this test case will be run
--testCasesPath string Path to a folder with test cases (default "testcases")
--testSet string If set then only this test set's cases will be run
--tlsVerify If true, the received TLS certificate will be verified
--url string URL to check (default "http://localhost/")
--verbose If true, enable verbose logg ing (default true)
--wafName string Name of the WAF product (default "generic")
--workers int The number of workers to scan (default 200)
--wsURL string WebSocket URL to check
Download Gotestwaf (https://github.com/wallarm/gotestwaf)
Phishing Trends With PDF Files in 2020: 5 Approaches Attackers Use
https://www.reddit.com/r/redteamsec/comments/moes0b/phishing_trends_with_pdf_files_in_2020_5/
submitted by /u/dmchell (https://www.reddit.com/user/dmchell)
[link] (https://unit42.paloaltonetworks.com/phishing-trends-with-pdf-files/) [comments] (https://www.reddit.com/r/redteamsec/comments/moes0b/phishing_trends_with_pdf_files_in_2020_5/)
https://www.reddit.com/r/redteamsec/comments/moes0b/phishing_trends_with_pdf_files_in_2020_5/
submitted by /u/dmchell (https://www.reddit.com/user/dmchell)
[link] (https://unit42.paloaltonetworks.com/phishing-trends-with-pdf-files/) [comments] (https://www.reddit.com/r/redteamsec/comments/moes0b/phishing_trends_with_pdf_files_in_2020_5/)
KitPloit - PenTest Tools!
Gotestwaf - Go Test WAF Is A Tool To Test Your WAF Detection Capabilities Against Different Types Of Attacks And By-Pass Techniques
Gotestwaf - Go Test WAF Is A Tool To Test Your WAF Detection Capabilities Against Different Types Of Attacks And By-Pass Techniques
KitPloit - PenTest & Hacking Tools
Gotestwaf - Go Test WAF Is A Tool To Test Your WAF Detection Capabilities Against Different Types Of Attacks And By-Pass Techniques
hacking: security in practice
What is the best way to detect the static addresses used to store certain value? Obv in a reverse engineering context
Yeah I am a Newbie. I know that usually, using a memory scanner you can see multiple addresses with the value wich you are looking for. This is because of multi-level pointers, but what is the smartest way to discover static addresses?
submitted by /u/Electronic_Sort_2918
[link] [comments]
What is the best way to detect the static addresses used to store certain value? Obv in a reverse engineering context
Yeah I am a Newbie. I know that usually, using a memory scanner you can see multiple addresses with the value wich you are looking for. This is because of multi-level pointers, but what is the smartest way to discover static addresses?
submitted by /u/Electronic_Sort_2918
[link] [comments]
reddit
What is the best way to detect the static addresses used to store...
Yeah I am a Newbie. I know that usually, using a memory scanner you can see multiple addresses with the value wich you are looking for. This is...
hacking: security in practice
Just complaining
That moment in a bug bounty program you find a fishy site and logged in as admin with the default crenditials but then the account gets disabled and locked the soonest you logged in
PAIN :(
submitted by /u/GrEeKxFiVeR
[link] [comments]
Just complaining
That moment in a bug bounty program you find a fishy site and logged in as admin with the default crenditials but then the account gets disabled and locked the soonest you logged in
PAIN :(
submitted by /u/GrEeKxFiVeR
[link] [comments]
reddit
Just complaining
That moment in a bug bounty program you find a fishy site and logged in as admin with the default crenditials but then the account gets disabled...
hacking: security in practice
don't try and beat me in my own game, lil sh*t
I was on omegle and some guy said 'hey i recognise you, i saw you yesterday i think. You live in manchester?' (He pulled my ip) so i pulled his and said 'interesting because i saw you this morning in farmington..' he looked shocked so i said 'don't use my own spell against me potter and continued to read out his ip
submitted by /u/grumpyloza123
[link] [comments]
don't try and beat me in my own game, lil sh*t
I was on omegle and some guy said 'hey i recognise you, i saw you yesterday i think. You live in manchester?' (He pulled my ip) so i pulled his and said 'interesting because i saw you this morning in farmington..' he looked shocked so i said 'don't use my own spell against me potter and continued to read out his ip
submitted by /u/grumpyloza123
[link] [comments]
reddit
r/hacking - don't try and beat me in my own game, lil sh*t
0 votes and 1 comment so far on Reddit
hacking: security in practice
How does hacking a website actually work
I looked in the sub for other posts like this but couldnβt find any. Like I get the idea conceptually, but what exactly is happening, is the websites code being manipulated? Are you using your own code to simply get through or into the websites code. Is code involved at all? If the answer to any of these is yes could you go into more detail and maybe provide an example of code you would use/code that would be vulnerable/how you actually manipulate the code. Sorry if this sounds stupid but I genuinely have no idea how it works. If none of that is how it works could you explain how, and provide relevant examples. Also if there are any other posts addressing this that I missed Iβd be fine with a link to that instead of a response
submitted by /u/Traditional_Dinner16
[link] [comments]
How does hacking a website actually work
I looked in the sub for other posts like this but couldnβt find any. Like I get the idea conceptually, but what exactly is happening, is the websites code being manipulated? Are you using your own code to simply get through or into the websites code. Is code involved at all? If the answer to any of these is yes could you go into more detail and maybe provide an example of code you would use/code that would be vulnerable/how you actually manipulate the code. Sorry if this sounds stupid but I genuinely have no idea how it works. If none of that is how it works could you explain how, and provide relevant examples. Also if there are any other posts addressing this that I missed Iβd be fine with a link to that instead of a response
submitted by /u/Traditional_Dinner16
[link] [comments]
reddit
r/hacking - How does hacking a website actually work
0 votes and 0 comments so far on Reddit
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hacking wireless sockets like a NOOB
https://cdn-images-1.medium.com/max/600/1*mhawEcVT9Gl3RVdrPHiviw.png
Learn how to use the Universal Radio Hacker, software, in order to analyze the signals used to control a wireless socket device.
Continue reading on Medium Β»
Hacking wireless sockets like a NOOB
https://cdn-images-1.medium.com/max/600/1*mhawEcVT9Gl3RVdrPHiviw.png
Learn how to use the Universal Radio Hacker, software, in order to analyze the signals used to control a wireless socket device.
Continue reading on Medium Β»
Forwarded from Carding OS
γοΈ Carding OS v1.0 γοΈ
Size: ~15GB
Tools:
- Acrobat Reader (PDFs)
- Activator.bat ( Activates Windows Again)
- AntiOS (Anti-Fingerprint Tools Written In Python)
- CCleaner (If no connection you are able to crack it with loader)
- Comodo Firewall
- Destroy Windows 10 Spying
- Firefox (Customized)
- GPA (For PGP messages)
- Genesis Browser (Fingerprint Browser For Genesis Fingerprints)
- Hard Disk Changer
- HWID Changer (Change Hardware ID)
- ICQ
- Kleopatra
- MagicSim (Sim Tools)
- Malwarebytes (Should be cracked)
- Notepad++
- Pidgin (OTR)
- Proxifier
- Python
- Sublime Editor (Editor)
- SimExplorer (Sim Tools)
- Sphere Browser (Anti-Detect Browser)
- Telegram
- TMAC (Mac Changer)
- Tor
- Windows Defender Disable (Disables Windows Defender)
- Windows Security (For Windows Security)
- 911 VPN
DM Me If You Have Tools Which I Should Add β @f4c3r100
Size: ~15GB
Tools:
- Acrobat Reader (PDFs)
- Activator.bat ( Activates Windows Again)
- AntiOS (Anti-Fingerprint Tools Written In Python)
- CCleaner (If no connection you are able to crack it with loader)
- Comodo Firewall
- Destroy Windows 10 Spying
- Firefox (Customized)
- GPA (For PGP messages)
- Genesis Browser (Fingerprint Browser For Genesis Fingerprints)
- Hard Disk Changer
- HWID Changer (Change Hardware ID)
- ICQ
- Kleopatra
- MagicSim (Sim Tools)
- Malwarebytes (Should be cracked)
- Notepad++
- Pidgin (OTR)
- Proxifier
- Python
- Sublime Editor (Editor)
- SimExplorer (Sim Tools)
- Sphere Browser (Anti-Detect Browser)
- Telegram
- TMAC (Mac Changer)
- Tor
- Windows Defender Disable (Disables Windows Defender)
- Windows Security (For Windows Security)
- 911 VPN
DM Me If You Have Tools Which I Should Add β @f4c3r100
Forwarded from Carding OS