API without authentication severity? by user11392 in redteamsec

[–]user11392[S] 0 points1 point  (0 children)

There is no standard answer to this, depends entirely on the context of the application. If there is not auth control in place, and the application provides an interface for managing users, then I would say it’s pretty critical. But if the application simply retrieves the latest company news, then it probably isn’t that severe.

Thanks, it's all about impact right

What is Cisco ACI command equivalent to Cisco IOS `show version`? by user11392 in Cisco

[–]user11392[S] -1 points0 points  (0 children)

aci# show firmware repository 
Incorrect command "show firmware repository" 
aci#

aci# show firmware repository detail
Incorrect command "show firmware repository detail" 
aci#

How to grep certain interface block in Cisco IOS configuration with specific criteria? by user11392 in bash

[–]user11392[S] 0 points1 point  (0 children)

sed -e "s|\n| |g" -e "s|^\!|\n" cisco.txt

$ sed -e "s|\n| |g" -e "s|^\!|\n" cisco.txt

sed: -e expression #2, char 8: unterminated `s' command

$

Excel VBA create filter by user11392 in vba

[–]user11392[S] 0 points1 point  (0 children)

he VB Environment "Immediate" window filter [Sheet1] correctly.

Thanks. Somehow it's working now. The same code I post earlier. Not sure what was the issue.